* bug#11805: faces don't show up correctly in customize interface
@ 2012-06-28 4:38 Thierry Volpiatto
2012-06-28 5:13 ` Stefan Monnier
2012-08-21 21:49 ` Andreas Schwab
0 siblings, 2 replies; 5+ messages in thread
From: Thierry Volpiatto @ 2012-06-28 4:38 UTC (permalink / raw)
To: 11805
Hi,
faces recently written are showed in lisp form in the customize
interface.
When switching to emacs24.1 they show up correctly.
--
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#11805: faces don't show up correctly in customize interface
2012-06-28 4:38 bug#11805: faces don't show up correctly in customize interface Thierry Volpiatto
@ 2012-06-28 5:13 ` Stefan Monnier
2012-06-28 7:39 ` Thierry Volpiatto
2012-08-21 21:49 ` Andreas Schwab
1 sibling, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2012-06-28 5:13 UTC (permalink / raw)
To: Thierry Volpiatto; +Cc: 11805
> 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?
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#11805: faces don't show up correctly in customize interface
2012-06-28 5:13 ` Stefan Monnier
@ 2012-06-28 7:39 ` Thierry Volpiatto
0 siblings, 0 replies; 5+ messages in thread
From: Thierry Volpiatto @ 2012-06-28 7:39 UTC (permalink / raw)
To: Stefan Monnier; +Cc: 11805
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#11805: faces don't show up correctly in customize interface
2012-06-28 4:38 bug#11805: faces don't show up correctly in customize interface Thierry Volpiatto
2012-06-28 5:13 ` Stefan Monnier
@ 2012-08-21 21:49 ` Andreas Schwab
2012-08-22 5:44 ` Thierry Volpiatto
1 sibling, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2012-08-21 21:49 UTC (permalink / raw)
To: Thierry Volpiatto; +Cc: 11805-done
Fixed.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-08-22 5:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28 4:38 bug#11805: faces don't show up correctly in customize interface Thierry Volpiatto
2012-06-28 5:13 ` Stefan Monnier
2012-06-28 7:39 ` Thierry Volpiatto
2012-08-21 21:49 ` Andreas Schwab
2012-08-22 5:44 ` 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.