From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#14095: 24.3.50; REGRESSION: `repeat' broken by use of `set-temporary-overlay-map' Date: Thu, 13 Jun 2013 16:44:15 -0400 Message-ID: References: <0485CA7465A447CEAB3F0CCAFFEF4DDE@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371162852 849 80.91.229.3 (13 Jun 2013 22:34:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2013 22:34:12 +0000 (UTC) Cc: 14095-done@debbugs.gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jun 14 00:34:12 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UnG5p-00021m-Eo for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Jun 2013 00:34:09 +0200 Original-Received: from localhost ([::1]:45545 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnG5p-0003C1-2f for geb-bug-gnu-emacs@m.gmane.org; Thu, 13 Jun 2013 18:34:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnG5m-0003Aq-Hs for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2013 18:34:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnG5k-00062C-0J for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2013 18:34:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnG5j-000628-Th for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2013 18:34:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UnG5j-0000qb-IF for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2013 18:34:03 -0400 Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Thu, 13 Jun 2013 22:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 14095 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 14095@debbugs.gnu.org, monnier@iro.umontreal.ca, drew.adams@oracle.com Original-Received: via spool by 14095-done@debbugs.gnu.org id=D14095.13711627943168 (code D ref 14095); Thu, 13 Jun 2013 22:34:02 +0000 Original-Received: (at 14095-done) by debbugs.gnu.org; 13 Jun 2013 22:33:14 +0000 Original-Received: from localhost ([127.0.0.1]:42410 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UnG4w-0000p2-2N for submit@debbugs.gnu.org; Thu, 13 Jun 2013 18:33:14 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:51230 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UnG4u-0000ot-33 for 14095-done@debbugs.gnu.org; Thu, 13 Jun 2013 18:33:12 -0400 Original-Received: from [69.157.93.18] (port=51901 helo=ceviche.home) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1UnG4s-0004PR-Ky; Thu, 13 Jun 2013 18:33:11 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 8C10C6649B; Thu, 13 Jun 2013 16:44:15 -0400 (EDT) In-Reply-To: <0485CA7465A447CEAB3F0CCAFFEF4DDE@us.oracle.com> (Drew Adams's message of "Sat, 30 Mar 2013 10:13:21 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:75082 Archived-At: > C-s C-y C-e C-e C-e > That works if the old definition of `repeat' is used. It does not work This should work now, thank you, Stefan