From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: incomplete comment colorization in terminals Date: Wed, 12 Mar 2008 06:26:08 +0200 Message-ID: References: <20080311231514.B718249C0BB@daedalus.stanford.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1205295989 25357 80.91.229.12 (12 Mar 2008 04:26:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2008 04:26:29 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Rob Riepel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 12 05:26:57 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JZIYL-0003XV-6l for ged-emacs-devel@m.gmane.org; Wed, 12 Mar 2008 05:26:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZIXm-0001AT-KS for ged-emacs-devel@m.gmane.org; Wed, 12 Mar 2008 00:26:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZIXf-00017y-F7 for emacs-devel@gnu.org; Wed, 12 Mar 2008 00:26:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZIXb-00014K-PU for emacs-devel@gnu.org; Wed, 12 Mar 2008 00:26:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZIXb-00014E-N9 for emacs-devel@gnu.org; Wed, 12 Mar 2008 00:26:11 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZIXb-0002Y7-Cj for emacs-devel@gnu.org; Wed, 12 Mar 2008 00:26:11 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JZIXa-0001Zh-VS for emacs-pretest-bug@gnu.org; Wed, 12 Mar 2008 00:26:11 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JZIXX-0002X6-OC for emacs-pretest-bug@gnu.org; Wed, 12 Mar 2008 00:26:10 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZIXX-0002WM-Cj for emacs-pretest-bug@gnu.org; Wed, 12 Mar 2008 00:26:07 -0400 Original-Received: from HOME-C4E4A596F7 ([84.229.201.25]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0JXL00IHAOY066D0@i_mtaout2.012.net.il> for emacs-pretest-bug@gnu.org; Wed, 12 Mar 2008 06:39:36 +0200 (IST) In-reply-to: <20080311231514.B718249C0BB@daedalus.stanford.edu> X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:92246 gmane.emacs.pretest.bugs:21534 Archived-At: > From: Rob Riepel > Date: Tue, 11 Mar 2008 16:15:14 -0700 (PDT) > Cc: > > When using font-locking in a terminal window (xterm and the like) > single-line comments are only highlighted to the first non-space > character after a space. This happens in more than one language- > specific mode - I've tried Emacs-lisp and CPerl modes. > > The bug does not occur when running Emacs under X, only in a terminal, > and only for certain terminal types. The bug is present when TERM is > set to xterm or xterm-color, but not when TERM is set to xterm-16color. This is not a bug, but a deliberate feature. There's a new face named font-lock-comment-delimiter-face.