all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Johann Klähn" <johann@jklaehn.de>
To: emacs-devel@gnu.org
Subject: Re: master 2e9111813b: Add two classic Common Lisp macro-writing macros
Date: Wed, 13 Apr 2022 21:46:47 +0200	[thread overview]
Message-ID: <87h76wrck8.fsf@jklaehn.de> (raw)
In-Reply-To: 87k0btpm85.fsf@athena.silentflame.com


I think you missed the `y' parameter in your second example:

On Tue, Apr 12, 2022 at 22:48 -0700, Sean Whitton wrote:
> +@example
> +(defmacro my-list (x &rest forms)
                      ^^^ here

> +  (cl-once-only (x y)
> +    `(list ,x ,y ,x ,y
> +           (progn ,@@forms))))
> +@end example




  parent reply	other threads:[~2022-04-13 19:46 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <164974332528.14217.12591424007013368601@vcs2.savannah.gnu.org>
     [not found] ` <20220412060205.8B446C01687@vcs2.savannah.gnu.org>
2022-04-12  6:15   ` master 2e9111813b: Add two classic Common Lisp macro-writing macros Sean Whitton
2022-04-12  7:14     ` Stefan Monnier
2022-04-12 15:57       ` Sean Whitton
2022-04-12 16:22         ` Stefan Monnier
2022-04-12  6:42   ` Po Lu
2022-04-12 18:43     ` Sean Whitton
2022-04-12 19:25       ` Eli Zaretskii
2022-04-13  5:48         ` Sean Whitton
2022-04-13 12:35           ` Eli Zaretskii
2022-04-13 19:46           ` Johann Klähn [this message]
2022-04-13 23:16             ` Sean Whitton
2022-04-13  3:58     ` Richard Stallman
2022-04-13  5:08       ` Sean Whitton
2022-04-14  2:56         ` Richard Stallman
2022-04-14  5:14           ` Sean Whitton
2022-04-14 12:06             ` [External] : " Drew Adams
2022-04-15  3:59             ` Richard Stallman
2022-04-15  6:14               ` Eli Zaretskii
2022-04-17  4:09                 ` Richard Stallman
2022-04-17  1:57               ` Michael Heerdegen
2022-04-18  2:41                 ` Richard Stallman
2022-04-18  5:18                   ` Eli Zaretskii
2022-04-19  3:49                     ` Richard Stallman
2022-04-12  8:46   ` Lars Ingebrigtsen
2022-04-12 15:52     ` Sean Whitton
2022-04-12 15:59       ` Lars Ingebrigtsen
2022-04-13  9:21   ` Philip Kaludercic
2022-04-13 15:14     ` Stefan Monnier

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=87h76wrck8.fsf@jklaehn.de \
    --to=johann@jklaehn.de \
    --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.