From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#45098: 28.0.50; gnu-elpa: if user says `no' to install package, it aborts the previous function invoked Date: Mon, 7 Dec 2020 23:44:48 +0300 Message-ID: References: <87zh2pfw5k.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36727"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: Lars Ingebrigtsen , 45098@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Dec 07 21:49:11 2020 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 1kmNRW-0009RF-Tc for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 07 Dec 2020 21:49:10 +0100 Original-Received: from localhost ([::1]:56954 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmNRV-0004fs-Uy for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 07 Dec 2020 15:49:09 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43946) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmNRO-0004fm-BG for bug-gnu-emacs@gnu.org; Mon, 07 Dec 2020 15:49:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44093) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kmNRO-00007o-1S for bug-gnu-emacs@gnu.org; Mon, 07 Dec 2020 15:49:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kmNRN-0007wG-Vt for bug-gnu-emacs@gnu.org; Mon, 07 Dec 2020 15:49:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 07 Dec 2020 20:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45098 X-GNU-PR-Package: emacs Original-Received: via spool by 45098-submit@debbugs.gnu.org id=B45098.160737409230456 (code B ref 45098); Mon, 07 Dec 2020 20:49:01 +0000 Original-Received: (at 45098) by debbugs.gnu.org; 7 Dec 2020 20:48:12 +0000 Original-Received: from localhost ([127.0.0.1]:55639 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmNQa-0007vA-F7 for submit@debbugs.gnu.org; Mon, 07 Dec 2020 15:48:12 -0500 Original-Received: from static.rcdrun.com ([95.85.24.50]:44711) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmNQY-0007ux-Qs for 45098@debbugs.gnu.org; Mon, 07 Dec 2020 15:48:11 -0500 Original-Received: from localhost ([::ffff:197.157.0.57]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C0007.000000005FCE9503.000068F9; Mon, 07 Dec 2020 20:48:03 +0000 Content-Disposition: inline In-Reply-To: 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:195286 Archived-At: * Stefan Monnier [2020-12-07 23:33]: > Problem (1) should be reasonably easy to fix by removing the > corresponding autoload and storing the list of unwanted packages > somewhere for future Emacs sessions (and also changing the question from > "yes/no" to "yes/notnow/never"). I am just worried that if that package becomes enabled by default in future Emacs that it will be nagging users who just wish to edit and not access Internet. It should be rather option that user enables to be asked just as it is common to enable packages. Is asking users to enable or load or install various packages the sole purpose of gnu-elpa package?