GNU bug report logs -
#3282
23.0.93; (display-supports-face-attributes-p (list :underline t)) returns nil on tty
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 14 May 2009 17:38:10 -0400
with message-id <87octvqsal.fsf <at> 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 help-debbugs <at> gnu.org
immediately.)
--
3282: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3282
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 <at> 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
[Message part 3 (message/rfc822, inline)]
> 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.
This bug report was last modified 16 years and 5 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.