bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11805: faces don't show up correctly in customize interface


From: Thierry Volpiatto
Subject: bug#11805: faces don't show up correctly in customize interface
Date: Thu, 28 Jun 2012 09:39:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> faces recently written are showed in lisp form in the customize
>> interface.  When switching to emacs24.1 they show up correctly.
>
> I'm a bit confused by your description.  Can you explain exactly under
> which circumstance they are not shown correctly, and ideally give
> an example?

--8<---------------cut here---------------start------------->8---
(defface helm-action
    '((t (:underline t)))
  "Face for action lines in the helm action buffer."
  :group 'helm)
--8<---------------cut here---------------end--------------->8---

M-x customize-group RET helm RET

Emacs-24.1.50.1:
--8<---------------cut here---------------start------------->8---
Hide Helm Action face: [sample]
    State : SAVED and set.
   Face for action lines in the helm action buffer.
Lisp expression: 
((t
  (:foreground "Navajowhite4" :underline t)))
--8<---------------cut here---------------end--------------->8---


Emacs-24.1:
--8<---------------cut here---------------start------------->8---
Hide Helm Action face: [sample]
    State : SAVED and set.
   Face for action lines in the helm action buffer.
   [X] Underline: Value Menu On
   [X] Foreground: Navajowhite4  Choose   (sample)
   Show All Attributes
--8<---------------cut here---------------end--------------->8---


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





reply via email to

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