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

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

bug#69431: 30.0.50; Strange fontificaion behavior


From: Ihor Radchenko
Subject: bug#69431: 30.0.50; Strange fontificaion behavior
Date: Tue, 27 Feb 2024 20:24:37 +0000

Andrea Corallo <acorallo@gnu.org> writes:

>>> and when I wait long enough for native compilation to finish, I can see
>>> fontification without loading org.el.
>>> 
>>> Not sure if it tells anything useful.

I bisected the problem down to commit

cf11fdfd8e460d966ba279f00633ab378038de68
Author:     Andrea Corallo <acorallo@gnu.org>
AuthorDate: Sun Dec 3 22:14:32 2023 +0100
Commit:     Andrea Corallo <acorallo@gnu.org>
CommitDate: Sun Dec 3 22:25:12 2023 +0100

Parent:     9c1f24d7a49 * lisp/emacs-lisp/macroexp.el (macroexp-parse-body): 
Fix bug#67568
Follows:    emacs-29.1.90 (168980)

* lisp/emacs-lisp/comp-run.el (bytecomp): Require it (bug#67590)

1 file changed, 1 insertion(+)
lisp/emacs-lisp/comp-run.el | 1 +

modified   lisp/emacs-lisp/comp-run.el
@@ -33,6 +33,7 @@
 
 (eval-when-compile (require 'cl-lib))
 (require 'comp-common)
+(require 'bytecomp) ;; For `emacs-lisp-compilation-mode'.
 
 (defgroup comp-run nil
   "Emacs Lisp native compiler runtime."


-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>





reply via email to

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