From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Subject: Re: pcase docs
Date: Sun, 24 Jan 2016 00:07:03 -0500 [thread overview]
Message-ID: <jwvsi1n36vt.fsf-monnier+gmane.emacs.devel@gnu.org> (raw)
In-Reply-To: 83fuxo5xo4.fsf@gnu.org
> Sorry, I don't understand: how can knowing what 'defmacro' does help
> to know what 'pcase-defmacro' does?
(defmacro FOO (FARGS) BODY) takes an expression of the form (FOO AARGS),
and replaces it with the result of evaluating BODY in a context where
FARGS is bound to AARGS.
(pcase-defmacro FOO (FARGS) BODY) takes a pattern of the form (FOO AARGS),
and replaces it with the result of evaluating BODY in a context where
FARGS is bound to AARGS.
Stefan "hoping this clarifies it. Sorry for my poor docstrings"
next prev parent reply other threads:[~2016-01-24 5:07 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-14 19:47 pcase docs Eli Zaretskii
2016-01-22 18:07 ` John Wiegley
2016-01-22 19:46 ` Michael Heerdegen
2016-01-22 19:58 ` Michael Heerdegen
2016-01-22 21:30 ` Eli Zaretskii
2016-01-23 10:16 ` Michael Heerdegen
2016-01-23 11:43 ` Eli Zaretskii
2016-01-23 12:05 ` Michael Heerdegen
2016-01-23 13:35 ` Eli Zaretskii
2016-01-23 14:22 ` Michael Heerdegen
2016-01-23 14:50 ` Eli Zaretskii
2016-01-23 15:18 ` Michael Heerdegen
2016-01-24 8:50 ` Nicolas Petton
2016-01-23 15:51 ` Michael Heerdegen
2016-01-23 12:28 ` Alan Mackenzie
2016-01-23 13:13 ` Eli Zaretskii
2016-01-23 20:48 ` Drew Adams
2016-01-24 5:07 ` Stefan Monnier [this message]
2016-01-22 21:28 ` Eli Zaretskii
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=jwvsi1n36vt.fsf-monnier+gmane.emacs.devel@gnu.org \
--to=monnier@iro.umontreal.ca \
--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.