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

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

bug#12213: 24.1; Cannot customize help-argument-name face


From: Chong Yidong
Subject: bug#12213: 24.1; Cannot customize help-argument-name face
Date: Sun, 26 Aug 2012 10:58:04 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Glenn Morris <rgm@gnu.org> writes:

> Now I see it too. It is obvious what is going on if you look at what
> gets written to .emacs:
>
> '(help-argument-name ((((supports :slant italic))
>      (:inherit italic :foreground "yellow"))))
>
> Bitmap fonts don't support italic, so the foreground etc does not get
> applied.

This face should not be using `supports', because the italics face
already does it.  Fixed in trunk.





reply via email to

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