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: Richard Stallman
Subject: Re: Minimal patch: Use link face as default for button face
Date: Mon, 26 Jun 2006 07:33:04 -0400

    > -(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.




reply via email to

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