emacs-devel
[Top][All Lists]
Advanced

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

Re: master 620e35f: Add a new function for separator lines


From: Stefan Monnier
Subject: Re: master 620e35f: Add a new function for separator lines
Date: Mon, 19 Jul 2021 10:27:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen [2021-07-19 16:17:29] wrote:
> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>>>     Add a new function for separator lines
>>
>> Any chance this can be extended to the separator line used in
>> `log-edit-mode`:
>>
>>     (defvar log-edit-font-lock-keywords
>>       [...]
>>          ("^\n"
>>           (progn (goto-char (match-end 0)) (1+ (match-end 0))) nil
>>           (0 '(face (:height 0.1 :inverse-video t :extend t)
>>                display-line-numbers-disable t rear-nonsticky t))))
>>       [...]
> Hm...  well, the separator-line face could be used, but not the actual
> function, I think?

Good question, that's why I sent a mail instead of writing a patch.


        Stefan




reply via email to

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