all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: Alan Mackenzie <acm@muc.de>
Cc: Michael Heerdegen <michael_heerdegen@web.de>,
	Eli Zaretskii <eliz@gnu.org>, Oleh Krehel <ohwoeowho@gmail.com>,
	Emacs Development <emacs-devel@gnu.org>
Subject: Re: Question on pcase
Date: Sat, 24 Oct 2015 21:10:49 +0200	[thread overview]
Message-ID: <87ziz8nkue.fsf@gmx.net> (raw)
In-Reply-To: <20151024174719.GB2731@acm.fritz.box> (Alan Mackenzie's message of "Sat, 24 Oct 2015 17:47:19 +0000")

On Sat, 24 Oct 2015 17:47:19 +0000 Alan Mackenzie <acm@muc.de> wrote:

>> >  ;; This is a pattern form that allows you to match a pattern PAT
>> >  ;; against an _arbitrary_ expression EXP.  This is not special,
>> > -;; matching PAT is done as you have learned, just against the EXP you
>> > +;; matching PAT is done as you have learned, just on the EXP you
>> >  ;; specify there, and not the EXPRESSION given to pcase at top level.
>
>> Why replace "against" with "on" here but not in the preceding line?  I
>> think "against" is usual in this context.  A somewhat better formulation
>> is this, IMO: "The only difference from the pattern matching you have
>> learned is that PAT is matched against the EXP you specify here..."
>
> Oh, no!  This is complicated, too.  

It doesn't strike me as more complicated than the original, just a bit
less stilted (to my ears).

>                                     Perhaps the best preposition for
> "match" here is "with", on the grounds that harmony is expected rather
> than a fight.  You might match one sporting team against another, but
> you'd match the colour of an item of clothing with that of another.  Or
> something like that.

"Match with" sounds out of place here.  I think "match against" is
pretty much standard in the context of pattern matching in formal or
programming languages; cf. these quotes (among many similar) from
Friedl's _Mastering Regular Expressions_ (3rd ed): 

"A collating sequence allows you to match against those characters that
are made up of combinations of other characters." (p128)

"This means that multiple regexes can match against a string, in turn
[...]." (p130)

"Thus, when trying to match 「ORA」 against FLORAL, the first attempt at
the start of the string fails (since 「ORA」 can’t match FLO)." (p148)

"Let’s consider one way an engine might match 「to(nite|knight|night)」
against the text ‘...tonight...’." (p153)

"The regex-directed NFA engine might waste time attempting to match
different subexpressions against the same text [...]." (p156)

>> > -;; If you are used to understand grammers: the above description of
>> > -;; `QPAT describes a quite simpel grammer.  You make like to try it
>> > +;; If you are used to understanding grammars: the above description of
>> > +;; `QPAT describes a quite simple grammar.  You might like to try it
>
>> I think a somewhat better formulation is this: "If you are familiar with
>> formal language grammars, the above description..."
>
> Possibly.  But that's rewriting the original, rather than correcting it.

Well, "If you are used to understanding grammars" sounds peculiar to me,
and in the context seems to mean nothing else than "If you are familiar
with formal language grammars", so I do think it more a correction than
a rewrite.  But it's up to Michael Heerdegen or whoever will maintain
this document.

Steve Berman



  reply	other threads:[~2015-10-24 19:10 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22 14:46 Question on pcase Oleh Krehel
2015-10-22 21:19 ` Michael Heerdegen
2015-10-23  6:30   ` Eli Zaretskii
2015-10-23 11:58     ` Oleh Krehel
2015-10-23 12:23       ` Michael Heerdegen
2015-10-23 12:42         ` Oleh Krehel
2015-10-23 13:07           ` Michael Heerdegen
2015-10-23 13:26             ` Oleh Krehel
2015-10-23 13:59               ` Michael Heerdegen
2015-10-27 23:50                 ` Johan Bockgård
2015-10-30  1:33                   ` Michael Heerdegen
2015-10-23 14:23               ` Michael Heerdegen
2015-10-23 12:17     ` Michael Heerdegen
2015-10-23 12:22       ` Oleh Krehel
2015-10-23 13:26       ` Eli Zaretskii
2015-10-23 14:14         ` Michael Heerdegen
2015-10-23 14:41           ` Eli Zaretskii
2015-10-23 18:38             ` Michael Heerdegen
2015-10-23 18:43               ` Eli Zaretskii
2015-10-23 19:59               ` Przemysław Wojnowski
2015-10-23 21:01                 ` Michael Heerdegen
2015-10-23 20:23               ` Przemysław Wojnowski
2015-10-23 20:39                 ` Michael Heerdegen
2015-10-24 11:37                   ` Przemysław Wojnowski
2015-10-24  9:01               ` Alan Mackenzie
2015-10-24 12:58                 ` Stephen Berman
2015-10-24 17:47                   ` Alan Mackenzie
2015-10-24 19:10                     ` Stephen Berman [this message]
2015-10-24 19:28                       ` Alan Mackenzie
2015-10-25  0:00                         ` pcase docstring tweaks (was: Question on pcase) Michael Heerdegen
2015-10-27 14:54                           ` pcase docstring tweaks Michael Heerdegen
2015-10-27 18:57                             ` Stefan Monnier
2015-10-27 20:14                               ` Michael Heerdegen
2015-10-28  3:15                             ` Richard Stallman
2015-10-28 17:08                               ` Michael Heerdegen
2015-10-24 17:00                 ` Question on pcase Drew Adams
2015-10-24 17:22                   ` Alan Mackenzie
2015-10-24 17:36                     ` Drew Adams
2015-10-24 20:03                     ` Johan Bockgård
2015-10-24 23:11                       ` Michael Heerdegen
2015-10-26 15:55               ` Oleh Krehel
2015-10-26 16:07                 ` Michael Heerdegen
2015-10-27  8:42                   ` Oleh Krehel
2015-10-26 16:20                 ` Michael Heerdegen
2015-10-27  8:42                   ` Oleh Krehel
2015-10-27 14:27                     ` Michael Heerdegen
2015-10-27 14:47                       ` Michael Heerdegen
2015-10-28 18:05                         ` Michael Heerdegen
2015-10-29  9:44                           ` Oleh Krehel
2015-10-30  1:11                             ` Michael Heerdegen
2015-10-26 16:35                 ` Andreas Schwab

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=87ziz8nkue.fsf@gmx.net \
    --to=stephen.berman@gmx.net \
    --cc=acm@muc.de \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=michael_heerdegen@web.de \
    --cc=ohwoeowho@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.