bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63871: 29.0.91; JIT native comp triggered to compile loaddefs repeat


From: Jimmy Wong
Subject: bug#63871: 29.0.91; JIT native comp triggered to compile loaddefs repeatedly on require
Date: Sat, 3 Jun 2023 15:50:37 +0100

Thanks. I ended up advising get-buffer-create instead as I don’t know how to add a hook to buffer-list-update-hook and not run into an infinite loop.
On 3 Jun 2023 at 3:25 PM +0100, Eli Zaretskii <eliz@gnu.org>, wrote:
Date: Sat, 3 Jun 2023 15:17:22 +0100
From: Jimmy Wong <wyuenho@gmail.com>
Cc: 63871@debbugs.gnu.org

I’m not entirely sure why but fine. How do I configure Emacs in such a way that whenever this buffer is
created, it is buried?

Add a call to bury-buffer to the end of your init file.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]