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: trivial bug of font-lock in Change Log mode. Date: Thu, 26 May 2005 10:54:21 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1117119481 26257 80.91.229.2 (26 May 2005 14:58:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 May 2005 14:58:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 26 16:57:55 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DbJlS-0003AD-9D for ged-emacs-devel@m.gmane.org; Thu, 26 May 2005 16:55:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbJpX-0003Ya-Dr for ged-emacs-devel@m.gmane.org; Thu, 26 May 2005 10:59:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbJoU-00038i-As for emacs-devel@gnu.org; Thu, 26 May 2005 10:58:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DbJoS-00036y-1f for emacs-devel@gnu.org; Thu, 26 May 2005 10:58:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbJoR-00035y-8s for emacs-devel@gnu.org; Thu, 26 May 2005 10:58:19 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbJlY-0000Nk-VE for emacs-devel@gnu.org; Thu, 26 May 2005 10:55:21 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DbJkb-0008KT-TG; Thu, 26 May 2005 10:54:21 -0400 Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Thu, 26 May 2005 10:00:39 +0900) 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:37707 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37707 ;; Date lines, new and old styles. ! ("^\\([1-9][0-9][0-9][0-9]-[0-9-]+\\|\\(Sun\\|Mon\\|Tue\\|Wed\\|Thu\\|Fri\\|Sat\\|Sun\\) \\sw\\sw\\sw\\)[0-9:+ ]*" (0 'change-log-date-face) Shouldn't that regexp end with + rather than *?