From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: Editing keyboard macros Date: Thu, 30 Sep 2004 14:39:50 -0500 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <87r7ojbl6h.fsf@vh213602.truman.edu> References: <87r7ok521t.fsf@vh213602.truman.edu> Reply-To: belanger@truman.edu NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096573240 5936 80.91.229.6 (30 Sep 2004 19:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2004 19:40:40 +0000 (UTC) Cc: belanger@truman.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 30 21:40:24 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 1CD6mu-0001OH-00 for ; Thu, 30 Sep 2004 21:40:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CD6tI-00023C-Sr for ged-emacs-devel@m.gmane.org; Thu, 30 Sep 2004 15:47:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CD6tA-00022x-S1 for emacs-devel@gnu.org; Thu, 30 Sep 2004 15:46:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CD6tA-00022l-E2 for emacs-devel@gnu.org; Thu, 30 Sep 2004 15:46:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CD6tA-00022i-A7 for emacs-devel@gnu.org; Thu, 30 Sep 2004 15:46:52 -0400 Original-Received: from [150.243.160.94] (helo=uranium.truman.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CD6mQ-0000rd-Rr for emacs-devel@gnu.org; Thu, 30 Sep 2004 15:39:55 -0400 Original-Received: from gold.truman.edu ([150.243.160.250]) by uranium.truman.edu (8.12.10/8.12.10) with ESMTP id i8UJdsxu004699; Thu, 30 Sep 2004 14:39:54 -0500 (envelope-from belanger@truman.edu) Original-Received: from vh213602.truman.edu.truman.edu (vh213602.truman.edu [150.243.160.239]) by gold.truman.edu (Postfix) with ESMTP id 93C9F6E4109; Thu, 30 Sep 2004 14:39:51 -0500 (CDT) Original-To: emacs-devel@gnu.org In-Reply-To: (Kim F. Storm's message of "Thu, 30 Sep 2004 15:29:06 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) 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:27743 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27743 storm@cua.dk (Kim F. Storm) writes: > storm@cua.dk (Kim F. Storm) writes: > >> I will fix edit-kbd-macro to handle kmacro generated lambda forms. > > I have installed changes to handle this. Please try them. Works great, thanks. It doesn't work on keyboard macros that Calc saves, but that's a problem with Calc that needs to be fixed. Jay