From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: bug: "C-x z" ("repeat") no longer works correctly with M-x Date: Tue, 29 May 2012 22:24:08 +0800 Message-ID: <87pq9ndq0n.fsf@gnu.org> References: <87396ylx5m.fsf@catnip.gol.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1338301488 18925 80.91.229.3 (29 May 2012 14:24:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 May 2012 14:24:48 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader To: Aaron S. Hawley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 29 16:24:47 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SZNLm-0004ho-3G for ged-emacs-devel@m.gmane.org; Tue, 29 May 2012 16:24:42 +0200 Original-Received: from localhost ([::1]:38387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZNLj-0005ud-LM for ged-emacs-devel@m.gmane.org; Tue, 29 May 2012 10:24:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZNLd-0005uH-Gm for emacs-devel@gnu.org; Tue, 29 May 2012 10:24:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZNLU-0000X5-Kr for emacs-devel@gnu.org; Tue, 29 May 2012 10:24:33 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:43012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZNLU-0000X1-Hj for emacs-devel@gnu.org; Tue, 29 May 2012 10:24:24 -0400 Original-Received: from cm162.gamma80.maxonline.com.sg ([202.156.80.162]:36455 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SZNLQ-0004uX-64; Tue, 29 May 2012 10:24:20 -0400 In-Reply-To: <87396ylx5m.fsf@catnip.gol.com> (Miles Bader's message of "Thu, 17 May 2012 23:06:29 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.97 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150680 Archived-At: Miles Bader writes: > It used to be (up until fairly recently, dunno the exact point at > which it changed) that "C-x z" would correctly repeat the previous > extended command; e.g. if you entered "M-x pwd RET", and then "C-x z", > the latter would re-invoke "pwd". This was very useful. > > Now it no longer does this -- instead it just repeats "M-x", prompting > for a command. This is obviously far less useful behavior... This is due to the reimplementation of execute-extended-command in r108080. Aaron, could you please look into a fix? Thanks.