emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Patch for more useful C-x } and C-x { behavior


From: Drew Adams
Subject: RE: Patch for more useful C-x } and C-x { behavior
Date: Sat, 5 May 2012 07:21:37 -0700

> > (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]