all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: 12232-done@debbugs.gnu.org
Subject: bug#12232: 24.1.50; regression: repeat.el commit 2012-05-05 breaks repeating commands
Date: Tue, 23 Oct 2012 12:58:21 -0400	[thread overview]
Message-ID: <jwvliex6s8j.fsf-monnier+bug#12232@gnu.org> (raw)
In-Reply-To: <4C0A1DE8E67F4B1CA042021E47552C18@us.oracle.com> (Drew Adams's message of "Mon, 3 Sep 2012 20:53:43 -0700")

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





  parent reply	other threads:[~2012-10-23 16:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-19  2:55 bug#12232: 24.1.50; regression: repeat.el commit 2012-05-05 breaks repeating commands Drew Adams
2012-08-24 14:57 ` Drew Adams
2012-09-03 15:33   ` Drew Adams
2012-09-04  3:53     ` Drew Adams
2012-09-16 23:31       ` Drew Adams
2012-09-24  0:48         ` Drew Adams
2012-10-19  1:54           ` Drew Adams
2012-10-19 14:16             ` Stefan Monnier
2012-10-19 14:32               ` Drew Adams
2012-10-23 16:58       ` Stefan Monnier [this message]
2012-10-23 17:08         ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='jwvliex6s8j.fsf-monnier+bug#12232@gnu.org' \
    --to=monnier@iro.umontreal.ca \
    --cc=12232-done@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.