From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Daniel Jensen Newsgroups: gmane.emacs.help Subject: Re: How does one use a macro in a special form? Date: Sun, 29 Jun 2003 15:07:10 +0200 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <863chtoww1.fsf@bigwalter.net> References: <84u1a9rran.fsf@lucy.is.informatik.uni-duisburg.de> Reply-To: daniel@bigwalter.net NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1056892428 917 80.91.224.249 (29 Jun 2003 13:13:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2003 13:13:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 29 15:13:47 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Wc03-0000Ec-00 for ; Sun, 29 Jun 2003 15:13:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19WbxH-0002Nk-JQ for gnu-help-gnu-emacs@m.gmane.org; Sun, 29 Jun 2003 09:10:55 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!as16-3-5.ld.bonet.SE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: as16-3-5.ld.bonet.se (217.215.193.155) Original-X-Trace: fu-berlin.de 1056892034 32346338 217.215.193.155 (16 [147297]) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) X-Face: SNGmwsN&0DaHhS0!*%\@y"Wc^).,<; VsqY#}K/NJ:A Z6_>Md7x$Z9C1%BAu41M'12-8(f2{H*8OsnYv,K+y.szl1K>}{uC/>2?; k[KUiD=$}@z>odk|7Tk7i $A|{j7LhTt!:SdVp5Z,kKA247}--"-QLedxCbw|#&bh=R]Rd)kx{q+T'fG)9ayG`+\@g'3vx1Fd3bl -`3}Guvr!A"Z);"$|]CXW>YR5m"<[L Cancel-Lock: sha1:pwp34is5Bwbvl17xPcYlRWWNkfQ= Original-Xref: shelby.stanford.edu gnu.emacs.help:114833 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11326 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11326 kai.grossjohann@gmx.net (Kai Großjohann) writes: > Something like this might work: > > (defmacro with-acm-indent++ (&rest body) > `(let ((indent-spaces (concat indent-spaces " "))) > ,body)) > > I haven't tested it, but maybe you get the idea. That's funny, this is almost exactly what I wrote. The exception is that your version doesn't work because you use ',' instead of ',@'. -- Daniel Jensen Editing is a rewording activity.