From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: package.el dependencies Date: Sat, 31 Jan 2015 15:26:35 -0500 Message-ID: References: <87wq4dpqib.fsf@gmail.com> <87wq44su8v.fsf@gmail.com> <878ugj7ajz.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422736019 17544 80.91.229.3 (31 Jan 2015 20:26:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2015 20:26:59 +0000 (UTC) Cc: bruce.connor.am@gmail.com, emacs-devel To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 31 21:26:58 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YHed6-00008R-7B for ged-emacs-devel@m.gmane.org; Sat, 31 Jan 2015 21:26:56 +0100 Original-Received: from localhost ([::1]:42763 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHed5-0000fQ-Dd for ged-emacs-devel@m.gmane.org; Sat, 31 Jan 2015 15:26:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHecs-0000f9-4X for emacs-devel@gnu.org; Sat, 31 Jan 2015 15:26:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHecn-0007A8-5a for emacs-devel@gnu.org; Sat, 31 Jan 2015 15:26:42 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:1737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHecn-00079M-1c for emacs-devel@gnu.org; Sat, 31 Jan 2015 15:26:37 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjsPAOwQflRLd/lW/2dsb2JhbABbgweDYIVaxR0EAgKBJBcBAQEBAQF8hAMBAQMBViMQCzQSFBgNJIhKCdZZAQEBAQYBAQEBAR2QbweESAWLAYxVBZdUgXiEGSGCdwEBAQ X-IPAS-Result: AjsPAOwQflRLd/lW/2dsb2JhbABbgweDYIVaxR0EAgKBJBcBAQEBAQF8hAMBAQMBViMQCzQSFBgNJIhKCdZZAQEBAQYBAQEBAR2QbweESAWLAYxVBZdUgXiEGSGCdwEBAQ X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="109329717" Original-Received: from 75-119-249-86.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([75.119.249.86]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 31 Jan 2015 15:26:35 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 5204EAE11B; Sat, 31 Jan 2015 15:26:35 -0500 (EST) In-Reply-To: <878ugj7ajz.fsf@gmail.com> (Thierry Volpiatto's message of "Sat, 31 Jan 2015 07:01:52 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182143 Archived-At: >> IIUC, this will remove a package from packages-installed-directly if >> it is not currently installed. That seems undesirable, and would be >> fixed by simply removing this call to `customize-save-variable'. > And I disagree on this one. Like Arthur, I'm not I understand what you're disagreeing with, but to me the fact that package-autoremove calls customize-save-variable is an error. When the user runs package-autoremove, it doesn't mean she wants to change the set of selected packages, only the set of installed packages. Stefan