From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: cannot call-last-kbd-macro on named macro Date: Tue, 16 May 2006 17:20:59 +0200 Message-ID: References: <1147203016.768665.319890@v46g2000cwv.googlegroups.com> <1147288360.586939.149030@q12g2000cwa.googlegroups.com> <871wuvfq38.fsf@wivenhoe.staff8.ul.ie> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147794839 12592 80.91.229.2 (16 May 2006 15:53:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 May 2006 15:53:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 16 17:53:57 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fg1ew-0007Wu-DX for geh-help-gnu-emacs@m.gmane.org; Tue, 16 May 2006 17:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fg1ev-0002bF-VA for geh-help-gnu-emacs@m.gmane.org; Tue, 16 May 2006 11:40:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!newsfeed.media.kyoto-u.ac.jp!newsfeed.icl.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-X-Trace: individual.net laGOr0VUbs1AfAeJmgrjDAi0FummTT6dYycMuyhhHkLTuMOPi3 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:pyytvtgwetI+tsawXDKFikADQGU= Original-Xref: shelby.stanford.edu gnu.emacs.help:139458 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35082 Archived-At: Brendan Halpin writes: >> I'd have to disagree that C-x e is easier to type than F5. > > A very nice feature of CVS emacs is that once you type C-x e to > execute a macro, you can re-execute it by typing e. Yes, that is really neat! How is it done? Programatically I mean. It would be cool to be able to do the same with other commands (buffer cycling, for example, which is now by default on C-x and C-x ).