GNU bug report logs -
#67590
30.0.50; [native-compilation] Error during redisplay
Previous Next
Reported by: German Pacenza <germanp82 <at> hotmail.com>
Date: Sat, 2 Dec 2023 20:43:02 UTC
Severity: normal
Found in version 30.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: German Pacenza <germanp82 <at> hotmail.com>
>> Date: Sat, 02 Dec 2023 17:36:59 -0300
>>
>>
>> When starting emacs the *message* buffer shows:
>> Error during redisplay: (apply native--compile-async
>> ("/home/german/.local/emacs/share/emacs/30.0.50/lisp/elec-pair.el"
>> nil late)) signaled (void-function emacs-lisp-compilation-mode)
>> Error during redisplay: (apply native--compile-async
>> ("/home/german/.local/emacs/share/emacs/30.0.50/lisp/emacs-lisp/rx.el"
>> nil late)) signaled (void-function emacs-lisp-compilation-mode) [66
>> times]
>> Error during redisplay: (apply native--compile-async
>> ("/home/german/.local/emacs/share/emacs/30.0.50/lisp/elec-pair.el"
>> nil late)) signaled (void-function emacs-lisp-compilation-mode) [19
>> times]
>> Error during redisplay: (apply native--compile-async
>> ("/home/german/.local/emacs/share/emacs/30.0.50/lisp/savehist.el"
>> nil late)) signaled (void-function emacs-lisp-compilation-mode) [7
>> times]
>> Error during redisplay: (apply native--compile-async
>> ("/home/german/.local/emacs/share/emacs/30.0.50/lisp/delsel.el" nil
>> late)) signaled (void-function emacs-lisp-compilation-mode) [8
>> times]
>> Error during redisplay: (apply native--compile-async
>> ("/home/german/.local/emacs/share/emacs/30.0.50/lisp/info.el" nil
>> late)) signaled (void-function emacs-lisp-compilation-mode) [159
>> times]
>
> I cannot reproduce this, but I think I see the problem: comp-run.el
> should (require 'bytecomp), where emacs-lisp-compilation-mode is
> defined.
>
> Adding Andrea.
Hi Eli,
same here, could not reproduce but I believe the fix is adding the
suggested require.
Added now with cf11fdfd8e4, German could you double check it works for
you?
Thanks!
Andrea
This bug report was last modified 1 year and 253 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.