From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: emacs-devel@gnu.org
Subject: Re: master 620e35f: Add a new function for separator lines
Date: Mon, 19 Jul 2021 10:06:58 -0400 [thread overview]
Message-ID: <jwvfswa8kpu.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20210719134828.303F320D13@vcs0.savannah.gnu.org> (Lars Ingebrigtsen's message of "Mon, 19 Jul 2021 09:48:27 -0400 (EDT)")
> 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))))
[...]
[ and I guess also to the ones used in shortdoc.el? ]
Stefan
next parent reply other threads:[~2021-07-19 14:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20210719134826.19233.95476@vcs0.savannah.gnu.org>
[not found] ` <20210719134828.303F320D13@vcs0.savannah.gnu.org>
2021-07-19 14:06 ` Stefan Monnier [this message]
2021-07-19 14:17 ` master 620e35f: Add a new function for separator lines Lars Ingebrigtsen
2021-07-19 14:27 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvfswa8kpu.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@gnu.org \
--cc=larsi@gnus.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).