From: Michael Kleber <kleber@broad.mit.edu>
Subject: font-loc "case" bug
Date: Wed, 14 Dec 2005 14:55:02 -0500 [thread overview]
Message-ID: <5CE39377-0065-4F3D-A770-21CBF2E5236F@broad.mit.edu> (raw)
In emacs 21.3.1, C font-lock coloring is disrupted when the
word "case" appears in a comment or in quotes. For example,
in the following file:
int main() {
int i /* this is just fine */ = 1;
int j /* but it miscolors this case */ = 2;
}
the number "2" is colored as a case label, but is colored
correctly if the last word in the comment is changed to "casey".
--Michael Kleber
reply other threads:[~2005-12-14 19:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=5CE39377-0065-4F3D-A770-21CBF2E5236F@broad.mit.edu \
--to=kleber@broad.mit.edu \
/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).