From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Convert keyboard macros to Lisp (was: how-many/count-matches for non-interactive use) Date: Sat, 23 Oct 2004 09:54:07 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <87pt3m5vqk.fsf@oak.pohoyda.family> <87zn2mh5jk.fsf-monnier+emacs@gnu.org> <87is99nznd.fsf-monnier+emacs@gnu.org> <200410172053.i9HKrdL01136@raven.dms.auburn.edu> <200410190158.i9J1wrH25523@raven.dms.auburn.edu> <200410200127.i9K1Rpp28384@raven.dms.auburn.edu> <200410210308.i9L38Dm10997@raven.dms.auburn.edu> <87oeiuc3qc.fsf_-_@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098539743 21114 80.91.229.6 (23 Oct 2004 13:55:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Oct 2004 13:55:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 23 15:55:39 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 1CLMMt-0000VO-00 for ; Sat, 23 Oct 2004 15:55:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLMUQ-0000IC-Mf for ged-emacs-devel@m.gmane.org; Sat, 23 Oct 2004 10:03:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CLMTY-00087b-P7 for emacs-devel@gnu.org; Sat, 23 Oct 2004 10:02:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CLMTW-00086C-IN for emacs-devel@gnu.org; Sat, 23 Oct 2004 10:02:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLMTW-00085e-1A for emacs-devel@gnu.org; Sat, 23 Oct 2004 10:02:30 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CLMLb-0001cz-KK for emacs-devel@gnu.org; Sat, 23 Oct 2004 09:54:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CLMLP-00054W-Px; Sat, 23 Oct 2004 09:54:07 -0400 Original-To: Juri Linkov In-reply-to: <87oeiuc3qc.fsf_-_@jurta.org> (message from Juri Linkov on Fri, 22 Oct 2004 15:54:51 +0300) 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:28784 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28784 Bob already mentioned an old command that would convert a keyboard macro to an Emacs Lisp program. I am not aware of such a command, but I think it would be useful. I agree it would be a good thing to add.