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

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

bug#64177: closed (outline-minor-mode-highlight fails to activate for cu


From: GNU bug Tracking System
Subject: bug#64177: closed (outline-minor-mode-highlight fails to activate for custom headings)
Date: Sun, 25 Jun 2023 17:28:02 +0000

Your message dated Sun, 25 Jun 2023 20:13:31 +0300
with message-id <86y1k7pqn0.fsf@mail.linkov.net>
and subject line Re: bug#64177: outline-minor-mode-highlight fails to activate 
for custom headings
has caused the debbugs.gnu.org bug report #64177,
regarding outline-minor-mode-highlight fails to activate for custom headings
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64177: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64177
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: outline-minor-mode-highlight fails to activate for custom headings Date: Mon, 19 Jun 2023 20:13:32 +0000
I have made custom headings for outline-minor-mode 

But

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

does not succeed in displaying the foreground colours at the
defined levels when using

(set-face-foreground "outline-1" "#ff62d4")
(set-face-foreground "outline-2" "#9f80ff")
(set-face-foreground "outline-3" "#fe6060")

Yet, the colours get properly displayed for the default headings
for the specific major mode




--- End Message ---
--- Begin Message --- Subject: Re: bug#64177: outline-minor-mode-highlight fails to activate for custom headings Date: Sun, 25 Jun 2023 20:13:31 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)
> How does emacs-lisp-mode handle outline headings ?  Always setting the
> defaults first, then the user can reset the variables outline-regexp,
> outline-heading-alist, and outline-level before enabling outline-minor-mode ?

Yes, you need to set the variables outline-regexp, outline-heading-alist,
and outline-level before enabling outline-minor-mode.

Since you have a working solution now, I'm closing this request.


--- End Message ---

reply via email to

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