emacs-devel
[Top][All Lists]
Advanced

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

Re: Bug in change in button.el?


From: Richard Stallman
Subject: Re: Bug in change in button.el?
Date: Tue, 24 Apr 2007 17:35:02 -0400

    >      ;; Use color for the MS-DOS port because it doesn't support 
underline.
    >     -(defface button '((((type pc) (class color))
    >     +;; Also for the linux console.
    >     +(defface button '((((type pc tty) (class color))
    >
    > Doesn't "tty" include xterms?  If so, it will give the wrong results
    > on xterms that can underline.

    Nick already changed it, for this very reason I think.

Do you mean the change to inherit from `link'?
I thought we did not want buttons to look just like links.
Also, what the definition of `link' does is use color and underlining
together, although each one of them works only when supported.




reply via email to

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