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

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

bug#3282: marked as done (23.0.93; (display-supports-face-attributes-p (


From: Emacs bug Tracking System
Subject: bug#3282: marked as done (23.0.93; (display-supports-face-attributes-p (list :underline t)) returns nil on tty)
Date: Thu, 14 May 2009 21:45:07 +0000

Your message dated Thu, 14 May 2009 17:38:10 -0400
with message-id <87octvqsal.fsf@cyd.mit.edu>
and subject line Re: 23.0.93; (display-supports-face-attributes-p (list 
:underline t)) returns nil on tty
has caused the Emacs bug report #3282,
regarding 23.0.93; (display-supports-face-attributes-p (list :underline t)) 
returns nil on tty
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3282: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3282
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.93; (display-supports-face-attributes-p (list :underline t)) returns nil on tty Date: Thu, 14 May 2009 13:00:51 +0900 (JST)
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

After I updated Emacs from 23.0.91 to 23.0.93, 'underline' face became
bold on tty, instead of underlined.  Still I can make 'underline' face
underlined by customize-face manually after Emacs started.

After some investigation, I noticed that
(display-supports-face-attributes-p (list :underline t)) returns nil
on tty now. Previously it returned t in emacs-23.0.91 on tty. There is
no such problem on X frames.

Actually (display-supports-face-attributes-p (list :weight "bold"))
also returns nil on tty, so something is totally broken for tty.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/local/share/emacs/23.0.93/etc/DEBUG for instructions.


In GNU Emacs 23.0.93.1 (x86_64-unknown-freebsd7.1, GTK+ Version 2.14.7)
 of 2009-05-07 on elvenbow.cc.kyushu-u.ac.jp
Windowing system distributor `The X.Org Foundation', version 11.0.10600000
configured using `configure  '--without-xim''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: C
  value of $LANG: ja_JP.eucJP
  value of $XMODIFIERS: @im=uim
  locale-coding-system: japanese-iso-8bit-unix
  default-enable-multibyte-characters: t



--- End Message ---
--- Begin Message --- Subject: Re: 23.0.93; (display-supports-face-attributes-p (list :underline t)) returns nil on tty Date: Thu, 14 May 2009 17:38:10 -0400
> Actually (display-supports-face-attributes-p (list :weight "bold"))
> also returns nil on tty, so something is totally broken for tty.

Thanks very much for noticing this.  I've checked in a fix.


--- End Message ---

reply via email to

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