From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Calling macro by name while defining another macro Date: Thu, 22 Mar 2018 11:47:25 -0400 Message-ID: References: <87vadpgiu9.fsf@gmail.com> <87in9om9ed.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1521733574 564 195.159.176.226 (22 Mar 2018 15:46:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2018 15:46:14 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 22 16:46:10 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ez2Pq-0008VR-KK for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2018 16:46:10 +0100 Original-Received: from localhost ([::1]:33288 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ez2Rt-0005Es-LA for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2018 11:48:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ez2R9-0005EU-9I for help-gnu-emacs@gnu.org; Thu, 22 Mar 2018 11:47:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ez2R6-0002AA-5s for help-gnu-emacs@gnu.org; Thu, 22 Mar 2018 11:47:31 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:58591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ez2R5-00029M-V0 for help-gnu-emacs@gnu.org; Thu, 22 Mar 2018 11:47:28 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w2MFlPD8007091; Thu, 22 Mar 2018 11:47:26 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id B62A5604C8; Thu, 22 Mar 2018 11:47:25 -0400 (EDT) In-Reply-To: <87in9om9ed.fsf@gmail.com> (Robert Pluim's message of "Thu, 22 Mar 2018 16:12:42 +0100") X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.1 X-NAI-Spam-Rules: 3 Rules triggered GEN_SPAM_FEATRE=0.1, EDT_SA_DN_PASS=0, RV6248=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6248> : inlines <6514> : streams <1781946> : uri <2612879> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:116264 Archived-At: > How so? The macro is faithfully recording all the keystrokes, which is > both literally 'M-x some-macro' and the keystrokes output by running > that macro. The keystrokes output by running the macro shouldn't be recorded. Stefan