emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can't turn off font-lock


From: Juri Linkov
Subject: Re: can't turn off font-lock
Date: Mon, 13 Aug 2007 02:24:12 +0300
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

> Meanwhile, I have also never been able to figure out how to disable an
> individual face (and could find no documentation about it, either).  I
> gather I'm supposed to set whatever-face-symbol to 'default or "default"
> or something?  Can you show me how you do it, please?

You can try this code to disable face attributes of all faces:

  (mapc (lambda (face) (modify-face face)) (face-list))

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]