Gnus development mailing list
 help / color / mirror / Atom feed
From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Re: Difficult lisp macro question (related to gnus-group.el)
Date: Mon, 18 Aug 2003 21:35:55 +0200	[thread overview]
Message-ID: <844r0ebvxg.fsf@slowfox.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: <d6f3ouq8.fsf@blue.sea.net>

letters@hotpop.com (Jari Aalto+mail.emacs) writes:

>       (defmacro my-let-transform (list &rest body)
>         (` 
>          (progn
>            (,@ body))))

Untested:

(defmacro my-let-transform (list &rest body)
  `(let ,list ,@body))

-- 
Two cafe au lait please, but without milk.



      reply	other threads:[~2003-08-18 19:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-18 15:23 Jari Aalto+mail.emacs
2003-08-18 19:35 ` Kai Großjohann [this message]

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=844r0ebvxg.fsf@slowfox.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@gmx.net \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).