all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to setup a simple face in 24.2
@ 2012-08-21 16:28 Thierry Volpiatto
  2012-08-21 16:37 ` Andreas Schwab
  2012-08-21 17:49 ` Glenn Morris
  0 siblings, 2 replies; 8+ messages in thread
From: Thierry Volpiatto @ 2012-08-21 16:28 UTC (permalink / raw)
  To: emacs-devel

Hi, the title says all.
I have this face that behave differently in customize interface
depending the emacs version I use:

#+BEGIN_SRC lisp
(defface helm-grep-file
    '((t (:foreground "BlueViolet"
          :underline t)))
  "Face used to highlight grep results filenames."
  :group 'helm-grep)

#+END_SRC

emacs-24.1:

--8<---------------cut here---------------start------------->8---
Hide Helm Grep File face: [sample]
    State : STANDARD.
   Face used to highlight grep results filenames.
   [X] Underline: Value Menu On
   [X] Foreground: BlueViolet  Choose   (sample)
   Show All Attributes
--8<---------------cut here---------------end--------------->8---

emacs-24.2:

--8<---------------cut here---------------start------------->8---
Hide Helm Grep File face: [sample]
    State : STANDARD.
   Face used to highlight grep results filenames.
Lisp expression: 
((t
  (:underline t :foreground "BlueViolet")))
--8<---------------cut here---------------end--------------->8---

Thanks.

-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




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

end of thread, other threads:[~2012-08-21 20:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 16:28 How to setup a simple face in 24.2 Thierry Volpiatto
2012-08-21 16:37 ` Andreas Schwab
2012-08-21 16:53   ` Thierry Volpiatto
2012-08-21 17:40     ` Drew Adams
2012-08-21 18:55       ` Thierry Volpiatto
2012-08-21 20:05     ` Andreas Schwab
2012-08-21 17:49 ` Glenn Morris
2012-08-21 18:54   ` Thierry Volpiatto

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.