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: syntax highlight fix for add-log.el Date: Sun, 03 Apr 2005 17:19:53 -0400 Message-ID: References: <87mzsgr4e3.fsf@kali.intranet> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1112639533 31544 80.91.229.6 (4 Apr 2005 18:32:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Apr 2005 18:32: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 20:32:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1DIWMp-00012c-00 for ; Mon, 04 Apr 2005 20:32:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DIVvZ-0001bk-BC for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2005 14:03:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DITOz-0000L6-Ga for emacs-devel@gnu.org; Mon, 04 Apr 2005 11:22:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DITNN-0008TB-Bn for emacs-devel@gnu.org; Mon, 04 Apr 2005 11:20:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DISt5-0004QJ-Ec for emacs-devel@gnu.org; Mon, 04 Apr 2005 10:49:11 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DICWe-00074q-IQ for emacs-devel@gnu.org; Sun, 03 Apr 2005 17:20:56 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DICVd-0001Ss-OY; Sun, 03 Apr 2005 17:19:53 -0400 Original-To: Marcelo Toledo In-reply-to: <87mzsgr4e3.fsf@kali.intranet> (message from Marcelo Toledo on Sat, 02 Apr 2005 23:16:36 -0300) 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:35551 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35551 ;; File names. ! ("^\\(?: \\{8\\}\\|\t\\)\\* \\([^ ,:([\n]+\\)" This seems to insist on 8 spaces. It can be any number of spaces; one space is enough. (log-edit-previous-comment arg) ! (indent-region (point-min) (point-max) nil) This change looks like a no-op. What is the bug you intend to fix?