From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Convert a keyboard macro to equivalent Lisp code Date: Mon, 07 Jun 2010 05:27:14 -0400 Message-ID: References: <87fx11mfd3.fsf@mail.jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1275902990 3233 80.91.229.12 (7 Jun 2010 09:29:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Jun 2010 09:29:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 07 11:29:49 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OLYdO-00033Z-Ft for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 11:29:39 +0200 Original-Received: from localhost ([127.0.0.1]:48043 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLYdC-0006P0-LH for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 05:28:30 -0400 Original-Received: from [199.232.76.173] (port=38138 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLYd2-0006OF-QN for emacs-devel@gnu.org; Mon, 07 Jun 2010 05:28:20 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OLYd1-0007OD-RN for emacs-devel@gnu.org; Mon, 07 Jun 2010 05:28:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:45443) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OLYcN-0007Mp-Sb for emacs-devel@gnu.org; Mon, 07 Jun 2010 05:28:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OLYby-0007gS-Qq; Mon, 07 Jun 2010 05:27:14 -0400 In-reply-to: <87fx11mfd3.fsf@mail.jurta.org> (message from Juri Linkov on Sat, 05 Jun 2010 22:57:04 +0300) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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: news.gmane.org gmane.emacs.devel:125570 Archived-At: Could you please add comments explaining the new things that the code in callint.c is doing? It is rather ugly that the conversion can only apply to the last macro, not to other macros that were saved under names. How about saving the Lisp code when giving a name to a macro?