From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Elena Newsgroups: gmane.emacs.help Subject: Re: Redefining functions and variables Date: Wed, 28 Jul 2010 07:29:03 -0700 (PDT) Organization: http://groups.google.com Message-ID: <61db17c1-8c30-44a1-b96e-9eec802156fe@j8g2000yqd.googlegroups.com> References: <68e690c9-aece-461d-afe9-ca9115ceaee5@m1g2000vbh.googlegroups.com> <76fd4dc4-a964-4629-90e2-329e1b83fd8d@h25g2000vba.googlegroups.com> <876300fnpk.fsf@fh-trier.de> <55e481e3-b894-499f-80b3-1c96b2c338ce@d37g2000yqm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291853487 19585 80.91.229.12 (9 Dec 2010 00:11:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 00:11:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 01:11:23 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQU6U-0005dW-U1 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 01:11:23 +0100 Original-Received: from localhost ([127.0.0.1]:46098 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQU6U-00073V-8F for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 19:11:22 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!j8g2000yqd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 89.96.190.244 Original-X-Trace: posting.google.com 1280327343 14118 127.0.0.1 (28 Jul 2010 14:29:03 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 28 Jul 2010 14:29:03 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j8g2000yqd.googlegroups.com; posting-host=89.96.190.244; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:180142 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:76273 Archived-At: On Jul 28, 7:51=A0am, Elena wrote: > > Of course this leads to an endless recursive loop, expanding your macro > > again and again ... > > Then I should have tested the macro with `macroexpand-all' instead of > `macroexpand'. However, I've tried using the macro, and it seemed to > work, albeit it choked on the unquoted symbol passed to `fboundp'. I think it seemed to work because the macro was interpreted, therefore it was expanded only once before the failure.