unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: emacs-devel@gnu.org
Subject: How to setup a simple face in 24.2
Date: Tue, 21 Aug 2012 18:28:29 +0200	[thread overview]
Message-ID: <87fw7gnr9u.fsf@gmail.com> (raw)

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 




             reply	other threads:[~2012-08-21 16:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-21 16:28 Thierry Volpiatto [this message]
2012-08-21 16:37 ` How to setup a simple face in 24.2 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fw7gnr9u.fsf@gmail.com \
    --to=thierry.volpiatto@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).