From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.help Subject: Re: etags to xref changed navigation Date: Mon, 22 Apr 2024 17:48:42 +0000 Message-ID: <87pluhjnk5.fsf@posteo.net> References: <87sezdqvox.fsf@vps.thesusis.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8237"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Phillip Susi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Apr 22 19:49:24 2024 Return-path: Envelope-to: geh-help-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 1ryxn9-0001wC-Sd for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 22 Apr 2024 19:49:24 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ryxme-0007kB-J8; Mon, 22 Apr 2024 13:48:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ryxmc-0007k0-D1 for help-gnu-emacs@gnu.org; Mon, 22 Apr 2024 13:48:50 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ryxmY-0003fy-PJ for help-gnu-emacs@gnu.org; Mon, 22 Apr 2024 13:48:50 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 27B1E240029 for ; Mon, 22 Apr 2024 19:48:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1713808124; bh=vFLPTmXhBDU2wip/mzddK4edeYX42IKKHumkw/gO71Y=; h=From:To:Cc:Subject:OpenPGP:Date:Message-ID:MIME-Version: Content-Type:From; b=d6fPPIWGuw2smme2rioOA35mseb6INZpM4YRxLr/dtn2W8x91CXoz64Tt20j4VFGf rhCnV2YZm1EA4/OBipksSypKHRR1ZTigh4MYzsvgsiJ/a2zLkLL/Zt2ELcI/Vqan/t hW1Nzz9WWKRVPTbrtdIYoraCdj0H5sgzcuVaRp8QZ0D6EBqvZcIbI1kodXWXzc7boY ThoOGQIM1DJWDBUGaGX7q4zlcVIE7G+3MQxk+jJV8Djw0AZ9uTDxa/slfJ6wBSXAZW evoBVcT9BdpBXeoGG+CXC4GvqeLkkVaOn+6CYhReZt71f2YsFLh5bw6cHIvP23aMpA gcp4FWXyAXO4A== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4VNXmW3pPYz6twp; Mon, 22 Apr 2024 19:48:43 +0200 (CEST) In-Reply-To: <87sezdqvox.fsf@vps.thesusis.net> (Phillip Susi's message of "Mon, 22 Apr 2024 11:11:10 -0400") OpenPGP: id=7126E1DE2F0CE35C770BED01F2C3CC513DB89F66; url="https://keys.openpgp.org/vks/v1/by-fingerprint/7126E1DE2F0CE35C770BED01F2C3CC513DB89F66"; preference=signencrypt Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, 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: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146432 Archived-At: Phillip Susi writes: > Etags used to work by hitting ( I think it was ) M-. to find the first > reference, then M-, to cycle through the remaining references. It seems > that when it was replaced with xref, the M-, binding was removed, and > now M-. opens an xref buffer ( splitting the window ) listing all of the > references, and you have to navigate that buffer in one window while > viewing each location in another. Not necessarily, you can use M-g M-n and M-g M-p from the buffer you invoked xref in to navigate definitions as well. > I find this process slow and cumbersome compared to the old way of just > jumping from reference to reference. Is there a way to get back to the > old behavior? > > > -- Philip Kaludercic on peregrine