unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46804: 27.1; Man page for git-config(1) is partly displayed in overstriked font
@ 2021-02-26 22:10 Tim Landscheidt
  2021-02-27  4:50 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Tim Landscheidt @ 2021-02-26 22:10 UTC (permalink / raw)
  To: 46804

Severity: minor

On (my) Fedora 32:

| emacs -Q --eval '(man "1 git-config")'

causes the part of the man page for git-config(1) from the
section title "CONFIGURATION FILE" to the word "prereceive"
in the entry for "receive.certNonceSlop" to be displayed in
overstriked font.

This is probably related to (or the same as?) bug #36927.

I understand that it is, eh, non-trivial to fix this asyn-
chronous chunked fontification, especially for minor cosme-
tical gain.  But perhaps it would be possible to append each
received chunk to another, "back" buffer, then, when the
process has ended and there was more than one chunk, fontify
that buffer and copy its contents to the "front" buffer, and
in both cases delete the "back" buffer.  (There might be a
more "correct" approach to replace the destructive
backward-delete-char calls & Co. with marking some text as
invisible, so the original input is not lost, but I'm more
interested in the output :-).)





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-28 13:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-26 22:10 bug#46804: 27.1; Man page for git-config(1) is partly displayed in overstriked font Tim Landscheidt
2021-02-27  4:50 ` Lars Ingebrigtsen
2021-02-28  5:33   ` Tim Landscheidt
2021-02-28 13:49     ` Lars Ingebrigtsen

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).