From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#38797: 27.0.50; Feature request: provide the opposite of xref-pop-marker-stack Date: Sun, 24 Oct 2021 10:54:04 +0300 Organization: LINKOV.NET Message-ID: <87ilxm27wz.fsf@mail.linkov.net> References: <06080F99-49F3-4936-A39A-D135F5ECCEE2@acm.org> <0c88bcef-f07d-5a38-fa7d-b0ddd048cb48@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26169"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= , yyoncho , 38797@debbugs.gnu.org To: Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 24 09:58:18 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1meYOX-0006cF-LS for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 24 Oct 2021 09:58:17 +0200 Original-Received: from localhost ([::1]:53910 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1meYOW-0001At-Mt for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 24 Oct 2021 03:58:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36482) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meYOI-000197-Ic for bug-gnu-emacs@gnu.org; Sun, 24 Oct 2021 03:58:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54544) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1meYOI-0007rK-9m for bug-gnu-emacs@gnu.org; Sun, 24 Oct 2021 03:58:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1meYOI-00041D-9I for bug-gnu-emacs@gnu.org; Sun, 24 Oct 2021 03:58:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 24 Oct 2021 07:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 38797 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 38797-submit@debbugs.gnu.org id=B38797.163506227015409 (code B ref 38797); Sun, 24 Oct 2021 07:58:02 +0000 Original-Received: (at 38797) by debbugs.gnu.org; 24 Oct 2021 07:57:50 +0000 Original-Received: from localhost ([127.0.0.1]:37853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meYO6-00040T-9d for submit@debbugs.gnu.org; Sun, 24 Oct 2021 03:57:50 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:55099) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meYO4-00040E-Th for 38797@debbugs.gnu.org; Sun, 24 Oct 2021 03:57:49 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 8E7D7100002; Sun, 24 Oct 2021 07:57:40 +0000 (UTC) In-Reply-To: <0c88bcef-f07d-5a38-fa7d-b0ddd048cb48@yandex.ru> (Dmitry Gutov's message of "Sun, 24 Oct 2021 04:40:09 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:218075 Archived-At: > - Regarding the names of the commands, some alternatives: > > * xref-rewind-history? It's a play on "fast forward". A bit cryptic, > perhaps. > * xref-go-back and xref-go-forward? xref--history is fine the name of the > variable, but the purpose of the commands seems obvious enough even > without "history" in them. Two different naming conventions are in use already: Info-history-back Info-history-forward help-go-back help-go-forward Choosing any of those would be fine.