GNU bug report logs - #12232
24.1.50; regression: repeat.el commit 2012-05-05 breaks repeating commands

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Sun, 19 Aug 2012 02:57:02 UTC

Severity: important

Found in version 24.1.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #36 received at 12232-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: 12232-done <at> debbugs.gnu.org
Subject: Re: bug#12232: 24.1.50;
	regression: repeat.el commit 2012-05-05 breaks repeating commands
Date: Tue, 23 Oct 2012 12:58:21 -0400
> (defun repeat-command (command)
>   "Repeat COMMAND."
>  (interactive)
>  (let ((repeat-previous-repeated-command  command)
>        (repeat-message-function           'ignore) ; <=====
>        (last-repeatable-command           'repeat))
>    (repeat nil)))
 
Indeed, that was the trick to trigger the bug.  Should be fixed now,
thanks,


        Stefan




This bug report was last modified 12 years and 267 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.