1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

Add new choice 'keep' to next-error-message-highlight (bug#32676)

* lisp/simple.el (next-error-message-highlight): Add new choice 'keep'.
(next-error-message-highlight): Don't delete overlay when option is 'keep'.
This commit is contained in:
Juri Linkov 2020-10-18 23:37:57 +03:00
parent 6da62d612e
commit 34eb99d7ba
2 changed files with 10 additions and 3 deletions

View file

@ -1185,6 +1185,8 @@ be done (and this restores how this previously worked).
*** New user option 'next-error-message-highlight'.
In addition to a fringe arrow, 'next-error' error may now optionally
highlight the current error message in the 'next-error' buffer.
This user option can be also customized to keep highlighting on all
visited errors, so you can have an overview what errors were already visited.
+++
*** New user option 'tab-first-completion'.