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.bugs Subject: bug#50436: 28.0.50; redundant package libraries? Date: Mon, 06 Sep 2021 21:48:46 +0300 Message-ID: <83eea1r14h.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="13082"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 50436@debbugs.gnu.org To: Niels =?UTF-8?Q?S=C3=B8ndergaard?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Sep 06 20:49:14 2021 Return-path: Envelope-to: geb-bug-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 1mNJgA-0003CA-Pg for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 06 Sep 2021 20:49:14 +0200 Original-Received: from localhost ([::1]:44930 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNJg9-000713-2z for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 06 Sep 2021 14:49:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38826) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNJfy-00070v-Gf for bug-gnu-emacs@gnu.org; Mon, 06 Sep 2021 14:49:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42900) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mNJfy-0006lr-9G for bug-gnu-emacs@gnu.org; Mon, 06 Sep 2021 14:49:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mNJfy-0003fQ-2P for bug-gnu-emacs@gnu.org; Mon, 06 Sep 2021 14:49:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 06 Sep 2021 18:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50436 X-GNU-PR-Package: emacs Original-Received: via spool by 50436-submit@debbugs.gnu.org id=B50436.163095412914070 (code B ref 50436); Mon, 06 Sep 2021 18:49:02 +0000 Original-Received: (at 50436) by debbugs.gnu.org; 6 Sep 2021 18:48:49 +0000 Original-Received: from localhost ([127.0.0.1]:54446 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNJfl-0003es-JK for submit@debbugs.gnu.org; Mon, 06 Sep 2021 14:48:49 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:50860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNJfk-0003ed-4N for 50436@debbugs.gnu.org; Mon, 06 Sep 2021 14:48:48 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49474) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNJfd-0006Xn-Kf; Mon, 06 Sep 2021 14:48:41 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1563 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 1mNJfd-0000vR-7b; Mon, 06 Sep 2021 14:48:41 -0400 In-Reply-To: (message from Niels =?UTF-8?Q?S=C3=B8ndergaard?= on Mon, 6 Sep 2021 20:37:38 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:213626 Archived-At: > From: Niels Søndergaard > Date: Mon, 6 Sep 2021 20:37:38 +0200 > > Resently I send a bug report on which I found a lot of lines like: > > /Users/niels/.emacs.d/straight/build/org-plus-contrib/org-capture hides > /Applications/Emacs.app/Contents/Resources/lisp/org/org-capture > > As I can't find an official list of packages libraries, that I need > and therefor think that my configuration may beslow and ineffective. Those lines mean you have installed additional versions of packages that come with Emacs. Emacs warns you that those additional versions shadow the version which came with Emacs, so you should investigate whether you indeed want to use the versions you installed outside of the Emacs bundle. It is not a bug, it is a feature.