From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: keyboard macro counter Date: Thu, 09 Sep 2004 22:56:58 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200409090214.i892Eoh02794@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094763463 30830 80.91.224.253 (9 Sep 2004 20:57:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Sep 2004 20:57:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 09 22:57:16 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C5Vyl-0002Or-00 for ; Thu, 09 Sep 2004 22:57:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5W46-0000RC-DG for ged-emacs-devel@m.gmane.org; Thu, 09 Sep 2004 17:02:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C5W3z-0000Pa-Lb for emacs-devel@gnu.org; Thu, 09 Sep 2004 17:02:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C5W3x-0000NA-PD for emacs-devel@gnu.org; Thu, 09 Sep 2004 17:02:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5W3x-0000Mp-Je for emacs-devel@gnu.org; Thu, 09 Sep 2004 17:02:37 -0400 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C5VyU-0006Mk-HT for emacs-devel@gnu.org; Thu, 09 Sep 2004 16:56:58 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepa.post.tele.dk (Postfix) with SMTP id 55B1547FE52; Thu, 9 Sep 2004 22:56:57 +0200 (CEST) Original-To: Luc Teirlinck In-Reply-To: (Kim F. Storm's message of "Thu, 09 Sep 2004 09:22:02 +0200") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26941 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26941 storm@cua.dk (Kim F. Storm) writes: > Luc Teirlinck writes: > >> `(emacs)Keyboard Macro Counter' claims: >> >> Each keyboard macro has an associated counter >> >> This is apparently wrong. Each macro _that is a member of the >> keyboard macro ring_ as an associated counter. Also, the counter used >> by a keyboard macro (say invoked using a keybinding or with M-x) is >> not the counter associated with that macro (even if it has one) but >> the counter associated with the current head of the macro ring. That >> is the actual counter that will get inserted and incremented, >> regardless of the macro currently being executed. > > It is a bug. I just installed a fix for bindings created with C-x C-k b and C-x C-k n, so now the behaviour should correspond to the documentation. Thanks again for spotting this. -- Kim F. Storm http://www.cua.dk