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: source-directory, installed Emacs, and C source Date: Wed, 25 Oct 2023 16:59:45 +0300 Message-ID: <83ttqeiyzy.fsf@gnu.org> References: <875y2wrt0q.fsf@catern.com> <83cyx4krfm.fsf@gnu.org> <837cncko34.fsf@gnu.org> <87y1fsq9ef.fsf@catern.com> <831qdjlvi3.fsf@gnu.org> <87msw75c1u.fsf@ledu-giraud.fr> <83bkcmkh36.fsf@gnu.org> <87r0liet3w.fsf@ledu-giraud.fr> <87pm12kebg.fsf@catern.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10605"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: sbaugh@catern.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 25 16:00:49 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 1qveRF-0002ep-76 for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Oct 2023 16:00:49 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qveQ8-00039i-4w; Wed, 25 Oct 2023 09:59:40 -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 1qveQ5-00037n-SZ for emacs-devel@gnu.org; Wed, 25 Oct 2023 09:59:38 -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 1qveQ5-0004uX-4D; Wed, 25 Oct 2023 09:59:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ZyldOgFa4XQQz2MV/ZmqMc6OjMXfmlIpq20gPWQ5Bw4=; b=OLTzmiprlPu+ Jpt1BJKLoxPhQq9gjM6/V308dr+gj+k7oDj+ItNgrAj1b8Xo3ETve40EKcN8yvsJ7FRkfARlQbbEF Mu8LBK4OiM1ebQXaQZkb9rUXGPg0jK5QeMbVTBCyBMxyhe0jYzmmZ+2ibNCkAHfFVIPz4F32MqGbD DHJhmRBRvIMLCwOLQ/jieqTnJjBiixHc9RSxUCt+whpLr+6LgHwz7ssbhO7qHtJy88a5e4NSgNUrP M5Uz2fz2NFJ2xV8nCyscf5fV1ASty8HlmJGlb4ZU8yW2ZzADPMOgOPdMU3yTdziACM+Di9LGPq0br DLpOWLc5+fNDiV5rKBgIbA==; In-Reply-To: <87pm12kebg.fsf@catern.com> (sbaugh@catern.com) 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:311845 Archived-At: > From: sbaugh@catern.com > Date: Wed, 25 Oct 2023 09:43:31 -0400 > > > My suggestion, then, is that we should allow customizing Emacs to > > prefer jumping to source-directory over jumping to the installed > > copies of the Lisp files. > > e.g. the installed copies of the Lisp files still exist, they just > aren't opened when jumping to the definitions. Why not?