From: Artur Malabarba <bruce.connor.am@gmail.com>
To: 21619@debbugs.gnu.org
Subject: bug#21619: 25.0.50; Wrong curly quotes in the docstring for font-lock-add-keywords
Date: Mon, 5 Oct 2015 15:24:25 +0100 [thread overview]
Message-ID: <CAAdUY-JRmho+Z_O3wg0=Y3xuknP0Vw2L17ydbhyWoj3-wvgG+g@mail.gmail.com> (raw)
The docstring for this function (when displayed in a help buffer) has
the following code-snippet, which clearly has the wrong type of
quotes.
(font-lock-add-keywords ’c-mode
’(("\\<\\(FIXME\\):" 1 ’font-lock-warning-face prepend)
("\\<\\(and\\|or\\|not\\)\\>" . ’font-lock-keyword-face)))
Instead of fixing this by manually escaping them, how about we change
the algorithm to only convert `...' quotes if the ... is a single
symbol?
next reply other threads:[~2015-10-05 14:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-05 14:24 Artur Malabarba [this message]
2015-10-05 16:28 ` bug#21619: 25.0.50; Wrong curly quotes in the docstring for font-lock-add-keywords Kaushal Modi
2015-10-06 9:15 ` Artur Malabarba
2015-10-06 10:20 ` Kaushal Modi
2015-10-06 10:41 ` Artur Malabarba
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='CAAdUY-JRmho+Z_O3wg0=Y3xuknP0Vw2L17ydbhyWoj3-wvgG+g@mail.gmail.com' \
--to=bruce.connor.am@gmail.com \
--cc=21619@debbugs.gnu.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 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.