GNU bug report logs - #69431
30.0.50; Strange fontificaion behavior

Previous Next

Package: emacs;

Reported by: OGAWA Hirofumi <hirofumi <at> mail.parknet.co.jp>

Date: Tue, 27 Feb 2024 17:16:02 UTC

Severity: normal

Found in version 30.0.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #32 received at 69431 <at> debbugs.gnu.org (full text, mbox):

From: Ihor Radchenko <yantar92 <at> posteo.net>
To: Andrea Corallo <acorallo <at> gnu.org>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 69431 <at> debbugs.gnu.org,
 hirofumi <at> mail.parknet.co.jp
Subject: Re: bug#69431: 30.0.50; Strange fontificaion behavior
Date: Tue, 27 Feb 2024 20:24:37 +0000
Andrea Corallo <acorallo <at> 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 <at> gnu.org>
AuthorDate: Sun Dec 3 22:14:32 2023 +0100
Commit:     Andrea Corallo <acorallo <at> 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>




This bug report was last modified 1 year and 106 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.