From unknown Sat Aug 16 15:55:16 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#79175 <79175@debbugs.gnu.org> To: bug#79175 <79175@debbugs.gnu.org> Subject: Status: [31.0.50] Eshell's manual uses wrong regex for ## Reply-To: bug#79175 <79175@debbugs.gnu.org> Date: Sat, 16 Aug 2025 22:55:16 +0000 retitle 79175 [31.0.50] Eshell's manual uses wrong regex for ## reassign 79175 emacs submitter 79175 ana@kigoth.pink severity 79175 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 05 10:09:05 2025 Received: (at submit) by debbugs.gnu.org; 5 Aug 2025 14:09:05 +0000 Received: from localhost ([127.0.0.1]:56592 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ujILg-0002sR-8h for submit@debbugs.gnu.org; Tue, 05 Aug 2025 10:09:05 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56044) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ujCTI-0003dI-Su for submit@debbugs.gnu.org; Tue, 05 Aug 2025 03:52:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ujCT8-0004Qc-BV for bug-gnu-emacs@gnu.org; Tue, 05 Aug 2025 03:52:22 -0400 Received: from mail-05.mail-europe.com ([85.9.206.169]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ujCT6-0005um-9p for bug-gnu-emacs@gnu.org; Tue, 05 Aug 2025 03:52:22 -0400 Date: Tue, 05 Aug 2025 07:52:05 +0000 To: "bug-gnu-emacs@gnu.org" From: ana@kigoth.pink Subject: [31.0.50] Eshell's manual uses wrong regex for ## Message-ID: Feedback-ID: 96884362:user:proton X-Pm-Message-ID: 3663481dbaeedd3ed44352ead2892cd63eea1847 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=85.9.206.169; envelope-from=ana@kigoth.pink; helo=mail-05.mail-europe.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 05 Aug 2025 10:09:02 -0400 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.0 (/) In 4.2 Globing:=20 > =E2=80=98x##=E2=80=99 > Matches one or more copies of the glob pattern x. Thus,=E2=80=98fo#.el= =E2=80=99 matches fo.el, foo.el, fooo.el, etc. While I do agree that 'fo#.el' matches 'fo##.el' ; the intended documentati= on was most likely the following :=20 > =E2=80=98x##=E2=80=99 > Matches one or more copies of the glob pattern x. Thus,=E2=80=98fo##.e= l=E2=80=99 matches fo.el, foo.el, fooo.el, etc.