all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Basic font-lock without font-locking double-quoted strings
@ 2013-12-19 23:58 Joe Riel
  0 siblings, 0 replies; 5+ messages in thread
From: Joe Riel @ 2013-12-19 23:58 UTC (permalink / raw)
  To: Help GNU Emacs

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




^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <mailman.9709.1387497505.10748.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2013-12-20 17:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-19 23:58 Basic font-lock without font-locking double-quoted strings Joe Riel
     [not found] <mailman.9709.1387497505.10748.help-gnu-emacs@gnu.org>
2013-12-20  0:26 ` 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

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.