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: Easy configuration of a site-lisp directory Date: Wed, 11 Aug 2021 05:23:44 +0300 Message-ID: <8335rgg1n3.fsf@gnu.org> References: <87y29cj65y.fsf@posteo.net> <87czqna77n.fsf@dick> <878s1ba1nl.fsf@dick> <4324d238-261f-946d-eb6b-a98bea3a1157@gmail.com> <83eeb2h7v4.fsf@gnu.org> <024825b3-fa33-a852-5115-1ee56ae47041@gmail.com> <83zgtpfqqx.fsf@gnu.org> <83o8a5flfo.fsf@gnu.org> <83im0dfgny.fsf@gnu.org> <837dgtfaut.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15826"; mail-complaints-to="usenet@ciao.gmane.io" Cc: cpitclaudel@gmail.com, yuri.v.khan@gmail.com, arthur.miller@live.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 11 04:24:19 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 1mDduj-0003sB-VJ for ged-emacs-devel@m.gmane-mx.org; Wed, 11 Aug 2021 04:24:17 +0200 Original-Received: from localhost ([::1]:37974 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mDdui-0003p3-G3 for ged-emacs-devel@m.gmane-mx.org; Tue, 10 Aug 2021 22:24:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35800) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDdu5-00032l-Ma for emacs-devel@gnu.org; Tue, 10 Aug 2021 22:23:37 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44230) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mDdu3-00037P-CB; Tue, 10 Aug 2021 22:23:35 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4496 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 1mDdu2-0004EF-SO; Tue, 10 Aug 2021 22:23:35 -0400 In-Reply-To: (message from Stefan Monnier on Tue, 10 Aug 2021 16:51:29 -0400) 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:272305 Archived-At: > From: Stefan Monnier > Cc: Eli Zaretskii , emacs-devel@gnu.org, > arthur.miller@live.com, yuri.v.khan@gmail.com > Date: Tue, 10 Aug 2021 16:51:29 -0400 > > Clément Pit-Claudel [2021-08-10 14:06:53] wrote: > > On 8/10/21 1:50 PM, Eli Zaretskii wrote: > >> and use the TAGS table there, M-. will give you sources in > >> Git, not those of the installed Emacs. > > Yep, that's the part I was missing: setting up Elisp tags to point to the > > git repo. There's a nice magic to the way it works with C sources that > > isn't the same with the (installed) Elisp sources, that's it. > > The magic is the `find-function-C-source-directory` variable That's irrelevant to M-. I think.