From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: display-supports-face-attributes-p bug? Date: Thu, 09 Jun 2005 22:48:38 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118346631 21632 80.91.229.2 (9 Jun 2005 19:50:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2005 19:50:31 +0000 (UTC) Cc: cloos@jhcloos.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 09 21:50:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DgT1r-0007xL-Qa for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2005 21:49:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgT8q-0004fi-IM for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2005 15:56:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DgT7Y-0004HJ-W7 for emacs-devel@gnu.org; Thu, 09 Jun 2005 15:55:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DgT7T-0004E5-KV for emacs-devel@gnu.org; Thu, 09 Jun 2005 15:55:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgT7T-0004CU-9N for emacs-devel@gnu.org; Thu, 09 Jun 2005 15:55:15 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DgT1J-000151-9c; Thu, 09 Jun 2005 15:48:53 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-144-229.inter.net.il [80.230.144.229]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BMJ61063 (AUTH halo1); Thu, 9 Jun 2005 22:48:37 +0300 (IDT) Original-To: miles@gnu.org In-reply-to: (message from Miles Bader on Thu, 9 Jun 2005 13:44:55 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38459 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38459 > Date: Thu, 9 Jun 2005 13:44:55 +0900 > From: Miles Bader > Cc: James Cloos , rms@gnu.org, emacs-devel@gnu.org > > On 6/9/05, Eli Zaretskii wrote: > > I think the way to debug this is to step through the code in term.c > > that produces underlining. First, make sure that > > TS_enter_underline_mode and TS_exit_underline_mode hold the right > > strings, then, in turn_on_face, make sure that the check > > I don't understand this message at all -- there seems to be no problem > with Emacs, the problem is that terminfo claims that the linux console > can do underlining, but in fact the linux console can't do > underlining. But James just wrote that turning off colors causes underlining to work correctly. That means the Linux console is in fact capable of underlining.