GNU bug report logs -
#68352
29.1; gnus-message-citation-mode removes values from font-lock-keywords
Previous Next
Reported by: Morgan Willcock <morgan <at> ice9.digital>
Date: Tue, 9 Jan 2024 20:20:02 UTC
Severity: normal
Found in version 29.1
Done: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eric Abrahamsen <eric <at> ericabrahamsen.net> writes:
> Morgan Willcock <morgan <at> ice9.digital> writes:
>
>> When Gnus enables gnus-message-citation-mode in message buffers, as it
>> does by default, it calls the function `font-lock-set-defaults' and
>> loses any additional font-lock rules which may have been added by global
>> minor-modes.
>
> Thanks for the report. I don't know font locking well enough to know
> what the right solution is here. It looks calling `font-lock-flush' will
> also end up calling `font-lock-set-defaults' as well, at least with
> default values:
>
> font-lock-flush-function ->
> font-lock-after-change-function ->
> font-lock-fontify-region ->
> font-lock-set-defaults
>
> Is the problem setting `font-lock-set-defaults' to nil? Is there
> anything else you can recommend?
I think that I did test not setting `font-lock-set-defaults' to nil to
see if that made a difference, but the same problem was still there.
I don't know very much myself, but in that section of code there is a
comment left by Stefan Monnier:
;; FIXME: Use font-lock-add-keywords!
So I would guess that the correct solution would be to add the citation
font-locking rules with `font-lock-add-keywords' and then remove them
again with `font-lock-remove-keywords' if the mode is ever disabled, and
if the highlighting needs an update after those changes, call
`font-lock-flush'.
(When testing I'm not seeing that a call to `font-lock-flush' will lose
any values from `font-lock-keywords'.)
--
Morgan Willcock
This bug report was last modified 1 year and 157 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.