From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: Fontification of ChangeLog entries. Date: Sun, 03 Apr 2005 20:54:23 +0200 Message-ID: <871x9rr8rk.fsf@xs4all.nl> References: <87k6nmr0d1.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1112632153 5041 80.91.229.2 (4 Apr 2005 16:29:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Apr 2005 16:29:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 04 18:29:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DIUQn-0008Mi-4E for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2005 18:28:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DITzV-0003rZ-Cb for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2005 11:59:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DISzf-0007Vv-CY for emacs-devel@gnu.org; Mon, 04 Apr 2005 10:55:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DISzc-0007Uk-AP for emacs-devel@gnu.org; Mon, 04 Apr 2005 10:55:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DIStl-0004QJ-Qk for emacs-devel@gnu.org; Mon, 04 Apr 2005 10:49:53 -0400 Original-Received: from [194.109.24.35] (helo=smtp-vbr15.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DIAGE-0005W0-V4; Sun, 03 Apr 2005 14:55:51 -0400 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr15.xs4all.nl (8.12.11/8.12.11) with ESMTP id j33IsOkd068687; Sun, 3 Apr 2005 20:54:24 +0200 (CEST) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1DIAEp-00015k-00; Sun, 03 Apr 2005 20:54:23 +0200 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sun, 03 Apr 2005 00:20:10 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Lines: 15 X-Virus-Scanned: by XS4ALL Virus Scanner 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:35539 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35539 Richard Stallman writes: > 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. I've browsed a large number of Emacs' ChangeLog files and saw no problems. Shall I install the patch so that others will test it too? Lute.