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

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

Re: "emacs-28.0.50 -q" and "emacs-28.0.50 -Q" with outline-minor-mode-hi


From: Philip Kaludercic
Subject: Re: "emacs-28.0.50 -q" and "emacs-28.0.50 -Q" with outline-minor-mode-highlight
Date: Thu, 27 May 2021 09:54:04 +0000

pauline-galea@gmx.com writes:

> Have loaded emacs with "emacs-28.0.50 -q" and "emacs-28.0.50 -Q"
>
> Loaded an elisp file with the following code
>
> ;;; * heading 1
> ;; brief
> ;;;; ** subheading 1.1
> ;; brief
> ;;;;; ***subsubheading 1.1.1
> ;; brief
>
> Then used the command
>
> M-x outline-minor-mode
>
> Then executed
>
> (setq-default outline-minor-mode-highlight 'override)
>
> with C-x C-e
>
> But the different highlight levels are not being highlighted with different 
> colours.

I am guessing that you should first set outline-minor-mode-highlight
then activate outline-minor-mode. Setting a variable directly usually
does not perform any changes.

-- 
        Philip K.



reply via email to

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