From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Macro Expansion Inconsistency Date: Wed, 17 Dec 2014 15:34:51 +0100 Message-ID: References: <87r3vyegmt.fsf@yahoo.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1418826914 23752 80.91.229.3 (17 Dec 2014 14:35:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Dec 2014 14:35:14 +0000 (UTC) Cc: help-gnu-emacs To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 17 15:35:07 2014 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 1Y1Fgw-0006zk-5S for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Dec 2014 15:35:06 +0100 Original-Received: from localhost ([::1]:49787 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1Fgu-0005k4-On for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Dec 2014 09:35:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1Fgj-0005jz-0g for help-gnu-emacs@gnu.org; Wed, 17 Dec 2014 09:34:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1Fgi-0006kz-8s for help-gnu-emacs@gnu.org; Wed, 17 Dec 2014 09:34:52 -0500 Original-Received: from mail-lb0-x22d.google.com ([2a00:1450:4010:c04::22d]:62098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1Fgi-0006kv-0a for help-gnu-emacs@gnu.org; Wed, 17 Dec 2014 09:34:52 -0500 Original-Received: by mail-lb0-f173.google.com with SMTP id z12so12731802lbi.32 for ; Wed, 17 Dec 2014 06:34:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fqRRCGDId7jt/+7GOMTJMKMjQqo+0xRtabuNcK+mVFY=; b=rk36ol6iwXws0NpkoIljGySnEV5hTQ8Iv5E3XBtoYNRxoMl9mkbDjMlC7bCNMyyuf/ vpK1vQi/joN3JwLlKFZAwxPMOz2y7Hro4rtJWZnvQdkpoPaMFGpaFDR7vq6CadiSI8+e hfXW2eh1norapFK9M2tOA7/OM674duBlrJoM2uPH5+JOuz9ayPWESXqwKOEGRVczsk70 2Lf5SD6lUMRtcpCV/ribobQa17YZvzrk61wm9+SvbZvHBjd+YZBGOuGaiK7JqMpNfyJQ U7tyFTO1OpAxasbTKBJWusGTAnlzMRg4UaVVVLhzlmhmHX7Aigj53cz5M785gz6e3S2D ZAhg== X-Received: by 10.152.22.67 with SMTP id b3mr38351407laf.82.1418826891228; Wed, 17 Dec 2014 06:34:51 -0800 (PST) Original-Received: by 10.112.123.235 with HTTP; Wed, 17 Dec 2014 06:34:51 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22d X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:101636 Archived-At: > > This is old-style. The current style (since Emacs-22, IIRC) is: > > (defmacro bm-define-flag > (name index character foreground) > (declare (indent defun)) > ...) =E2=80=8BSigh, Emacs is so big to be able to know these details on time ... Thank you for pointing this out. =E2=80=8B