From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: C-x ` (next-error) should be repeatable? Date: Mon, 21 Jan 2019 05:27:02 +0200 Message-ID: <83va2iadx5.fsf@gnu.org> References: <83womz9kvd.fsf@gnu.org> NNTP-Posting-Host: ciao.gmane.org X-Trace: ciao.gmane.org 1548041269 33559 195.159.176.228 (21 Jan 2019 03:27:49 GMT) X-Complaints-To: usenet@ciao.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2019 03:27:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Alfred M. Szmidt" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 21 04:27:47 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1glQFW-0008es-TX for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2019 04:27:47 +0100 Original-Received: from localhost ([127.0.0.1]:47443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glQFf-0006XH-JE for ged-emacs-devel@m.gmane.org; Sun, 20 Jan 2019 22:27:55 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:43389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glQF4-0006X0-NZ for emacs-devel@gnu.org; Sun, 20 Jan 2019 22:27:19 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glQF4-0005R3-Jv for emacs-devel@gnu.org; Sun, 20 Jan 2019 22:27:18 -0500 Original-Received: from [176.228.60.248] (port=1625 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1glQF4-0002bK-0z; Sun, 20 Jan 2019 22:27:18 -0500 In-reply-to: (ams@gnu.org) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:232560 Archived-At: > From: "Alfred M. Szmidt" > Cc: emacs-devel@gnu.org > Date: Sun, 20 Jan 2019 15:23:37 -0500 > > > It would make sense if C-x ` (next-error) was repeatable > > ??? It already is. > > C-x ` ` ` ` results in going to one next-error, and three apostrophes > in my buffer. I meant the prefix argument, "C-u NUMBER". For repeating like you meant, we have a general feature that can repeat any command: type "C-x z" to repeat last command once, and then continue typing 'z' any number of times. Does that fit the bill?