From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53760 Path: main.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (=?iso-8859-1?q?Kai_Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Difficult lisp macro question (related to gnus-group.el) Date: Mon, 18 Aug 2003 21:35:55 +0200 Organization: University of Duisburg, Germany Sender: ding-owner@lists.math.uh.edu Message-ID: <844r0ebvxg.fsf@slowfox.is.informatik.uni-duisburg.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1061235460 7984 80.91.224.253 (18 Aug 2003 19:37:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Aug 2003 19:37:40 +0000 (UTC) Original-X-From: ding-owner+M2301@lists.math.uh.edu Mon Aug 18 21:37:39 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19opow-0003Nh-00 for ; Mon, 18 Aug 2003 21:37:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19opnT-0002qw-00; Mon, 18 Aug 2003 14:36:07 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19opnK-0002qo-00 for ding@lists.math.uh.edu; Mon, 18 Aug 2003 14:35:58 -0500 Original-Received: (qmail 5905 invoked by alias); 18 Aug 2003 19:35:58 -0000 Original-Received: (qmail 5900 invoked from network); 18 Aug 2003 19:35:58 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 18 Aug 2003 19:35:58 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19oppn-0004QM-00 for ; Mon, 18 Aug 2003 21:38:31 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 14 Original-NNTP-Posting-Host: p508770ee.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1061235511 16498 80.135.112.238 (18 Aug 2003 19:38:31 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 18 Aug 2003 19:38:31 GMT Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:m7nIYkds8iDUlzVaUx13ejmeMt4= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53760 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53760 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.