From: Andreas Schwab <schwab@linux-m68k.org>
To: Arthur Miller <arthur.miller@live.com>
Cc: emacs-devel@gnu.org
Subject: Re: Why does this re-search forward fail?
Date: Tue, 20 Apr 2021 16:13:45 +0200 [thread overview]
Message-ID: <87pmypf3hi.fsf@igel.home> (raw)
In-Reply-To: <AM9PR09MB4977A8A5A22A490D5B1C62E296489@AM9PR09MB4977.eurprd09.prod.outlook.com> (Arthur Miller's message of "Tue, 20 Apr 2021 15:56:07 +0200")
On Apr 20 2021, Arthur Miller wrote:
> The RE I search for is:
>
> (defvar hbm--src-marker-re "^[ \t]*#\\+\\|begin_src\\|end_src")
What is that regexp supposed to match? Why is it not defined like this:
(defvar hbm--src-marker-re "^[ \t]*#\\+\\(begin_src\\|end_src\\)")
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
next prev parent reply other threads:[~2021-04-20 14:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-20 13:56 Why does this re-search forward fail? Arthur Miller
2021-04-20 14:13 ` Andreas Schwab [this message]
2021-04-20 14:55 ` Arthur Miller
2021-04-20 14:49 ` Stefan Monnier
2021-04-20 16:46 ` Arthur Miller
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pmypf3hi.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=arthur.miller@live.com \
--cc=emacs-devel@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.