From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rob Riepel Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: incomplete comment colorization in terminals Date: Fri, 14 Mar 2008 17:50:18 -0700 Message-ID: <98D9DE3A-9F52-402B-9CF3-6B8F29BDA8AC@networking.stanford.edu> References: <20080311231514.B718249C0BB@daedalus.stanford.edu> <200803120445.m2C4jcDe015828@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205551777 6035 80.91.229.12 (15 Mar 2008 03:29:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Mar 2008 03:29:37 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Dan Nicolaescu To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 15 04:30:05 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 1JaN5w-0001v4-Cb for ged-emacs-devel@m.gmane.org; Sat, 15 Mar 2008 04:30:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaN5M-0005GP-MJ for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 23:29:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JaKbR-0000ey-Bq for emacs-devel@gnu.org; Fri, 14 Mar 2008 20:50:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JaKbP-0000bz-Ul for emacs-devel@gnu.org; Fri, 14 Mar 2008 20:50:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaKbP-0000bn-Lv for emacs-devel@gnu.org; Fri, 14 Mar 2008 20:50:23 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JaKbP-0002jn-Hx for emacs-devel@gnu.org; Fri, 14 Mar 2008 20:50:23 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JaKbP-0007VO-3d for emacs-pretest-bug@gnu.org; Fri, 14 Mar 2008 20:50:23 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JaKbM-0002iz-9q for emacs-pretest-bug@gnu.org; Fri, 14 Mar 2008 20:50:23 -0400 Original-Received: from smtp2.stanford.edu ([171.67.20.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JaKbL-0002it-W8 for emacs-pretest-bug@gnu.org; Fri, 14 Mar 2008 20:50:20 -0400 Original-Received: from smtp2.stanford.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 5A94065B6AA; Fri, 14 Mar 2008 17:50:19 -0700 (PDT) Original-Received: from [171.64.20.40] (noxzema.Stanford.EDU [171.64.20.40]) by smtp2.stanford.edu (Postfix) with ESMTP id B8E2C65B68B; Fri, 14 Mar 2008 17:50:18 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.753) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Fri, 14 Mar 2008 23:10:38 -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:92648 gmane.emacs.pretest.bugs:21587 Archived-At: On Mar 12, 2008, at 6:57 AM, Stefan Monnier wrote: > The NEWS entry for f in Emacs-22 is insufficient I believe. It > should explain the effect of the introduction of this new face and > should point to xterm-256color as well as other methods to recover > the previous behavior. The new entry looks great. You may want to mention font-lock-comment- delimiter-face in the font-lock-mode documentation. Right now it says: | When Font Lock mode is enabled, text is fontified as you type it: | | - Comments are displayed in `font-lock-comment-face'; | - Strings are displayed in `font-lock-string-face'; Which could be slightly confusing to those who don't know that the delimiter is not part of the comment (at least as far as fontification is concerned). -- Rob Riepel (650) 725-7577 http://geek.stanford.edu