From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.help Subject: Re: About combined macro definition Date: Wed, 27 Feb 2013 18:56:44 +0800 Organization: The Church of Emacs Message-ID: <20130227185644.c596c1b490cdc2f7d4d4472b@gmail.com> References: <20130227170743.468ec9940ec999ae698962e8@gmail.com> <87r4k2t8z2.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1361963247 25189 80.91.229.3 (27 Feb 2013 11:07:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2013 11:07:27 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Bastien Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 27 12:07:51 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UAerV-0008Bg-1f for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Feb 2013 12:07:49 +0100 Original-Received: from localhost ([::1]:49134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAerA-0001kk-0v for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Feb 2013 06:07:28 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:47713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAeqq-0001CT-01 for help-gnu-emacs@gnu.org; Wed, 27 Feb 2013 06:07:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAegt-0001T6-9P for help-gnu-emacs@gnu.org; Wed, 27 Feb 2013 05:57:25 -0500 Original-Received: from mail-pb0-f43.google.com ([209.85.160.43]:57164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAegt-0001Sw-0r for help-gnu-emacs@gnu.org; Wed, 27 Feb 2013 05:56:51 -0500 Original-Received: by mail-pb0-f43.google.com with SMTP id md12so303990pbc.2 for ; Wed, 27 Feb 2013 02:56:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=+1TU4xYq/Eav5DnytOK+QAjl3cNbgovr4Qs+wqZLzRg=; b=eDwl49QmOvc6g3qo/bNAH1Uq8VEt4dkev0rn4r5oHJtvz1lkSt3f+CZ5vMZmjBM7qG wSoikXxDVUYVxLBGqYe39OmAXBITFjTBPKs9lmzXtouLbi1X9LmMQFw2DYcLEY6WGmHS 75z9z2B5J0wOkvLcKo7LjJlshVtXfRctEYL92sqxWVVqe4qeB1W+yr+/LLGBkuo3J7nP zyoA50EU8elTMbrzwjoicsqEvudGKt2bnpwjE/sK0cDb3EOU9fUcRL4XRiLSSWb+5jCn Dh1+w0MHBit/UF9UgI0ts/FJrS8vAnM/9Vl0epP0Omd4WKs0heBiAy2dO651vaopPinS Nquw== X-Received: by 10.66.144.234 with SMTP id sp10mr6844236pab.166.1361962610101; Wed, 27 Feb 2013 02:56:50 -0800 (PST) Original-Received: from Emacs ([123.114.129.42]) by mx.google.com with ESMTPS id rl3sm4297597pbb.28.2013.02.27.02.56.47 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 02:56:49 -0800 (PST) In-Reply-To: <87r4k2t8z2.fsf@bzg.ath.cx> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.43 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89279 Archived-At: On Wed, 27 Feb 2013 10:13:53 +0100 Bastien wrote: > Xue Fuqiao writes: > > In (info "(elisp) Combined Definition"): > > Macros are redefined as macros, which means adding `macro' to the > > beginning of the combined definition. > > Where exactly will the `macro' be added to? > The beginning of the combined definition, which > is displayed righ above this sentence. Do you mean: (macro lambda ARGLIST [...] > Bastien -- Best regards, Xue Fuqiao. http://www.emacswiki.org/emacs/XueFuqiao