From: the_wurfkreuz via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 74697@debbugs.gnu.org
Subject: bug#74697: 30.0.91; Inconsistent fontificaton with elisp modes
Date: Wed, 04 Dec 2024 19:32:20 +0000 [thread overview]
Message-ID: <WrZ8EkmOy1Ekjln6UlLcCHAyAIR6_uceI-r3MRrLtg_97xQYrjPPv5XbMqPKP-HkIMjUprxbez--vdiSDv9hZ9k1Im1aExWvSAPzPciMT10=@proton.me> (raw)
[-- Attachment #1: Type: text/plain, Size: 514 bytes --]
In emacs-lisp and lisp-interaction modes when text is surrounded by single quotes or backtick+single quotes in comments or strings, it gets its own font-lock face, as if it were a code symbol:
;; This buffer is for 'text' that is not saved, and for `Lisp' evaluation.
"To create a file, `visit' it with 'C-x C-f' and 'enter' text in its buffer."
This creates unnecessary visual noise as these are just regular quoted words, not code symbols. The text should maintain its parent face (comment face or string face).
[-- Attachment #2: Type: text/html, Size: 793 bytes --]
next reply other threads:[~2024-12-04 19:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-04 19:32 the_wurfkreuz via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-12-04 19:53 ` bug#74697: 30.0.91; Inconsistent fontificaton with elisp modes Eli Zaretskii
2024-12-21 9:09 ` Eli Zaretskii
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='WrZ8EkmOy1Ekjln6UlLcCHAyAIR6_uceI-r3MRrLtg_97xQYrjPPv5XbMqPKP-HkIMjUprxbez--vdiSDv9hZ9k1Im1aExWvSAPzPciMT10=@proton.me' \
--to=bug-gnu-emacs@gnu.org \
--cc=74697@debbugs.gnu.org \
--cc=the_wurfkreuz@proton.me \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.