unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Basil L. Contovounesios" <contovob@tcd.ie>
To: dalanicolai <dalanicolai@gmail.com>
Cc: 47534@debbugs.gnu.org
Subject: bug#47534: Subject: 28.0.50; Regexp lower case pattern matches upper case
Date: Wed, 31 Mar 2021 23:25:05 +0100	[thread overview]
Message-ID: <87blaz0xmm.fsf@tcd.ie> (raw)
In-Reply-To: <CACJP=3=ZW405eSOKac6P0brfu8J6p-zNPETozemAwmakrWs94A@mail.gmail.com> (dalanicolai's message of "Wed, 31 Mar 2021 23:58:34 +0200")

dalanicolai <dalanicolai@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





  reply	other threads:[~2021-03-31 22:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31 21:58 bug#47534: Subject: 28.0.50; Regexp lower case pattern matches upper case dalanicolai
2021-03-31 22:25 ` Basil L. Contovounesios [this message]
2021-04-01  8:12   ` dalanicolai
2021-04-01 10:27     ` dalanicolai
2021-04-01 10:27       ` dalanicolai
2021-04-01 10:30         ` dalanicolai
2021-05-08 11:59         ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87blaz0xmm.fsf@tcd.ie \
    --to=contovob@tcd.ie \
    --cc=47534@debbugs.gnu.org \
    --cc=dalanicolai@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).