all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How do I get rid of a face defined with defface?
@ 2019-07-20 13:19 Alan Mackenzie
  2019-07-20 13:58 ` Eli Zaretskii
  2019-07-20 21:56 ` Noam Postavsky
  0 siblings, 2 replies; 6+ messages in thread
From: Alan Mackenzie @ 2019-07-20 13:19 UTC (permalink / raw)
  To: help-gnu-emacs

Hello, Emacs.

In CC Mode, some debug faces are generated with, e.g., 

    (defface c-debug-is-sws-face ....)

.  Certain macros generate additional code when, e.g.,

    (facep 'c-debuf-is-sws-face)

holds.

I now want to turn off these debugging facilities, and to get these
macros to generate just the normal code, I need to get rid of the face
c-debug-is-sws-face.  I can't find any mention in the manual of how to
do this (this may be a manual bug), nor any statement that it is not
possible (again, a possible manual bug).

So, can I get rid of this face?  If so, how?  Whether or not, where is
the spot in the manual saying so?

Thanks in advance for the help!

-- 
Alan Mackenzie (Nuremberg, Germany).



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

end of thread, other threads:[~2019-07-21  2:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-20 13:19 How do I get rid of a face defined with defface? Alan Mackenzie
2019-07-20 13:58 ` Eli Zaretskii
2019-07-20 14:05   ` Stefan Monnier
2019-07-20 14:10     ` Eli Zaretskii
2019-07-20 21:56 ` Noam Postavsky
2019-07-21  2:30   ` Eli Zaretskii

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.