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: Xref/Eglot feature requests and a question Date: Thu, 24 Aug 2023 17:58:24 +0300 Message-ID: <83h6oopjvz.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9362"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 24 16:59:05 2023 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 1qZBnc-0002Bn-93 for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Aug 2023 16:59:04 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZBmb-0007tk-65; Thu, 24 Aug 2023 10:58:01 -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 1qZBmZ-0007tG-BP for emacs-devel@gnu.org; Thu, 24 Aug 2023 10:57:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qZBmZ-0005mo-0F; Thu, 24 Aug 2023 10:57:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=7Oa8C+oqe28QvXZZ1NWaYE4Vp+KA5KL2Vn/y3Gyy50I=; b=ZVp+qL4nS/AWvYyeRY7s Bzp9wIOVDsBoILuf24YA2UabsLziF4T8jGZgvKupHzwEhd7oD7juSkVEcODVPePDLckiCna4vM4bc ugFIRF/kAyfWXvtJLEne4JpyY5fEz3D+WgqnzGTV0y88bFe67ou6WQQYF4BKAAjLQdjqBuzn0Yr67 KXWUbPYu1QcwkdQHx1vJPL0MH2QFQKLOtSQQ1DMSjwhmVNaiRLcLthxHczPrM7XR55AY9cLhuc2tu q/7Rk1Nt/D9IO7TRMOBX6fUfPgN98u6BZP/qXgBCpc0llB2fYnQu3S/gkdc4tJwKBCpKbBfZ8rsR1 oV0aOwXLEJyRRw==; In-Reply-To: (message from Gerd =?utf-8?Q?M=C3=B6llmann?= on Thu, 24 Aug 2023 15:33:23 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:309173 Archived-At: > From: Gerd Möllmann > Date: Thu, 24 Aug 2023 15:33:23 +0200 > > Feature request: Could eglot-mode do something like that? > [...] > In C mode, Xref works using Eglot, in ELisp mode it uses something else > (I have no tags tables). Both work really well, but I apparently have > to be in an ELisp buffer to use one and in a C buffer to use the other. > > Feature request: Is it possible to use more than one backend at the same > time? So that I could C-M-. to find an ELisp function while being in a > C file? I couldn't find something like that mentioned in the docs, so I > guess it's not yet possible. I suggest to submit 3 separate feature-request bug reports for these two requests. The second one is for Eglot, the others for Xref, so mixing them in a single issue is not recommended.