unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#55784: 29.0.50; No match 2 in highlight (2 font-lock-function-name-face prepend)
@ 2022-06-03 17:35 Juri Linkov
  2022-06-04 11:50 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Juri Linkov @ 2022-06-03 17:35 UTC (permalink / raw)
  To: 55784

Some regression in the last few days broke font-lock,
and outputs to the *Messages* buffer a lot of such errors:

  Error during redisplay: (jit-lock-function 7571) signaled
 (error "No match 2 in highlight (2 font-lock-function-name-face prepend)")

Grepping for "font-lock-function-name-face prepend"
found this recent change in 1d4e903417:

  diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
  index 5b93f145e8..0492f25dc9 100644
  --- a/lisp/emacs-lisp/lisp-mode.el
  +++ b/lisp/emacs-lisp/lisp-mode.el
  @@ -430,7 +436,8 @@ lisp--match-confusable-symbol-character
                nil t))
           ;; Emacs Lisp autoload cookies.  Supports the slightly different
           ;; forms used by mh-e, calendar, etc.
  -        ("^;;;###\\([-a-z]*autoload\\)" 1 font-lock-warning-face prepend))
  +        (,lisp-mode-autoload-regexp (3 font-lock-warning-face prepend)
  +                                    (2 font-lock-function-name-face prepend)))
         "Subdued level highlighting for Emacs Lisp mode.")





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#55784: 29.0.50; No match 2 in highlight (2 font-lock-function-name-face prepend)
  2022-06-03 17:35 bug#55784: 29.0.50; No match 2 in highlight (2 font-lock-function-name-face prepend) Juri Linkov
@ 2022-06-04 11:50 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-06-04 11:50 UTC (permalink / raw)
  To: Juri Linkov; +Cc: 55784

Juri Linkov <juri@linkov.net> writes:

> Some regression in the last few days broke font-lock,
> and outputs to the *Messages* buffer a lot of such errors:
>
>   Error during redisplay: (jit-lock-function 7571) signaled
>  (error "No match 2 in highlight (2 font-lock-function-name-face prepend)")
>
> Grepping for "font-lock-function-name-face prepend"
> found this recent change in 1d4e903417:

Sorry; forgot to mark that as a lax match.  Fix pushed to the trunk.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-04 11:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 17:35 bug#55784: 29.0.50; No match 2 in highlight (2 font-lock-function-name-face prepend) Juri Linkov
2022-06-04 11:50 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).