From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#44611: Prefix arg for xref-goto-xref Date: Fri, 11 Dec 2020 14:08:50 +0200 Message-ID: <831rfw35pp.fsf@gnu.org> 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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22876"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dgutov@yandex.ru, 44611@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Dec 11 13:10:30 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 1knhFl-0005rX-W4 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 11 Dec 2020 13:10:29 +0100 Original-Received: from localhost ([::1]:41702 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knhFl-0007en-1h for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 11 Dec 2020 07:10:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40140) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knhFL-0007eR-97 for bug-gnu-emacs@gnu.org; Fri, 11 Dec 2020 07:10:04 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56987) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1knhFK-0003F1-Hn for bug-gnu-emacs@gnu.org; Fri, 11 Dec 2020 07:10:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1knhFK-0004U7-B9 for bug-gnu-emacs@gnu.org; Fri, 11 Dec 2020 07:10:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 11 Dec 2020 12:10:02 +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.160768855917185 (code B ref 44611); Fri, 11 Dec 2020 12:10:02 +0000 Original-Received: (at 44611) by debbugs.gnu.org; 11 Dec 2020 12:09:19 +0000 Original-Received: from localhost ([127.0.0.1]:40300 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knhEc-0004T7-QT for submit@debbugs.gnu.org; Fri, 11 Dec 2020 07:09:19 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knhEX-0004Sr-V6 for 44611@debbugs.gnu.org; Fri, 11 Dec 2020 07:09:17 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40454) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knhES-0002xW-4I; Fri, 11 Dec 2020 07:09:08 -0500 Original-Received: from [176.228.60.248] (port=3637 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1knhER-0008C7-JO; Fri, 11 Dec 2020 07:09:07 -0500 In-Reply-To: <877dpopuli.fsf@linkov.net> (message from Juri Linkov on Fri, 11 Dec 2020 11:30:25 +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:195745 Archived-At: > From: Juri Linkov > Date: Fri, 11 Dec 2020 11:30:25 +0200 > Cc: 44611@debbugs.gnu.org > > +(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. (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?)