all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: help-gnu-emacs@gnu.org
Cc: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: pcase and minus-sign
Date: Sat, 3 Dec 2016 09:04:02 +0100	[thread overview]
Message-ID: <c8abddf7-1a42-0f65-7108-f14e15d146ef@easy-emacs.de> (raw)
In-Reply-To: <jwv4m2nysli.fsf-monnier+gmane.emacs.help@gnu.org>



On 02.12.2016 03:30, Stefan Monnier wrote:
>>>> But what make the char `a' so special WRT char `1'?:
>>>>
>>>> (defun foo (arg)
>>>> (interactive "P")
>>>> (pcase arg
>>>> (1 (message "%s" "ARG was `1'"))
>>>> (a (message "%s" "ARG was `a'"))
>>>> ('- (message "%s" "ARG was minus-sign"))
>>>> (_ (message "%s" "ARG not minus-sign"))))
>>> The same thing that makes it different in "normal" Lisp code. 1 is read as
>>> an integer, not as a symbol.
>> Thanks all again!
> BTW, the driving idea behind the shape of pcase patterns is more or less
> that a pattern PAT matches the value V if an expression PAT could
> evaluate to the value V.

Must confess some hardship of understanding. If an expression may 
evaluate to a certain value or not, that depends resp. may depend on the 
state at run-time. Can't see how that makes sense here.

>




  reply	other threads:[~2016-12-03  8:04 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-30 12:12 pcase and minus-sign Andreas Röhler
2016-11-30 12:38 ` Joost Kremers
2016-11-30 13:30   ` Andreas Röhler
2016-11-30 13:31     ` Michael Heerdegen
2016-11-30 13:39     ` tomas
2016-11-30 13:56     ` Joost Kremers
2016-11-30 15:23       ` Andreas Röhler
2016-11-30 15:34         ` Michael Heerdegen
2016-11-30 15:48         ` Joost Kremers
2016-12-01 13:59           ` Andreas Röhler
2016-12-02  2:30             ` Stefan Monnier
2016-12-03  8:04               ` Andreas Röhler [this message]
2016-12-03 15:43                 ` Stefan Monnier
2016-12-05  9:11                   ` Andreas Röhler

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=c8abddf7-1a42-0f65-7108-f14e15d146ef@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.