bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48777: outline-minor-mode-highlight override and elisp code highligh


From: Juri Linkov
Subject: bug#48777: outline-minor-mode-highlight override and elisp code highlighting
Date: Tue, 01 Jun 2021 23:38:49 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

tags 48777 notabug
close 48777 28.0.50
thanks

> Recently there was a bug fix in outline.el so that subheadings get highlighted
> differently.  But, there remains the problem that when one uses
>
> (setq outline-minor-mode-highlight 'override)
>
> the headings with "(defmacro", "(defvar", "(defun" loose their code 
> highlighting
> feature.  In addition to all other elisp code type of headings starting with 
> "(".

Please try

(setq outline-minor-mode-highlight 'append)

It does exactly what you want.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]