all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Philipp Stephani <p.stephani2@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>,
	Tino Calancha <tino.calancha@gmail.com>
Cc: 27659@debbugs.gnu.org, Michael Heerdegen <michael_heerdegen@web.de>
Subject: bug#27659: 26.0.50; Add string-matched-text: string-match + match-string
Date: Sun, 23 Jul 2017 20:41:36 +0000	[thread overview]
Message-ID: <CAArVCkRN0dgsrVVUDJ19Fmj+k-=mh8tkFHES80dDf+Qh4uk3oA@mail.gmail.com> (raw)
In-Reply-To: <jwvd18uexjj.fsf-monnier+emacsbugs@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]

Stefan Monnier <monnier@iro.umontreal.ca> schrieb am Fr., 21. Juli 2017 um
15:34 Uhr:

> >> This looks useful, but I think it would be even better to add it
> >> as a pcase macro to be composable (see attached patch).
>
> Hey, very nice.  Please add it to rx.el.
> [ But please change `backref-var` to just `backref` (you can distinguish
>   the two based on the type of the argument, I think).  I guess one
>   could also argue that you could similarly rename the `let` to
>   `group-n`.  ]
>


Pushed as ad4eff3b905dbc32e2d38bfec1e4f93eceec288d. I've renamed
backref-var to backref as you suggested, but left `let' because I think
that feature is important enough to deserve a short, common name.


>
> > Although, i must admit i am not fluent in `rx' syntaxis, i find your idea
> > very nice.
>
> If you prefer the standard/cryptic regexp syntax, I posted a similar
> thingy in the past (see below).
>
> This lets you do
>
>     (pcase "foo-123"
>       ((re-match "[[:alpha:]]+-\\(?num:[0-9]+\\)")
>        num))
>     => "123"
>
> Maybe I should install it in pcase.el?
>
>
>
Sure! I'd suggest to change the syntax to be compatible with other
languages:

\(?<abc>[0-9]+\) or \(?'abc'[0-9+\) (Perl and .NET)
\(?P<abc>[0-9]+\) (Python)

These languages also have syntax for named backreferences, though that's
less important.

[-- Attachment #2: Type: text/html, Size: 2030 bytes --]

  parent reply	other threads:[~2017-07-23 20:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-12  6:13 bug#27659: 26.0.50; Add string-matched-text: string-match + match-string Tino Calancha
2017-07-20  0:54 ` Drew Adams
2017-07-20  1:19   ` Tino Calancha
2017-07-20 19:51 ` Philipp Stephani
2017-07-21 12:29   ` Tino Calancha
2017-07-21 13:34     ` Stefan Monnier
2017-07-21 14:08       ` Tino Calancha
2017-07-21 23:28       ` John Mastro
2017-07-22  2:02         ` Michael Heerdegen
2017-07-23 20:41       ` Philipp Stephani [this message]
2017-07-24 14:30         ` Stefan Monnier
2017-07-22  1:46   ` Michael Heerdegen
2017-07-23 20:45     ` Philipp Stephani
2017-07-23 21:39       ` Michael Heerdegen

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='CAArVCkRN0dgsrVVUDJ19Fmj+k-=mh8tkFHES80dDf+Qh4uk3oA@mail.gmail.com' \
    --to=p.stephani2@gmail.com \
    --cc=27659@debbugs.gnu.org \
    --cc=michael_heerdegen@web.de \
    --cc=monnier@iro.umontreal.ca \
    --cc=tino.calancha@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 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.