From unknown Tue Aug 19 21:02:11 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3479: rgrep sends directories needlessly to grep Reply-To: jidanni@jidanni.org, 3479@debbugs.gnu.org Resent-From: jidanni@jidanni.org Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 06 Jun 2009 05:25:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 3479 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12442653813859 (code B ref -1); Sat, 06 Jun 2009 05:25:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 6 Jun 2009 05:16:21 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.5 required=4.0 tests=AWL,SARE_RECV_SPAM_DOMN0b autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n565GHWw003852 for ; Fri, 5 Jun 2009 22:16:18 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCoGP-0003Rz-4m for bug-gnu-emacs@gnu.org; Sat, 06 Jun 2009 01:16:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCoGJ-0003Rn-F3 for bug-gnu-emacs@gnu.org; Sat, 06 Jun 2009 01:16:15 -0400 Received: from [199.232.76.173] (port=47503 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCoGJ-0003Rk-93 for bug-gnu-emacs@gnu.org; Sat, 06 Jun 2009 01:16:11 -0400 Received: from balanced.mail.policyd.dreamhost.com ([208.97.132.119]:56113 helo=homiemail-a4.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCoGJ-0002QT-0q for bug-gnu-emacs@gnu.org; Sat, 06 Jun 2009 01:16:11 -0400 Received: from jidanni.org (122-127-38-104.dynamic.hinet.net [122.127.38.104]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a4.g.dreamhost.com (Postfix) with ESMTP id F386640554 for ; Fri, 5 Jun 2009 22:16:07 -0700 (PDT) To: bug-gnu-emacs@gnu.org From: jidanni@jidanni.org Date: Sat, 06 Jun 2009 05:39:40 +0800 Message-ID: <87k53qcqcj.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) Gentlemen, I used the same string as e.g., (rgrep "bla" "*" "~/mediawiki/") produced, and instead appended fgrep, and found $ find . \( -path \*/CVS -o -path \*/.svn -o -path \*/\{arch\} -o -path \*/.hg -o -path \*/_darcs -o -path \*/.git -o -path \*/.bzr \) -prune -o -type f \( -name \* \)|fgrep -c .svn 62 That's right, 62 .svn's, when you thought you had eliminated them. They are all directories. OK, now putting the print inside ( ), $ cd ~/mediawiki/;find . -path \*/.svn -prune -o \( -type f \( -name \* \) -print \)|fgrep .svn ./math/.svnignore ./tests/.svnignore Which were put there by the staff, so we have indeed eliminated what we need to! Therefore consider putting your ...-print0 inside a ( )! Also only one space is needed between "-o -type f". (Of course grep doesn't give an error when given a directory.) From unknown Tue Aug 19 21:02:11 2025 X-Loop: help-debbugs@gnu.org Subject: bug#3479: rgrep sends directories needlessly to grep References: <87k53qcqcj.fsf@jidanni.org> In-Reply-To: <87k53qcqcj.fsf@jidanni.org> Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 06 Oct 2019 04:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 3479 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Cc: 3479@debbugs.gnu.org Received: via spool by 3479-submit@debbugs.gnu.org id=B3479.157033745014143 (code B ref 3479); Sun, 06 Oct 2019 04:51:02 +0000 Received: (at 3479) by debbugs.gnu.org; 6 Oct 2019 04:50:50 +0000 Received: from localhost ([127.0.0.1]:45459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGyVN-0003g3-QV for submit@debbugs.gnu.org; Sun, 06 Oct 2019 00:50:50 -0400 Received: from mail-pl1-f193.google.com ([209.85.214.193]:44618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGyVL-0003fq-Vn for 3479@debbugs.gnu.org; Sun, 06 Oct 2019 00:50:48 -0400 Received: by mail-pl1-f193.google.com with SMTP id q15so5116800pll.11 for <3479@debbugs.gnu.org>; Sat, 05 Oct 2019 21:50:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=BH2mQyEipVjUEoLsFe+8riLOh+LNS8QobrcVl19g3sU=; b=klHs2+iWGEP9G0m1QqWoCoJxdOTwDX0LgtZSMiqGOGCBljKC3zp/AhNx3yj6bRUTz/ AVvGEO4v4d4dP7ke3PJAnXQvCOHJe4yNV9ZSEb+edf3kuVM6rbWhoFABcTIgRZp9/h5T O0HcmZAe2rwP9PRwKX1XKy6yqgQRdcqmr6OF0/WOHFzHKdLzB0n0Au7FtyHL/09wWoxV gM373XptyznbRG48MujOCze7O1V1QKRICk23jnaAGKIAiB8EI5WZO2OUN6BB+fZ6aBT9 KEyOmyZjKSWOpnXR/SMuLv6t70+NHriE29lK/c/8sWj/ST8L2taMl3z1OhKdlUicClwq BT6w== X-Gm-Message-State: APjAAAWVHrtGin9rLS13ZeBBMEqPfuwCtiqMC4l/Qctmu3tZkqGNbYLd aJoYJzH8gIBZnHXFEySK2dNSedR2OPxaPek+7Yr3Bq8F X-Google-Smtp-Source: APXvYqyvRjWWW3lkxeDzUaYXtXljOCIRTI4AeK/y6xx6yuC32Gu9kSIYPxcu+VqzI7XyJCPd3x3AY+llr80tqafXgD0= X-Received: by 2002:a17:902:6b88:: with SMTP id p8mr18320725plk.251.1570337442026; Sat, 05 Oct 2019 21:50:42 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Sun, 6 Oct 2019 06:50:31 +0200 Message-ID: Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) jidanni@jidanni.org writes: > Gentlemen, I used the same string as e.g., > (rgrep "bla" "*" "~/mediawiki/") > produced, and instead appended fgrep, and found > $ find . \( -path \*/CVS -o -path \*/.svn -o -path \*/\{arch\} -o -path \*/.hg -o -path \*/_darcs -o -path \*/.git -o -path \*/.bzr \) -prune -o -type f \( -name \* \)|fgrep -c .svn > 62 > That's right, 62 .svn's, when you thought you had eliminated them. They > are all directories. > > OK, now putting the print inside ( ), > $ cd ~/mediawiki/;find . -path \*/.svn -prune -o \( -type f \( -name \* \) -print \)|fgrep .svn > ./math/.svnignore > ./tests/.svnignore > Which were put there by the staff, so we have indeed eliminated what we > need to! > > Therefore consider putting your ...-print0 inside a ( )! This was reported 10 years ago. If you still remember what it's about, could you please explain how to reproduce whatever issue this is inside Emacs? And what is the issue here exactly? I'm not sure I understand. Thanks in advance. Best regards, Stefan Kangas From unknown Tue Aug 19 21:02:11 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jidanni@jidanni.org Subject: bug#3479: closed (Re: bug#3479: rgrep sends directories needlessly to grep) Message-ID: References: <87wodcp6x3.8.fsf@jidanni.org> <87k53qcqcj.fsf@jidanni.org> X-Gnu-PR-Message: they-closed 3479 X-Gnu-PR-Package: emacs Reply-To: 3479@debbugs.gnu.org Date: Thu, 10 Oct 2019 23:26:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1570749962-20078-1" This is a multi-part message in MIME format... ------------=_1570749962-20078-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #3479: rgrep sends directories needlessly to grep which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 3479@debbugs.gnu.org. --=20 3479: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D3479 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1570749962-20078-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 3479-done) by debbugs.gnu.org; 10 Oct 2019 23:25:37 +0000 Received: from localhost ([127.0.0.1]:57316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIhoO-0005D0-Ux for submit@debbugs.gnu.org; Thu, 10 Oct 2019 19:25:37 -0400 Received: from crocodile.birch.relay.mailchannels.net ([23.83.209.45]:59794) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIhoN-0005Cs-KT for 3479-done@debbugs.gnu.org; Thu, 10 Oct 2019 19:25:36 -0400 X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 7425F34118D; Thu, 10 Oct 2019 23:25:34 +0000 (UTC) Received: from pdx1-sub0-mail-a87.g.dreamhost.com (100-96-14-204.trex.outbound.svc.cluster.local [100.96.14.204]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 11080341126; Thu, 10 Oct 2019 23:25:34 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from pdx1-sub0-mail-a87.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.5); Thu, 10 Oct 2019 23:25:34 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|jidanni@jidanni.org X-MailChannels-Auth-Id: dreamhost X-Chief-Madly: 4909e93f524e16d7_1570749934263_3744386146 X-MC-Loop-Signature: 1570749934263:2670077174 X-MC-Ingress-Time: 1570749934263 Received: from pdx1-sub0-mail-a87.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a87.g.dreamhost.com (Postfix) with ESMTP id 5D82982C79; Thu, 10 Oct 2019 16:25:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=jidanni.org; bh=EGT08z4VPFtHgkrqFg/BY3Z1y+4=; b=HeRtN/xxM0P0y fRk41YambALo5YDnmEaKNl9lByuZzK+3SpCwADwQ1y8g2UgbhkafDwhlVAleIbJo 7Cqm1MocMagUQqf7Y1awi6Z1UZKfWpUx9mXAn55gKt2IPgVd/2C/A6nkm3gJgqWe vBMqqEGSXnki2LxRPArg14zI0GHtw0= Received: from jidanni.org (1-170-82-236.dynamic-ip.hinet.net [1.170.82.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by pdx1-sub0-mail-a87.g.dreamhost.com (Postfix) with ESMTPSA id 512AC82C77; Thu, 10 Oct 2019 16:25:30 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a87 From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson To: Stefan Kangas Subject: Re: bug#3479: rgrep sends directories needlessly to grep References: Date: Fri, 11 Oct 2019 06:33:28 +0800 Message-ID: <87wodcp6x3.8.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-VR-OUT-STATUS: OK X-VR-OUT-SCORE: -100 X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedufedrieeggddvudcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucggtfgfnhhsuhgsshgtrhhisggvpdfftffgtefojffquffvnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufhffkfggtgesthdtredttddtjeenucfhrhhomhepnjjnnjcuffgrnhculfgrtghosghsohhnuceojhhiuggrnhhnihesjhhiuggrnhhnihdrohhrgheqnecukfhppedurddujedtrdekvddrvdefieenucfrrghrrghmpehmohguvgepshhmthhppdhhvghlohepjhhiuggrnhhnihdrohhrghdpihhnvghtpedurddujedtrdekvddrvdefiedprhgvthhurhhnqdhprghthheppeeruhhtfhdqkeerueerheeimhfphefnihehhegsveekreepucffrghnucflrggtohgsshhonhcuoehjihgurghnnhhisehjihgurghnnhhirdhorhhgqedpmhgrihhlfhhrohhmpehjihgurghnnhhisehjihgurghnnhhirdhorhhgpdhnrhgtphhtthhopeefgeejledqughonhgvseguvggssghughhsrdhgnhhurdhorhhgnecuvehluhhsthgvrhfuihiivgepud X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 3479-done Cc: 3479-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) SK> This was reported 10 years ago. If you still remember what it's SK> about, could you please explain how to reproduce whatever issue this SK> is inside Emacs? And what is the issue here exactly? I'm not sure I SK> understand. Hard for me to remember too. So I'll close it. ------------=_1570749962-20078-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 6 Jun 2009 05:16:21 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.5 required=4.0 tests=AWL,SARE_RECV_SPAM_DOMN0b autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n565GHWw003852 for ; Fri, 5 Jun 2009 22:16:18 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCoGP-0003Rz-4m for bug-gnu-emacs@gnu.org; Sat, 06 Jun 2009 01:16:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCoGJ-0003Rn-F3 for bug-gnu-emacs@gnu.org; Sat, 06 Jun 2009 01:16:15 -0400 Received: from [199.232.76.173] (port=47503 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCoGJ-0003Rk-93 for bug-gnu-emacs@gnu.org; Sat, 06 Jun 2009 01:16:11 -0400 Received: from balanced.mail.policyd.dreamhost.com ([208.97.132.119]:56113 helo=homiemail-a4.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCoGJ-0002QT-0q for bug-gnu-emacs@gnu.org; Sat, 06 Jun 2009 01:16:11 -0400 Received: from jidanni.org (122-127-38-104.dynamic.hinet.net [122.127.38.104]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a4.g.dreamhost.com (Postfix) with ESMTP id F386640554 for ; Fri, 5 Jun 2009 22:16:07 -0700 (PDT) To: bug-gnu-emacs@gnu.org Subject: rgrep sends directories needlessly to grep From: jidanni@jidanni.org Date: Sat, 06 Jun 2009 05:39:40 +0800 Message-ID: <87k53qcqcj.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) Gentlemen, I used the same string as e.g., (rgrep "bla" "*" "~/mediawiki/") produced, and instead appended fgrep, and found $ find . \( -path \*/CVS -o -path \*/.svn -o -path \*/\{arch\} -o -path \*/.hg -o -path \*/_darcs -o -path \*/.git -o -path \*/.bzr \) -prune -o -type f \( -name \* \)|fgrep -c .svn 62 That's right, 62 .svn's, when you thought you had eliminated them. They are all directories. OK, now putting the print inside ( ), $ cd ~/mediawiki/;find . -path \*/.svn -prune -o \( -type f \( -name \* \) -print \)|fgrep .svn ./math/.svnignore ./tests/.svnignore Which were put there by the staff, so we have indeed eliminated what we need to! Therefore consider putting your ...-print0 inside a ( )! Also only one space is needed between "-o -type f". (Of course grep doesn't give an error when given a directory.) ------------=_1570749962-20078-1-- From unknown Tue Aug 19 21:02:11 2025 X-Loop: help-debbugs@gnu.org Subject: bug#3479: rgrep sends directories needlessly to grep Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 10 Oct 2019 23:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 3479 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Cc: 3479-done@debbugs.gnu.org Received: via spool by 3479-done@debbugs.gnu.org id=D3479.157075036028820 (code D ref 3479); Thu, 10 Oct 2019 23:33:02 +0000 Received: (at 3479-done) by debbugs.gnu.org; 10 Oct 2019 23:32:40 +0000 Received: from localhost ([127.0.0.1]:57340 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIhvD-0007Um-Tp for submit@debbugs.gnu.org; Thu, 10 Oct 2019 19:32:40 -0400 Received: from mail-pl1-f172.google.com ([209.85.214.172]:38214) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIhvC-0007UZ-SC for 3479-done@debbugs.gnu.org; Thu, 10 Oct 2019 19:32:39 -0400 Received: by mail-pl1-f172.google.com with SMTP id w8so3547940plq.5 for <3479-done@debbugs.gnu.org>; Thu, 10 Oct 2019 16:32:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MEjVCMLRndpVahBahmpjoygVNCHgKnu7zcFg8VhugVA=; b=CcYxdhbSJxfzIrj7MndJHf+4aHZZ45Q9GgZ+ftSLanaVlAAlMoyCQfjUy275osbCA5 iS+5w5R0douoq/UjIQ8oNHjGTWmUGfzLO6gthW1FIlnLNYiTVAkeDoRN+27uXov+xe6Z x+owlifZxYB49H3Kxf7aKuIrOi7IlsDtj7cayvWHfbDVEEecFbxMBASKQoxMO1e5PCSF J9tykrh2Pja5Tqh6Dnjmi9xO35ilw3xOfjwnJf2zHgDxNZsCJXPJ5ZIXYAX8b85fJu9I Mscnqs/91NN5qUVlCbyvFeV+2EuNKCn8OQ9NYCYfXkWPr7EfIc5yh79vxW2b0/ii1qXX Oe/A== X-Gm-Message-State: APjAAAWHmK05h2ELUvFJOYfy7vGiTq5R/nt5VRSzltPyB4tCcEYuH/lF s8mMrEFKgNo1FjFHQIvAeHqohyDe0CTxPn5jDs1YoQ== X-Google-Smtp-Source: APXvYqymnFHLEdwFVnmdDFKNR0GtplwM0Oa4BhfhLMzk+Ftb3kMcw7pN9QhNqiRzmC3vp755D7i8DbRRbEW0GW1kmeo= X-Received: by 2002:a17:902:ac98:: with SMTP id h24mr12386848plr.128.1570750353160; Thu, 10 Oct 2019 16:32:33 -0700 (PDT) MIME-Version: 1.0 References: <87wodcp6x3.8.fsf@jidanni.org> In-Reply-To: <87wodcp6x3.8.fsf@jidanni.org> From: Stefan Kangas Date: Fri, 11 Oct 2019 01:32:21 +0200 Message-ID: Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Dan Jacobson writes: > Hard for me to remember too. So I'll close it. Thanks.