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.devel Subject: Re: xref buffer and default-directory Date: Wed, 03 Feb 2021 19:16:16 +0200 Organization: LINKOV.NET Message-ID: <87im79p92n.fsf@mail.linkov.net> References: <877don4afp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12346"; 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: Matthias Meulien , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 03 19:19:01 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 1l7Mk1-00037Q-10 for ged-emacs-devel@m.gmane-mx.org; Wed, 03 Feb 2021 19:19:01 +0100 Original-Received: from localhost ([::1]:60906 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7Mk0-0000Sa-47 for ged-emacs-devel@m.gmane-mx.org; Wed, 03 Feb 2021 13:19:00 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44730) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7MED-0004jl-IB for emacs-devel@gnu.org; Wed, 03 Feb 2021 12:46:09 -0500 Original-Received: from relay10.mail.gandi.net ([217.70.178.230]:39671) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7MEB-0007jn-Lx for emacs-devel@gnu.org; Wed, 03 Feb 2021 12:46:09 -0500 Original-Received: from mail.gandi.net (m91-129-108-204.cust.tele2.ee [91.129.108.204]) (Authenticated sender: juri@linkov.net) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 50D6B24000C; Wed, 3 Feb 2021 17:46:02 +0000 (UTC) In-Reply-To: (Dmitry Gutov's message of "Sat, 9 Jan 2021 02:17:44 +0200") Received-SPF: pass client-ip=217.70.178.230; envelope-from=juri@linkov.net; helo=relay10.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:263821 Archived-At: >> It looks like the value of default-directory for the *xref* buffer is not >> changed between searches. Is this correct? Should we change >> this behavior? > > It was a bug (the default-directory value stayed on from the very first > search you did in the current Emacs session). Should be fixed now > in 6e73e07a6f. There is still a problem with this: 0. emacs -Q 1. C-x p g 2. Enter a regexp RET, then select a project directory 3. Check 'default-directory' in the xref buffer It's still the directory of the initial *scratch* buffer, not a project directory.