emacs-devel
[Top][All Lists]
Advanced

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

Re: Minimal patch: Use link face as default for button face


From: Lennart Borgman
Subject: Re: Minimal patch: Use link face as default for button face
Date: Mon, 26 Jun 2006 15:46:49 +0200
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Richard Stallman wrote:
    > -(defface button '((((type pc) (class color))
    > -                  (:foreground "lightblue"))
    > -                 (t :underline t))
    > +(defface button
    > +  '((t :inherit link))
    >    "Default face used for buttons."
    >    :group 'basic-faces)

    This modifies the face default for (type pc).  I don't think it's
    time to change defaults now.

It makes changes on many kinds of platforms, since `link'
does a lot more than just underline.

Buttons are different from links, so I think this change is probably a
mistake on general principles.

I am not sure if I am correct, but it seems to me that the basic "button" is indeed a link. Compare help buffers for example. The "button links" there have the face "button".

"Buttons" are technically different from widgets but to the reader a widget link and a button link should look the same in my opinion.




reply via email to

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