From: Joe Riel <joer@san.rr.com>
To: Help GNU Emacs <help-gnu-emacs@gnu.org>
Subject: Basic font-lock without font-locking double-quoted strings
Date: Thu, 19 Dec 2013 15:58:00 -0800 [thread overview]
Message-ID: <20131219155800.22f4b5fd@gauss> (raw)
Why would the following minimal mode
(define-derived-mode msdbg-mode fundamental-mode
(setq font-lock-keywords '(("EA" . font-lock-warning-face))))
cause text delimited by double-quotes, say
"This gets font-locked"
to get font-locked? Is this syntactic font-locking?
How can I turn it off in that mode?
If I set font-lock-keywords to nil, then the strings
don't get font-locked, nor anything else.
--
Joe Riel
next reply other threads:[~2013-12-19 23:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-19 23:58 Joe Riel [this message]
[not found] <mailman.9709.1387497505.10748.help-gnu-emacs@gnu.org>
2013-12-20 0:26 ` Basic font-lock without font-locking double-quoted strings Emanuel Berg
2013-12-20 0:30 ` Emanuel Berg
2013-12-20 5:00 ` Joe Riel
[not found] ` <mailman.9722.1387515631.10748.help-gnu-emacs@gnu.org>
2013-12-20 17:37 ` Emanuel Berg
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=20131219155800.22f4b5fd@gauss \
--to=joer@san.rr.com \
--cc=help-gnu-emacs@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.