From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: drain Newsgroups: gmane.emacs.help Subject: repeat C-x z Date: Sat, 9 Mar 2013 17:13:02 -0800 (PST) Message-ID: <1362877982378-280373.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1362877994 11159 80.91.229.3 (10 Mar 2013 01:13:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Mar 2013 01:13:14 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 10 02:13:39 2013 Return-path: Envelope-to: geh-help-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 1UEUpW-0003vN-NG for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Mar 2013 02:13:38 +0100 Original-Received: from localhost ([::1]:42706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEUpA-0003Av-Ee for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Mar 2013 20:13:16 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:38959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEUoz-0003An-B0 for Help-gnu-emacs@gnu.org; Sat, 09 Mar 2013 20:13:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEUoy-00037S-23 for Help-gnu-emacs@gnu.org; Sat, 09 Mar 2013 20:13:05 -0500 Original-Received: from sam.nabble.com ([216.139.236.26]:38164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEUox-000379-UF for Help-gnu-emacs@gnu.org; Sat, 09 Mar 2013 20:13:04 -0500 Original-Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UEUow-0003sB-Co for Help-gnu-emacs@gnu.org; Sat, 09 Mar 2013 17:13:02 -0800 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 216.139.236.26 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89448 Archived-At: Is there a function to repeat the last X commands? Repeat would be much more useful if the numeric argument passed said x parameter -- rather than an arg that repeats the last command x number of times. However, such a function may already exist; or mod of a function. To be clear, the following functionality is desired (and I will send a feature request if such a feature does not exist): (using Emacs default bindings): (1) M-3 (2) C-x z (3) [last three commands are run, in this sequence: antepenultimate->penultimate->ultimate] (4) z [repeats (2) this until I press something else) -- View this message in context: http://emacs.1067599.n5.nabble.com/repeat-C-x-z-tp280373.html Sent from the Emacs - Help mailing list archive at Nabble.com.