all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: Andreas Schwab <schwab@suse.de>
Cc: Philipp Stephani <phst@google.com>,
	Emacs Development <emacs-devel@gnu.org>
Subject: Re: Clarify `pcase' `rx' pattern doc
Date: Wed, 13 Jun 2018 09:59:33 +0200	[thread overview]
Message-ID: <871sdbqfq2.fsf@web.de> (raw)
In-Reply-To: <mvmd0wvdtu9.fsf@suse.de> (Andreas Schwab's message of "Wed, 13 Jun 2018 09:33:02 +0200")

Andreas Schwab <schwab@suse.de> writes:

> On Jun 13 2018, Michael Heerdegen <michael_heerdegen@web.de> wrote:
>
> > diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el
> > index 85e74f28ef..fa2a0898d6 100644
> > --- a/lisp/emacs-lisp/rx.el
> > +++ b/lisp/emacs-lisp/rx.el
> > @@ -1183,24 +1183,25 @@ rx
> >  
> >  
> >  (pcase-defmacro rx (&rest regexps)
> > -  "Build a `pcase' pattern matching `rx' regexps.
> > -The REGEXPS are interpreted as by `rx'.  The pattern matches if
> > -the regular expression so constructed matches EXPVAL, as if
> > -by `string-match'.
> > +  "`pcase' pattern matching strings using `rx' REGEXPS.
>
> This sentence no verb.  At least it should start with a capitalized
> word.

I can arrange that.  There is a verb, but it is elided ;-)  It is
arguable if it is not a sentence, I guess.


> What's wrong with the original version?

I found some things confusing; and some information is also missing:

The original version says "build a pcase pattern".  This text appears in
C-h f pcase, where it sounds strange.

It says it matches rx regexps, I find it more concrete to say it matches
strings using rx regexps.  It doesn't say that it raises an error if
matched against something that is not a string.

The `let' part doc speaks of a FORM where it means an rx regexp.

The `backref' part fails to say that it also accepts a positive integer
as argument, and what "backreference" actually means (is it a reference
to a pattern or to a match?).


Michael.



  reply	other threads:[~2018-06-13  7:59 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-13  3:52 Clarify `pcase' `rx' pattern doc Michael Heerdegen
2018-06-13  5:43 ` Michael Heerdegen
2018-06-13  7:33   ` Andreas Schwab
2018-06-13  7:59     ` Michael Heerdegen [this message]
2018-06-13  8:18       ` Michael Heerdegen
2018-06-13 12:29         ` Yuri Khan
2018-06-18 12:34 ` Michael Heerdegen
2018-06-18 14:11   ` Stefan Monnier
2018-06-18 14:58     ` Michael Heerdegen
2018-06-18 16:56   ` Eli Zaretskii
2018-06-18 17:22     ` Michael Heerdegen
2018-06-18 17:55       ` Eli Zaretskii
2018-06-21 11:13     ` Michael Heerdegen
2018-06-21 14:48       ` Eli Zaretskii
2018-06-21 15:13         ` Michael Heerdegen
2018-06-23 13:35           ` Eli Zaretskii
2018-07-06 17:57             ` Michael Heerdegen
2018-07-07  6:53               ` Eli Zaretskii
2018-07-07 13:36                 ` Michael Heerdegen
2018-07-07 13:57                   ` Eli Zaretskii
2018-07-07 14:35                     ` Michael Heerdegen
2018-07-20  8:45                       ` Eli Zaretskii
2018-07-20 22:56                         ` 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=871sdbqfq2.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=emacs-devel@gnu.org \
    --cc=phst@google.com \
    --cc=schwab@suse.de \
    /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.