From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Fontification of ChangeLog entries. Date: Sun, 03 Apr 2005 00:20:10 -0500 Message-ID: References: <87k6nmr0d1.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1112506527 18178 80.91.229.2 (3 Apr 2005 05:35:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Apr 2005 05:35:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 03 07:35:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DHxlV-0000dK-RD for ged-emacs-devel@m.gmane.org; Sun, 03 Apr 2005 07:35:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHxn7-0006dH-NA for ged-emacs-devel@m.gmane.org; Sun, 03 Apr 2005 00:36:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHxmk-0006aq-AF for emacs-devel@gnu.org; Sun, 03 Apr 2005 00:36:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHxmg-0006X9-GE for emacs-devel@gnu.org; Sun, 03 Apr 2005 00:36:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHxmg-0006Uu-2U for emacs-devel@gnu.org; Sun, 03 Apr 2005 00:36:30 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DHxXe-0000vF-VW for emacs-devel@gnu.org; Sun, 03 Apr 2005 00:20:59 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DHxWs-0003ci-Gh; Sun, 03 Apr 2005 00:20:10 -0500 Original-To: Lute Kamstra In-reply-to: <87k6nmr0d1.fsf@xs4all.nl> (message from Lute Kamstra on Fri, 01 Apr 2005 17:19:06 +0200) 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:35523 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35523 When a name in a parenthesized list of a ChangeLog entry contains spaces, only the first word gets fontified. See {lispref,man}/ChangeLog for examples. What about the following patch to fix this? I agree with the idea of fontifying more than the first word. The main question is whether the change has unwanted side effects in other cases. The best way to find that out is by trying it. If it works fine, I am in favor of it.