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: Miles Bader
Subject: Re: Bug in change in button.el?
Date: Wed, 25 Apr 2007 08:50:14 +0900

Glenn Morris <address@hidden> writes:
> I can tell you by experiment that if you make it inherit from
> underline, it will once again by indistinguishable on the linux
> console.

Are you sure that you have TERM set correctly (to "linux")?

On my system the "underline" face displays as expected on the linux
console:  it uses bold because there's no underline support.

Here's what display-supports-face-attributes-p says for the linux console:

   (display-supports-face-attributes-p '(:underline t))
     => nil
   (display-supports-face-attributes-p '(:weight bold))
     => t

If you're using the correct TERM, what do these return for you?

-Miles

-- 
Any man who is a triangle, has thee right, when in Cartesian Space, to
have angles, which when summed, come to know more, nor no less, than
nine score degrees, should he so wish.  [TEMPLE OV THEE LEMUR]




reply via email to

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