From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: Fix infinite loop in tex file handling in etags Date: Mon, 14 Aug 2006 17:35:25 +0900 (JST) Message-ID: <20060814.173525.46581203.jet@gyve.org> References: <20060807.130110.80242582.jet@gyve.org> <44D85A64.8030803@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155544656 17350 80.91.229.2 (14 Aug 2006 08:37:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Aug 2006 08:37:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 14 10:37:33 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GCXwy-0000VC-UM for ged-emacs-devel@m.gmane.org; Mon, 14 Aug 2006 10:37:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCXwy-0001F0-Fn for ged-emacs-devel@m.gmane.org; Mon, 14 Aug 2006 04:37:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GCXvv-0000tX-Tn for emacs-devel@gnu.org; Mon, 14 Aug 2006 04:36:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GCXvu-0000s4-NM for emacs-devel@gnu.org; Mon, 14 Aug 2006 04:36:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCXvu-0000rr-HQ for emacs-devel@gnu.org; Mon, 14 Aug 2006 04:36:26 -0400 Original-Received: from [66.187.233.31] (helo=mx1.redhat.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GCY1d-00045G-J0; Mon, 14 Aug 2006 04:42:21 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k7E8aKXe001795; Mon, 14 Aug 2006 04:36:20 -0400 Original-Received: from pobox.tokyo.redhat.com (pobox.tokyo.redhat.com [172.16.33.225]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k7E8aIVJ032273; Mon, 14 Aug 2006 04:36:19 -0400 Original-Received: from localhost (dhcp92.tokyo.redhat.com [172.16.33.92]) by pobox.tokyo.redhat.com (8.12.8/8.12.8) with ESMTP id k7E8aAfl001532; Mon, 14 Aug 2006 17:36:18 +0900 Original-To: pot@gnu.org In-Reply-To: X-Mailer: Mew version 4.2.53 on Emacs 22.0.51 / Mule 5.0 (SAKAKI) 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:58375 Archived-At: > >> Could someone install this patch, too? > > > >Done. > > Please, do not install changes in etags.c, unless it is urgent and the > reasons for the changes are clearly understood. Generally speaking, it > is better asking me first, as I have a regression test suite that I run > before committing any changes. How about etags.1? 2006-08-14 Masatake YAMATO * etags.1: Added / to the end of DEVAR regex evamle. --- etags.1 01 7月 2006 12:53:00 +0900 3.22 +++ etags.1 14 8月 2006 09:22:59 +0900 @@ -205,7 +205,7 @@ Tag the DEFVAR macros in the emacs source files: .br -\fI\-\-regex\='/[ \\t]*DEFVAR_[A-Z_ \\t(]+"\\([^"]+\\)"\/'\fP +\fI\-\-regex\='/[ \\t]*DEFVAR_[A-Z_ \\t(]+"\\([^"]+\\)"/'\fP .\"" This comment is to avoid confusion to Emacs syntax highlighting .br