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#44611: Prefix arg for xref-goto-xref Date: Sat, 12 Dec 2020 22:39:17 +0200 Organization: LINKOV.NET Message-ID: <87mtyi7o96.fsf@mail.linkov.net> References: <87k0up68e4.fsf@mail.linkov.net> <99772eb6-5a4e-7cf6-259d-0e9429e6bf97@yandex.ru> <878sb3n0a9.fsf@mail.linkov.net> <48f942f9-a557-0185-25fe-612e78cd9071@yandex.ru> <877dpopuli.fsf@linkov.net> <831rfw35pp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20031"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: dgutov@yandex.ru, 44611@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Dec 12 22:10:34 2020 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 1koC9y-00057p-8h for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 12 Dec 2020 22:10:34 +0100 Original-Received: from localhost ([::1]:35402 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koC9x-000868-1f for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 12 Dec 2020 16:10:33 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59598) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koC8c-00082y-3O for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2020 16:09:10 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35379) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1koC8V-00024G-9j for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2020 16:09:09 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1koC8V-0004vy-50 for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2020 16:09:03 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 12 Dec 2020 21:09:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44611 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 44611-submit@debbugs.gnu.org id=B44611.160780732218886 (code B ref 44611); Sat, 12 Dec 2020 21:09:03 +0000 Original-Received: (at 44611) by debbugs.gnu.org; 12 Dec 2020 21:08:42 +0000 Original-Received: from localhost ([127.0.0.1]:46914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1koC8A-0004uY-JP for submit@debbugs.gnu.org; Sat, 12 Dec 2020 16:08:42 -0500 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:57601) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1koC89-0004u7-BA for 44611@debbugs.gnu.org; Sat, 12 Dec 2020 16:08:41 -0500 X-Originating-IP: 91.129.99.98 Original-Received: from mail.gandi.net (m91-129-99-98.cust.tele2.ee [91.129.99.98]) (Authenticated sender: juri@linkov.net) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id D76DB40005; Sat, 12 Dec 2020 21:08:33 +0000 (UTC) In-Reply-To: <831rfw35pp.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 11 Dec 2020 14:08:50 +0200") 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:195899 Archived-At: >> +(defun xref-pop-marker-stack (&optional kill) >> + "Pop back to where \\[xref-find-definitions] was last invoked. >> +With prefix argument KILL non-nil, kill the previous buffer instead of >> +burying it." > > What is "the previous buffer" in this context? The doc string leaves > that unexplained, and thus may confuse the reader. Maybe this is clearer: "kill the buffer that was current before popping back." > (I don't object to such a feature, but I really don't understand the > urge to kill Emacs buffers just because they were needed temporarily. > Why is that important?) The problem is that such temporary file buffers are saved to the desktop file and dangling in the buffer list forever.