emacs-devel
[Top][All Lists]
Advanced

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

Re: master 6458e16: New mode outline-cycle-minor-mode with Orgmode-like


From: Stefan Monnier
Subject: Re: master 6458e16: New mode outline-cycle-minor-mode with Orgmode-like TAB cycling on headings
Date: Thu, 04 Mar 2021 17:57:04 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> This is what I see: when a line is already fontified e.g. as comments by
> the current major mode, then outline-mirror-mode doesn't put outline faces
> over it.

That is not quite right: once you fix the laxmatch-vs-override
confusion, your code does put the face on it.  The problem is that by
default those faces only use colors to distinguish the headings level.

FWIW, I think this is a mistake in outline.el: the faces should mostly
change the *height*.  That would interact much better with things like
font-lock-comment-face as well.


        Stefan




reply via email to

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