GNU bug report logs -
#63253
29.0.90; with-delayed-message fails in combination with inhibit-message
Previous Next
Reported by: Daniel Mendler <mail <at> daniel-mendler.de>
Date: Wed, 3 May 2023 19:56:02 UTC
Severity: normal
Found in version 29.0.90
Done: Daniel Mendler <mail <at> daniel-mendler.de>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 63253 <at> debbugs.gnu.org (full text, mbox):
> From: Daniel Mendler <mail <at> daniel-mendler.de>
> Date: Wed, 03 May 2023 21:54:47 +0200
>
> There seems to exist an interaction issue of `with-delayed-message' with
> `inhibit-message'. In order to reproduce the issue, start emacs -Q and
> evaluate the following function:
>
> (defun delayed-message-bug ()
> (interactive)
> (setq inhibit-message-regexps (list "\\`something"))
> (add-to-list 'set-message-functions #'inhibit-message)
> (while t
> (with-delayed-message (0.5 "Fontifying...")
> (font-lock-flush (point-min) (point-max))
> (font-lock-ensure (point-min) (point-max)))
> (message "Done")))
>
> Then open a large file like emacs/src/xterm.c and run `M-x
> delayed-message-bug'. The error may not occur on the first try since it
> is timing dependent. Retry a few times if no error is observed. I
> observe the internal error
>
> Error in syntax_table logic for to-the-end intervals
>
> which is produced by `update_syntax_table' from syntax.c.
Stefan, and ideas/suggestions/hints?
This bug report was last modified 174 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.