all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* face names in blank-mode.el
@ 2008-01-19 16:40 Dan Nicolaescu
  2008-01-20  4:06 ` Glenn Morris
  2008-01-21  4:17 ` Vinicius Jose Latorre
  0 siblings, 2 replies; 7+ messages in thread
From: Dan Nicolaescu @ 2008-01-19 16:40 UTC (permalink / raw)
  To: emacs-devel


Isn't using the -face suffix for faces deprecated now?
The new package blank-mode.el that was very recently added does it for
all of its faces:

$ grep defface blank-mode.el
;; indicating defface byte-compilation warnings.
(defface blank-space-face
(defface blank-hspace-face              ; 'nobreak-space
(defface blank-tab-face
(defface blank-newline-face
(defface blank-trailing-face            ; 'trailing-whitespace
(defface blank-line-face
(defface blank-space-before-tab-face

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

end of thread, other threads:[~2008-01-21 13:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-19 16:40 face names in blank-mode.el Dan Nicolaescu
2008-01-20  4:06 ` Glenn Morris
2008-01-21  4:17 ` Vinicius Jose Latorre
2008-01-21  3:21   ` Miles Bader
2008-01-21  4:36     ` Vinicius Jose Latorre
2008-01-21  3:39       ` Miles Bader
2008-01-21 13:55       ` Vinicius Jose Latorre

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.