From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Mattias_Engdeg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: Scan of regexp mistakes Date: Sat, 9 Mar 2019 14:09:49 +0100 Message-ID: <3D34BD3B-DDEE-40EE-8C6D-77AEB90BC6B9@acm.org> References: <3ef768c2-98d9-a42d-067a-4a5ffc945cf4@cs.ucla.edu> Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="66903"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 09 14:10:13 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h2bjw-000HIz-Lj for ged-emacs-devel@m.gmane.org; Sat, 09 Mar 2019 14:10:13 +0100 Original-Received: from localhost ([127.0.0.1]:58713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2bjv-0007dp-N1 for ged-emacs-devel@m.gmane.org; Sat, 09 Mar 2019 08:10:11 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:39110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2bjp-0007dH-T8 for emacs-devel@gnu.org; Sat, 09 Mar 2019 08:10:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2bjo-0007s3-UN for emacs-devel@gnu.org; Sat, 09 Mar 2019 08:10:05 -0500 Original-Received: from mail227c50.megamailservers.eu ([91.136.10.237]:49220 helo=mail36c50.megamailservers.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h2bjo-0007rE-CU for emacs-devel@gnu.org; Sat, 09 Mar 2019 08:10:04 -0500 X-Authenticated-User: mattiase@bredband.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megamailservers.eu; s=maildub; t=1552136991; bh=9onrgFAf6Xxdh6eSrnd+LHFMrAD27TPpnPsn1XdtpoQ=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=eAxVh0eB5GTlJBVvfCNkUScRE9uOgpoOOPo7TaEGC/NWnt+72EBGV/4tEN444SexJ XQsVhu8/xBQAxDGPs0+R0H7KEdBkKOiZhVnV7x9n3GnhMw0kM8LuEEzFqan3hoFK0g zcLilRMXT6C7v1fwq7XcA7jmFNkA+WpX7emUC0KE= Feedback-ID: mattiase@acm.or Original-Received: from [192.168.1.64] (c-e636e253.032-75-73746f71.bbcust.telenor.se [83.226.54.230]) (authenticated bits=0) by mail36c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id x29D9nIe010565; Sat, 9 Mar 2019 13:09:51 +0000 In-Reply-To: X-Mailer: Apple Mail (2.3445.102.3) X-CTCH-RefID: str=0001.0A0B0210.5C83BB1F.0042, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.3 cv=XOQetzpE c=1 sm=1 tr=0 a=M+GU/qJco4WXjv8D6jB2IA==:117 a=M+GU/qJco4WXjv8D6jB2IA==:17 a=kj9zAlcOel0A:10 a=pL4j8sNpOKzONL3w_RAA:9 a=CjuIK1q_8ugA:10 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 91.136.10.237 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:233961 Archived-At: 8 mars 2019 kl. 18.13 skrev Paul Eggert : >=20 >> searching for A-z uncovers more suspect regexps, some of which aren't = found by the trawler. >=20 > I wonder where those all came from? I attempted to fix them in the = attached. Very good, thanks, just this last one: --- a/lisp/vc/add-log.el +++ b/lisp/vc/add-log.el @@ -239,7 +239,7 @@ a case simply use the directory containing the = changed file." ;; wrongly with a non-date line existing as a random note. In ;; addition, using any kind of fixed setting like this doesn't ;; work if a user customizes add-log-time-format. - ("^[0-9-]+ +\\|^ \\{11,\\}\\|^\t = \\{3,\\}\\|^\\(Sun\\|Mon\\|Tue\\|Wed\\|Thu\\|Fri\\|Sat\\) = [A-z][a-z][a-z] [0-9:+ ]+" + ("^[0-9-]+ +\\|^ \\{11,\\}\\|^\t = \\{3,\\}\\|^\\(Sun\\|Mon\\|Tue\\|Wed\\|Thu\\|Fri\\|Sat\\) = [A-Z][a-z][a-z] [0-9:+ ]+" The [A-z] should become [A-Za-z] rather than [A-Z], right?