From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Diff mode faces Date: Fri, 17 Jun 2005 14:11:52 +0100 Message-ID: <42B2CC18.1040707@gnu.org> References: <87oea5urwm.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1119015446 31983 80.91.229.2 (17 Jun 2005 13:37:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2005 13:37:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 15:37:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DjH1q-00029A-KZ for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 15:37:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjH7S-0007oA-UN for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 09:42:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DjH2Q-0005SW-TK for emacs-devel@gnu.org; Fri, 17 Jun 2005 09:37:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DjH2O-0005Rt-V6 for emacs-devel@gnu.org; Fri, 17 Jun 2005 09:37:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjGuM-0002t9-Sw for emacs-devel@gnu.org; Fri, 17 Jun 2005 09:29:18 -0400 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DjGel-000268-4S for emacs-devel@gnu.org; Fri, 17 Jun 2005 09:13:11 -0400 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id MGCRLZPB; Fri, 17 Jun 2005 14:09:15 +0100 Original-Received: from 10.10.5.77 ([10.10.5.77] helo=[10.10.5.77]) by ASSP-nospam ; 17 Jun 05 13:09:14 -0000 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: Juri Linkov In-Reply-To: <87oea5urwm.fsf@jurta.org> 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:39017 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39017 Juri Linkov wrote: >I propose instead of highlighting whole lines on tty to use at least >the same approach as introduced recently for comments on tty to highlight >only comment delimiters in new face font-lock-comment-delimiter-face. >Similarly, only diff indicators (the first character of the line) could >be highlighted in diff buffers on tty. > > Why should tty be different than non-tty in either of these cases?