all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* font-lock question
@ 2004-02-09 16:18 Javier Oviedo
  2004-02-09 18:12 ` Alan Mackenzie
  0 siblings, 1 reply; 10+ messages in thread
From: Javier Oviedo @ 2004-02-09 16:18 UTC (permalink / raw)


Hello all:

This will probably sound like a rather bizarre question but here goes...

Is there a way to fontify a buffer based on a different mode but still
retain all of the original/base modes attributes(expect for the face
attributes, of course)?

Example:  I have c-file open in emacs and the buffer is using c-mode. I'd
like to use the faces for emacs-lisp-mode(this just an example, so please
humor me) but keep every other attribute of the c-mode. Can this be done? Is
there some other way I could accomplish this? Perhaps using a minor mode and
it's faces but keeping the attributes of the major mode? I'm open to any and
all suggestions.

Thanks in advance!

-- 
Javier

^ permalink raw reply	[flat|nested] 10+ messages in thread
* font-lock question
@ 2008-07-15 12:19 Klaus Zeitler
  2008-07-24 15:11 ` Stefan Monnier
  0 siblings, 1 reply; 10+ messages in thread
From: Klaus Zeitler @ 2008-07-15 12:19 UTC (permalink / raw)
  To: emacs-devel

For many years I had the following statement in my .emacs file:

(defun show-tabs () "Show tabs with a slightly changed background"
  (font-lock-add-keywords nil '(("\t"  (0 'tab-face t))) t))
(add-hook 'font-lock-mode-hook 'show-tabs)

This has worked without any problems up to 22.1.
In version 22.2 and 23 I do have problems with syntax highlighting due
to these few lines above, e.g. when I try M-x list-faces-display
all colors are gone.

So here's my question. Did that only work by accident in older versions?
Maybe I have to change this code slightly for 22.2 and CVS version, but I
can't see what's wrong, when I look at the docu for font-lock-add-keywords.

Klaus

-- 
 --------------------------------------------------
|  Klaus Zeitler      Alcatel-Lucent               |
|  Email:             kzeitler@alcatel-lucent.com  |
 --------------------------------------------------
---
Copy Protection:  A clever method of preventing incompetent pirates from
stealing software and legitimate customers from using it.




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-07-25 13:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-09 16:18 font-lock question Javier Oviedo
2004-02-09 18:12 ` Alan Mackenzie
2004-02-09 20:50   ` Javier Oviedo
2004-02-10 13:49     ` Javier Oviedo
2004-02-12 15:46     ` Kai Grossjohann
2004-02-12 18:47       ` Javier Oviedo
2004-02-14 18:47         ` Kai Grossjohann
  -- strict thread matches above, loose matches on Subject: below --
2008-07-15 12:19 Klaus Zeitler
2008-07-24 15:11 ` Stefan Monnier
2008-07-25 13:33   ` Klaus Zeitler

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.