|
From: | Deniz Dogan |
Subject: | Re: Patch for more useful C-x } and C-x { behavior |
Date: | Sat, 05 May 2012 19:21:34 +0200 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 |
On 2012-05-05 16:21, Drew Adams wrote:
(defun repeat-command (command) "Repeat COMMAND." (let ((repeat-message-function 'ignore)) (setq last-repeatable-command command) (repeat nil)))That's great! Could we include it in Emacs?Of course. I suggested it long ago, as part of this post (see #12): http://lists.gnu.org/archive/html/emacs-devel/2009-08/msg01153.html
I'll be honest and say I didn't read all of it, as I have a very short attention span, but as I understand it you want to make this sort of "global" to keybindings such as `C-x o' and others. Would it be possible to include the generic code you have and then make use of it on a case-by-case basis?
[Prev in Thread] | Current Thread | [Next in Thread] |