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

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

bug#58169: 29.0.50; comint-fl-mode fontifies the output


From: Augusto Stoffel
Subject: bug#58169: 29.0.50; comint-fl-mode fontifies the output
Date: Thu, 29 Sep 2022 18:24:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

On emacs -Q, calling M-x shell and typing, say

  echo '#123'

prints some text with font-lock-comment-face.  Similarly

  echo '`123`'

prints text with the `sh-quoted-exec` face.  I wouldn't expect these
faces to be there, since the output is just output, not a comment or a
quoted exec.  If I turn off comint-fl-mode, then the output is not
fontified.





reply via email to

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