GNU bug report logs - #47534
Subject: 28.0.50; Regexp lower case pattern matches upper case

Previous Next

Package: emacs;

Reported by: dalanicolai <dalanicolai <at> gmail.com>

Date: Wed, 31 Mar 2021 21:59:02 UTC

Severity: normal

Tags: fixed, patch

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 47534 <at> debbugs.gnu.org (full text, mbox):

From: "Basil L. Contovounesios" <contovob <at> tcd.ie>
To: dalanicolai <dalanicolai <at> gmail.com>
Cc: 47534 <at> debbugs.gnu.org
Subject: Re: bug#47534: Subject: 28.0.50; Regexp lower case pattern matches
 upper case
Date: Wed, 31 Mar 2021 23:25:05 +0100
dalanicolai <dalanicolai <at> gmail.com> writes:

> When using the regexp builder and trying to match only lower case
> letters (and spaces), Emacs also includes upper case matches.

I think this is the effect of the user option case-fold-search, which
defaults to non-nil (this is the case across most search-related parts
of Emacs, including Isearch).  You can toggle it in re-builder
specifically with C-c C-c (reb-toggle-case), or across all buffers by
customising case-fold-search to be nil.

> Also, I am unable to find in the manual any information about the
> option of setting different syntaxes in the regexp builder

I think most of the documentation for re-builder.el is in its commentary
at the start of the file; see M-x find-library RET re-builder RET.

I haven't used re-builder much, but from M-x customize-group RET
re-builder RET I see there is a user option reb-re-syntax for
controlling the default syntax.  C-h m in the re-builder buffer further
reveals that the command C-c C-i (reb-change-syntax) can modify
reb-re-syntax on the fly.

> (also the option is not mentioned in the regexp-builder docstring). So
> I would additionally like to report this as a documentation bug.

Are you referring to the docstring of the re-builder command, or
something else?  And is it a listing of key bindings you would like to
see, or something else?  Would you like to provide a patch with
suggestions for improvements?

Thanks,

-- 
Basil




This bug report was last modified 4 years and 16 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.