From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Another bug with the macro counter Date: Sat, 30 Oct 2004 17:09:54 -0500 (CDT) Message-ID: <200410302209.i9UM9sW03412@raven.dms.auburn.edu> References: <200410210107.i9L176B10842@raven.dms.auburn.edu> <200410300238.i9U2cOD02290@raven.dms.auburn.edu> <200410300327.i9U3RWW02355@raven.dms.auburn.edu> <200410301451.i9UEpNG02900@raven.dms.auburn.edu> <200410302204.i9UM4vl03402@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099174234 5839 80.91.229.6 (30 Oct 2004 22:10:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Oct 2004 22:10:34 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 31 00:10:28 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 1CO1Qa-0002lw-00 for ; Sun, 31 Oct 2004 00:10:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CO1YV-0003Yt-G6 for ged-emacs-devel@m.gmane.org; Sat, 30 Oct 2004 18:18:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CO1YO-0003YD-Gr for emacs-devel@gnu.org; Sat, 30 Oct 2004 18:18:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CO1YN-0003Xv-Uz for emacs-devel@gnu.org; Sat, 30 Oct 2004 18:18:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CO1YN-0003Xl-QA for emacs-devel@gnu.org; Sat, 30 Oct 2004 18:18:31 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CO1QK-0002St-7u for emacs-devel@gnu.org; Sat, 30 Oct 2004 18:10:12 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i9UMA4Fu000073; Sat, 30 Oct 2004 17:10:05 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id i9UM9sW03412; Sat, 30 Oct 2004 17:09:54 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200410302204.i9UM4vl03402@raven.dms.auburn.edu> (message from Luc Teirlinck on Sat, 30 Oct 2004 17:04:57 -0500 (CDT)) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29197 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29197 >>From my previous message: I think it will be better if kmacro.el defines a function and: If appending-to-kbd-macro is non-nil in the second line, you don't get to the third line which sets it to nil (i.e. it is only set to nil if it is already nil). I just did some erroneous cutting and pasting here and did not notice it before sending it off. Sincerely, Luc.