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

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

bug#54993: 28.1; Editing etc/NEWS on master with Emacs 28 signals an err


From: Michael Albinus
Subject: bug#54993: 28.1; Editing etc/NEWS on master with Emacs 28 signals an error
Date: Tue, 19 Apr 2022 15:18:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

>> emacs-news is a nice mode, but I found another regression:
>> there are different outline header colors between Emacs 28 and 29
>> because of different outline levels.  The additional level comes
>> from the space character at the end of outline-regexp "^\\*+ ".
>
> I wanted to avoid having stuff like
>
> ** New thing for help buffers.
> *Help* buffers can be etc...
>
> triggering an outline thing on the second line.  Is there a way to do
> that without including the space in outline-regexp?

The correct spelling would be

--8<---------------cut here---------------start------------->8---
"*Help*" buffers can be etc...
--8<---------------cut here---------------end--------------->8---

At least *this* example doesn't hurt.

Best regards, Michael.





reply via email to

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