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.devel Subject: Re: master 2ed2999: Improve documentation of new Xref options Date: Mon, 06 Sep 2021 07:30:40 +0300 Message-ID: <831r62tjf3.fsf@gnu.org> References: <20210905075953.20536.20920@vcs0.savannah.gnu.org> <20210905075955.0F6B720A0A@vcs0.savannah.gnu.org> <6f1fcbee-1825-1219-88fb-e6f28d00ab4d@yandex.ru> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16580"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 06 06:32:27 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mN6J1-00045G-SF for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Sep 2021 06:32:27 +0200 Original-Received: from localhost ([::1]:47244 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mN6J0-0003FA-1W for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Sep 2021 00:32:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36450) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mN6HW-0002Da-7O for emacs-devel@gnu.org; Mon, 06 Sep 2021 00:30:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54612) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mN6HV-00087t-QR; Mon, 06 Sep 2021 00:30:53 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3777 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mN6HE-0000i3-HH; Mon, 06 Sep 2021 00:30:45 -0400 In-Reply-To: <6f1fcbee-1825-1219-88fb-e6f28d00ab4d@yandex.ru> (message from Dmitry Gutov on Sun, 5 Sep 2021 22:38:42 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:274066 Archived-At: > From: Dmitry Gutov > Date: Sun, 5 Sep 2021 22:38:42 +0300 > > On 05.09.2021 10:59, Eli Zaretskii wrote: > > +@vindex xref-auto-jump-to-first-xref > > + If the value of the variable @code{xref-auto-jump-to-first-xref} is > > +@code{t}, @emph{all} Xref commands automatically jump to the first result. > > To be more accurate, all Xref commands except the ones that display > "definitions". Basically, xref-find-definitions is the main exception > (even though it is also an "Xref command"). What is the rationale for this strange partition between these two options?