From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: avar@cpan.org (=?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason) Newsgroups: gmane.emacs.devel Subject: Re: Proposal for a insert-kbd-macro that inserts "real" elisp Date: Fri, 04 Jan 2008 05:36:08 +0000 Message-ID: <86zlvmduev.fsf@cpan.org> References: <86k5mrf2h4.fsf@cpan.org> <87abnm3513.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1199438567 26443 80.91.229.12 (4 Jan 2008 09:22:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jan 2008 09:22:47 +0000 (UTC) Cc: yezonghui@gmail.com, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 04 10:23:06 2008 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.50) id 1JAilc-00036K-Ui for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2008 10:23:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAilG-0007Sz-E4 for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2008 04:22:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAfE4-0007ow-VK for emacs-devel@gnu.org; Fri, 04 Jan 2008 00:36:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAfE3-0007nX-E6 for emacs-devel@gnu.org; Fri, 04 Jan 2008 00:36:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAfE3-0007nL-55 for emacs-devel@gnu.org; Fri, 04 Jan 2008 00:36:11 -0500 Original-Received: from u.nix.is ([208.78.101.240] helo=t) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JAfE2-0008AZ-TY for emacs-devel@gnu.org; Fri, 04 Jan 2008 00:36:11 -0500 Original-Received: from localhost ([127.0.0.1] helo=t.cpan.org ident=avar) by t with esmtp (Exim 4.63) (envelope-from ) id 1JAfE0-0007t1-RX; Fri, 04 Jan 2008 05:36:08 +0000 In-Reply-To: <87abnm3513.fsf@jurta.org> (Juri Linkov's message of "Fri, 04 Jan 2008 00:42:16 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Fri, 04 Jan 2008 04:20:52 -0500 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:86052 Archived-At: Juri Linkov writes: >> The following came up on >> http://www.emacswiki.org/cgi-bin/wiki/KeyboardMacrosTricks and >> I thought I'd post it here: > > Are you aware of the recent >> efforts to implement this in Emacs? > > >> http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg00038.html No I was not. I just thought this was a feature emacs should have. Thanks for pointing this out.