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

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

Re: help-default-arg-highlight


From: Juanma Barranquero
Subject: Re: help-default-arg-highlight
Date: Mon, 31 May 2004 09:10:44 +0200

On 29 May 2004 01:51:23 +0200
address@hidden (Kim F. Storm) wrote:

> (defcustom help-default-arg-highlight-attributes '(:slant italic))

That would not help in this case, because
`display-supports-face-attributes-p' is returning t, but the user has a
default face that can not be italized.

It would be better to just have a face

(defface help-argument-name '(((t :inherit italic))) "...")

because, presumably, the italic font is different from the default font
("different" in the sense of being distinguishable).

> Setting that var to nil would undo this feature.

That's nice. The problem here is that RMS didn't want to add options, if
possible. I'd be all for having an option for this, though.


                                                                Juanma






reply via email to

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