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:46:54 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118346735 21977 80.91.229.2 (9 Jun 2005 19:52:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2005 19:52:15 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 09 21:52:06 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DgT3A-0008E3-La for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2005 21:50:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgTA9-00052A-Ac for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2005 15:58:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DgT7Z-0004HB-8o 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 1DgT7U-0004EY-Av for emacs-devel@gnu.org; Thu, 09 Jun 2005 15:55:16 -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-St for emacs-devel@gnu.org; Thu, 09 Jun 2005 15:55:15 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DgSze-0000xS-G4; Thu, 09 Jun 2005 15:47:10 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-144-229.inter.net.il [80.230.144.229]) by legolas.inter.net.il (MOS 3.5.8-GR) with ESMTP id EOQ36828 (AUTH halo1); Thu, 9 Jun 2005 22:46:53 +0300 (IDT) Original-To: James Cloos In-reply-to: (message from James Cloos on Thu, 09 Jun 2005 00:46:27 -0400) 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:38460 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38460 > Cc: rms@gnu.org, emacs-devel@gnu.org > From: James Cloos > Date: Thu, 09 Jun 2005 00:46:27 -0400 > > Eli> you can try "emacs --color=no" to see if that causes underlining > Eli> to work. > > Yes, that does change emacs' output. With TERM=linux underlining > works iff --color=no. So that probably means Emacs thinks colors and underlining cannot be used together on that terminal. > I presume infocmp -d linux xterm should show the relevant differences > between the linux and xterm terminfo files. That is not an efficient method, as the terminfo entries have lots of differences. It is much better to step with a debugger through the code in term.c in the places I mentioned earlier in this thread.