Received: (at 63800) by debbugs.gnu.org; 22 Dec 2023 11:26:42 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Dec 22 06:26:42 2023 Received: from localhost ([127.0.0.1]:46126 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rGdfu-0003nX-FU for submit <at> debbugs.gnu.org; Fri, 22 Dec 2023 06:26:42 -0500 Received: from mout02.posteo.de ([185.67.36.66]:33677) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1rGdfs-0003nG-1G for 63800 <at> debbugs.gnu.org; Fri, 22 Dec 2023 06:26:40 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 23D1F240101 for <63800 <at> debbugs.gnu.org>; Fri, 22 Dec 2023 12:26:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1703244389; bh=bCKlKeoQrZGn1/doENCzhuUJqYwYbR6umi6dwT1vstk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=EjN31XNrZ96UV3mGWZQ5WSyAFjM7l+iPnqpJztsbw6q/9E4fZMG4UTspyCmcOG0VS nTWZ0fY6AC+2RPmhJpNnDoOCA+8O/By7IlUz8U4wnBPA0SCxne3LO0lUpzM1zk12eK Y4WSIElTTEeR+PSn2XgWxYAz6tkp0TT8vt/fotTncxuGIj2VPf+P446KGqmT3Q28V8 /6ShRRkGMQR7AJKmg2Bpqjs2v+zb5d4Na9LxMKx7i5xObqrbTvg2A6E/pH0RNHnCsw XEbKeVYbxhdzI08XE9kENwdpQaFB4+/KlY+x+EqkXX5wF+m/R8T42yQBcmQKcpYxzh 5TRArtfL0FJJQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4SxQ3m1V1vz9rxB; Fri, 22 Dec 2023 12:26:27 +0100 (CET) From: Ihor Radchenko <yantar92@HIDDEN> To: Stefan Monnier <monnier@HIDDEN> Subject: Re: bug#63800: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <jwvsf3wa2ce.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwvjzv3vi4f.fsf-monnier+emacs@HIDDEN> <875y6nd7y4.fsf@localhost> <87msy6qf7y.fsf@localhost> <jwvjztavywf.fsf-monnier+emacs@HIDDEN> <87edj99hmr.fsf@localhost> <jwvo7icbij6.fsf-monnier+emacs@HIDDEN> <87jzrsc8wz.fsf@localhost> <jwvsf3wa2ce.fsf-monnier+emacs@HIDDEN> Date: Fri, 22 Dec 2023 11:29:40 +0000 Message-ID: <87frzulbkr.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Stefan Monnier <monnier@HIDDEN> writes: >> I am wondering if we should introduce a special keyword for such packages. > > AFAIK "such packages" is a singleton set :-) Maybe also clojure-mode in future :) > We could fix that, but it doesn't seem urgent. > After all, I see at http://elpa.gnu.org/packages/org.html that we say: > ... > 1. Install Org > > [...] > > To install a more recent version, please do it from GNU ELPA by > running this command: M-x package-install RET org RET > > [...] > > so even Org's own doc hasn't been fixed yet :-) That's because I scheduled this fix after this bug is resolved. Now, Org's README is updated. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=11c626b52 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 20 Dec 2023 23:24:12 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Dec 20 18:24:12 2023 Received: from localhost ([127.0.0.1]:42035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rG5vA-0000j2-7v for submit <at> debbugs.gnu.org; Wed, 20 Dec 2023 18:24:12 -0500 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:41838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <monnier@HIDDEN>) id 1rG5v4-0000iV-PN for 63800 <at> debbugs.gnu.org; Wed, 20 Dec 2023 18:24:10 -0500 Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 8ACFB81B37; Wed, 20 Dec 2023 18:23:57 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1703114636; bh=RLy4dv24kal3Mk9Lwgjdepnmr7lNoDM6q6DFaNgtSuI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=E+BuG31t6TwmtCQaScp8o2T6onzUZt0V4PzSuA3YtT1go4Jsl8eOS2mxeIoUSebZg 60EikBad5pjY45OWX15wxPuATF54UlyRBuTPPzYHEbvVIxBPFPxYY2J3DEKhIyN5Hz juzQfN1s/dtyC8cjS7nmCCK/NvMkXmtjyhNM/CRLDKrGF9Uj5isvM84gZJPK31+0sf LJoN83pGSRbLIJJCtfWNEFsxMv1JrKKEn0yNEgK+eCt2B1LenPoCHRRZI3O+2+8N11 zA7aTjgPl327pU8YQFdSROnZux/H2gL5nqgSP1rrWLTVE0B4J10AJlm2QCBq2trp56 OhBT/5ctLwBGg== Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 481DD80506; Wed, 20 Dec 2023 18:23:56 -0500 (EST) Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 3A416120338; Wed, 20 Dec 2023 18:23:56 -0500 (EST) From: Stefan Monnier <monnier@HIDDEN> To: Ihor Radchenko <yantar92@HIDDEN> Subject: Re: bug#63800: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <87jzrsc8wz.fsf@localhost> (Ihor Radchenko's message of "Thu, 12 Oct 2023 12:38:52 +0000") Message-ID: <jwvsf3wa2ce.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwvjzv3vi4f.fsf-monnier+emacs@HIDDEN> <875y6nd7y4.fsf@localhost> <87msy6qf7y.fsf@localhost> <jwvjztavywf.fsf-monnier+emacs@HIDDEN> <87edj99hmr.fsf@localhost> <jwvo7icbij6.fsf-monnier+emacs@HIDDEN> <87jzrsc8wz.fsf@localhost> Date: Wed, 20 Dec 2023 18:23:17 -0500 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL 0.130 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain T_SCC_BODY_TEXT_LINE -0.01 - X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) >>>> Oh yes, please (and then remind me to update the elpa.gnu.git scripts). >>> Done. >>> https://git.savannah.gnu.org/cgit/emacs/elpa.git/commit/?h=elpa-admin&id=0dad7872831e49e5338d888ebffe525cf7f04e13 >> >> OK,, thanks. elpa.gnu.org is now updated, so HTML pages should start >> using the new wording (but only for those packages that get a new >> tarball). > > I can see it working now, but it looks like Org mode ELPA definition is > not setting :core. However, it is not clear if it should. > > AFAIU, with :core, the build happens from Emacs git repo, which works > for packages developed in Emacs repo, but not for packages that are only > _distributed_ with Emacs. > > I am wondering if we should introduce a special keyword for such packages. AFAIK "such packages" is a singleton set :-) We could fix that, but it doesn't seem urgent. After all, I see at http://elpa.gnu.org/packages/org.html that we say: To install this package from Emacs, use package-install or list-packages. Full description [...] 1. Install Org [...] To install a more recent version, please do it from GNU ELPA by running this command: M-x package-install RET org RET [...] so even Org's own doc hasn't been fixed yet :-) Stefan
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 12 Dec 2023 12:06:50 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Dec 12 07:06:50 2023 Received: from localhost ([127.0.0.1]:55435 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rD1XG-00086e-5f for submit <at> debbugs.gnu.org; Tue, 12 Dec 2023 07:06:50 -0500 Received: from mout01.posteo.de ([185.67.36.65]:51843) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1rD1X8-000860-A8 for 63800 <at> debbugs.gnu.org; Tue, 12 Dec 2023 07:06:47 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id AB1D4240029 for <63800 <at> debbugs.gnu.org>; Tue, 12 Dec 2023 13:06:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1702382780; bh=2vIB/BkhG9y0FFwBn3PrYDWaLAE9VCMN4c6YG4MO3to=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=dPWqQNAm5N90xshb1NRlHIz9YJrugpZTGyFAQlUiBAN5JtmyntVesJtwXBBufMb0U 6wQenjkc0ND82YN4FhyD9D/ZZU/V444PPK5DIGrzu/GiY8lsJu2o5ZjpYvqHNN7hUZ uwdGmt3VxUGy88ksOrBQHItVwEyzyKvZq4DyAdR7Ur+9Q8Fbc7T3wWPLi2a9zyeo0E hdLcvjJiPFOJcvDEzuQ8MTLcSIvzglYNwZDTww8pO+czDweoAGhXYDGsOuOwbli/d1 7yfVacPmJoV/I75BKJI3Svzgki0gzTmfDGvjS1zMppsK09cI/ECmaGJfF1EI4P1LHX PIaRv7dEkt2FA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4SqHQN0HnYz9rxN; Tue, 12 Dec 2023 13:06:19 +0100 (CET) From: Ihor Radchenko <yantar92@HIDDEN> To: Stefan Monnier <monnier@HIDDEN> Subject: Re: bug#63800: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <87jzrsc8wz.fsf@localhost> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwvjzv3vi4f.fsf-monnier+emacs@HIDDEN> <875y6nd7y4.fsf@localhost> <87msy6qf7y.fsf@localhost> <jwvjztavywf.fsf-monnier+emacs@HIDDEN> <87edj99hmr.fsf@localhost> <jwvo7icbij6.fsf-monnier+emacs@HIDDEN> <87jzrsc8wz.fsf@localhost> Date: Tue, 12 Dec 2023 12:09:27 +0000 Message-ID: <87fs077hc8.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Ihor Radchenko <yantar92@HIDDEN> writes: > AFAIU, with :core, the build happens from Emacs git repo, which works > for packages developed in Emacs repo, but not for packages that are only > _distributed_ with Emacs. > > I am wondering if we should introduce a special keyword for such packages. Ping! -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 12 Oct 2023 12:37:37 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Oct 12 08:37:37 2023 Received: from localhost ([127.0.0.1]:41258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qquwa-0000SD-LF for submit <at> debbugs.gnu.org; Thu, 12 Oct 2023 08:37:36 -0400 Received: from mout01.posteo.de ([185.67.36.65]:33899) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qquwY-0000Rx-78 for 63800 <at> debbugs.gnu.org; Thu, 12 Oct 2023 08:37:35 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 96173240028 for <63800 <at> debbugs.gnu.org>; Thu, 12 Oct 2023 14:37:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1697114225; bh=W+L+nFab3mbFt+s4qn8eLwpGaOsdiCD8Gn1Iu+g+Ork=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=D94M8IdW3M7Sj3MxklTYYnogIjgTdO0+1II3YF2NDXDbek7rq5rx235H5+Panczuw 1mAPye96pwNvZt8dgFYtA76XdDtZjme62lcz0qxHjVVUpVRq4l7+9k9ybpGk3TmJoj 6i4mkdfNXOfzwXPdquoWgX09bFG26GtlMd+B/wslxoowjAAR/ys+ktFdCnBPn4d8TA cI4tz8ksdcZP44u56x2r2rBRjpD/cWTtbFe9cYEkWqZ2VlYDDqSxw04lMxvui2D/rV UcK9elwg55V8jr/9JXiW30JrgVBRu/N1hd3+/VanHKDXG9fMyCgEwWE2v41Q5DiOCU YQjIBZHS+n8nA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4S5q010LhNz6twh; Thu, 12 Oct 2023 14:37:04 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Stefan Monnier <monnier@HIDDEN> Subject: Re: bug#63800: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <jwvo7icbij6.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwvjzv3vi4f.fsf-monnier+emacs@HIDDEN> <875y6nd7y4.fsf@localhost> <87msy6qf7y.fsf@localhost> <jwvjztavywf.fsf-monnier+emacs@HIDDEN> <87edj99hmr.fsf@localhost> <jwvo7icbij6.fsf-monnier+emacs@HIDDEN> Date: Thu, 12 Oct 2023 12:38:52 +0000 Message-ID: <87jzrsc8wz.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Stefan Monnier <monnier@HIDDEN> writes: >>> Oh yes, please (and then remind me to update the elpa.gnu.git scripts). >> >> Done. >> https://git.savannah.gnu.org/cgit/emacs/elpa.git/commit/?h=elpa-admin&id=0dad7872831e49e5338d888ebffe525cf7f04e13 > > OK,, thanks. elpa.gnu.org is now updated, so HTML pages should start > using the new wording (but only for those packages that get a new > tarball). I can see it working now, but it looks like Org mode ELPA definition is not setting :core. However, it is not clear if it should. AFAIU, with :core, the build happens from Emacs git repo, which works for packages developed in Emacs repo, but not for packages that are only _distributed_ with Emacs. I am wondering if we should introduce a special keyword for such packages. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 8 Sep 2023 18:57:57 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Sep 08 14:57:57 2023 Received: from localhost ([127.0.0.1]:45612 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qegg0-0002GZ-La for submit <at> debbugs.gnu.org; Fri, 08 Sep 2023 14:57:56 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:18124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <monnier@HIDDEN>) id 1qegfx-0002GJ-51 for 63800 <at> debbugs.gnu.org; Fri, 08 Sep 2023 14:57:55 -0400 Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id AF90A4448C2; Fri, 8 Sep 2023 14:57:44 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1694199459; bh=yTpGDG5+4pujnHIKsas5K+lKg91V81X1avzVYWQ3nc0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=KwFEoqOz12IqkdGqmMrULA66N5djxUehTMT8s1fMi1szOz4UMZrwKEjN6JWZlU+cJ 1guGjDKs9Na00pFGx4IjY10a5CluLPgznccahQ4YtKa3BdPd1/OlCRVPVGeWGNRkGJ oGdJ5PAsdtwXiWT5a0YyMw1EM5fhfFK1Ebz8SujOJ734Vh0/q7jAe12LVVcKBRupK3 Gkvs++PIA+U/5kiI8o9g/sCLbmWrCK7LnPrh4sMbQbv07fvhJ8ni0gEOLZ4o3a30Qz 0TCQlpRvV8Ak3smI8iLQ+NaDHTvR+BPc/OA32MrmGOk2X136zweVxGJSUvtTuqNOAm c4beN2VYVhUgg== Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 2814C4448B9; Fri, 8 Sep 2023 14:57:39 -0400 (EDT) Received: from pastel (unknown [104.247.229.91]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 0A69912030B; Fri, 8 Sep 2023 14:57:39 -0400 (EDT) From: Stefan Monnier <monnier@HIDDEN> To: Ihor Radchenko <yantar92@HIDDEN> Subject: Re: bug#63800: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <87edj99hmr.fsf@localhost> (Ihor Radchenko's message of "Fri, 08 Sep 2023 08:46:52 +0000") Message-ID: <jwvo7icbij6.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwvjzv3vi4f.fsf-monnier+emacs@HIDDEN> <875y6nd7y4.fsf@localhost> <87msy6qf7y.fsf@localhost> <jwvjztavywf.fsf-monnier+emacs@HIDDEN> <87edj99hmr.fsf@localhost> Date: Fri, 08 Sep 2023 14:57:32 -0400 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL -0.073 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) >> Oh yes, please (and then remind me to update the elpa.gnu.git scripts). > > Done. > https://git.savannah.gnu.org/cgit/emacs/elpa.git/commit/?h=elpa-admin&id=0dad7872831e49e5338d888ebffe525cf7f04e13 OK,, thanks. elpa.gnu.org is now updated, so HTML pages should start using the new wording (but only for those packages that get a new tarball). Stefan
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 8 Sep 2023 08:46:11 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Sep 08 04:46:11 2023 Received: from localhost ([127.0.0.1]:42157 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qeX7y-0000aE-Lt for submit <at> debbugs.gnu.org; Fri, 08 Sep 2023 04:46:11 -0400 Received: from mout02.posteo.de ([185.67.36.66]:34239) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qeX7s-0000ZK-Ua for 63800 <at> debbugs.gnu.org; Fri, 08 Sep 2023 04:46:08 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 5574C240103 for <63800 <at> debbugs.gnu.org>; Fri, 8 Sep 2023 10:45:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1694162755; bh=4ezyuT64QvAEbt7GGakir1lHxqNRIJg5iLl+OCzpsME=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=fzcPLDjXzYfEzne1qQ2yM79LV2dv4zKQRP8s9RB6R4cG2Z/4V0MN7DAcNvveay3kh Em2rujik93eoJq1hx3S4Iee3zXdjfjHOeLaATwpwlAM5/3A2jetQ32Qd8iWxOK+LEU eaiQ24Z3pQpzM2VoZRaBkMnUd05WWW00OeDX4O9uYPpg6NO5iH0r7e3X6jzd2j2o8B 00h02aBixP2nEoykR8hfCRBEpCxnhxV7jdnqsA9UqlExJ+56wNUEiz0Sd2GTh0T7L5 A1Ut6as7PFVffT7sQOLecFjPSpi/BTWaOughczLB83653lTZQkIMGsv9IPMjgiWJNs 1C9PvkyxJQVhA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RhqSy0qNsz9rxY; Fri, 8 Sep 2023 10:45:53 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Stefan Monnier <monnier@HIDDEN> Subject: Re: bug#63800: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <jwvjztavywf.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwvjzv3vi4f.fsf-monnier+emacs@HIDDEN> <875y6nd7y4.fsf@localhost> <87msy6qf7y.fsf@localhost> <jwvjztavywf.fsf-monnier+emacs@HIDDEN> Date: Fri, 08 Sep 2023 08:46:52 +0000 Message-ID: <87edj99hmr.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Stefan Monnier <monnier@HIDDEN> writes: >> Bump! >> There is an awkward situation now with >> https://git.savannah.gnu.org/cgit/emacs/elpa.git/log/?h=elpa-admin >> containing my commit, but ELPA website not using it. >> >> Should I push a commit as in the above suggestion? > > Oh yes, please (and then remind me to update the elpa.gnu.git scripts). Done. https://git.savannah.gnu.org/cgit/emacs/elpa.git/commit/?h=elpa-admin&id=0dad7872831e49e5338d888ebffe525cf7f04e13 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 1 Sep 2023 12:53:26 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Sep 01 08:53:26 2023 Received: from localhost ([127.0.0.1]:60050 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qc3eQ-00028h-0X for submit <at> debbugs.gnu.org; Fri, 01 Sep 2023 08:53:26 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:3423) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <monnier@HIDDEN>) id 1qc3eN-00028P-As for 63800 <at> debbugs.gnu.org; Fri, 01 Sep 2023 08:53:24 -0400 Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 633A14416DD; Fri, 1 Sep 2023 08:53:08 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1693572787; bh=Kb4Uy0p8vuJ9/n4rIchI5NXftgMR/Taq3n+smgSWsqg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=GK4bT8ibEh21M9b0F1kUYvT+T9ykNCqkvBeNeWzdGIdvYOJM1awsu+8VvlrbbRDMh tYod1wJb4OTUCUGDETH+KVZQSjUFnexKtZti+8iBO1X9d+7mbKkheqlv1ieDmlSGQo xYbHjFlQxL+du6YnokOwUgOCltrCBbGSekSbr5Y0frBmemDtH9ccYHIGU3ImskeEJW mbtUFzomfBBUElVRuGhMnSY/yPp3VsLBXxTsXLzd6dvCa/rf4Kx5NNHVAQOM0cTjCY fSwaNmzTald9KieHtPecRz6EzcWXEAvrmNnRyRiDZCTrhr3LBxG35UDQkbT3LcS3e5 R4TFQRboMk2Xg== Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 0D8D84416D6; Fri, 1 Sep 2023 08:53:07 -0400 (EDT) Received: from pastel (unknown [45.72.228.218]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id E36DD1203A1; Fri, 1 Sep 2023 08:53:06 -0400 (EDT) From: Stefan Monnier <monnier@HIDDEN> To: Ihor Radchenko <yantar92@HIDDEN> Subject: Re: bug#63800: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <87msy6qf7y.fsf@localhost> (Ihor Radchenko's message of "Fri, 01 Sep 2023 11:56:33 +0000") Message-ID: <jwvjztavywf.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwvjzv3vi4f.fsf-monnier+emacs@HIDDEN> <875y6nd7y4.fsf@localhost> <87msy6qf7y.fsf@localhost> Date: Fri, 01 Sep 2023 08:53:06 -0400 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL 0.022 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > Bump! > There is an awkward situation now with > https://git.savannah.gnu.org/cgit/emacs/elpa.git/log/?h=elpa-admin > containing my commit, but ELPA website not using it. > > Should I push a commit as in the above suggestion? Oh yes, please (and then remind me to update the elpa.gnu.git scripts). Stefan
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 1 Sep 2023 11:56:15 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Sep 01 07:56:15 2023 Received: from localhost ([127.0.0.1]:59975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qc2l5-0006O2-3p for submit <at> debbugs.gnu.org; Fri, 01 Sep 2023 07:56:15 -0400 Received: from mout02.posteo.de ([185.67.36.66]:46965) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qc2l1-0006Nk-Pq for 63800 <at> debbugs.gnu.org; Fri, 01 Sep 2023 07:56:13 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 70620240103 for <63800 <at> debbugs.gnu.org>; Fri, 1 Sep 2023 13:55:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1693569356; bh=zJX/LALEmfaY88Kl7zTWWdQ4TKGAodj7AzvQ0h8da3I=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=OwPb74Ks9EORyYnIAjxT4kOgTfegRm1BcJQFo+FJgDwVQjjBqOi1GuYFraKgIYMDB 5vD8OoGZXo+1Y9IstQokDTm32eQDL01SkOXw2SZX1iPYOca8OqDI0xnD275gaMF7C1 +afmaYW6t4lkBV51YyYzSvnC8eEk0QufreZ02cAC+Cp+DUvzRpu5W3B21dGZTZCjKK K8/E9Dlhwayyp1B+2vB5o1WliCU0Zp4IyoN8kIATaL3f7KGfwpTpggYI4Gn6zvfK+b cih2Qein9HUZdau67IqBfy8FWRnYVWXBBbDM1XcwsCm/Ym9uRAEDmz8SsZkz+xzoWf fSeeqdclLJUhg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Rcc1R3Y0Xz6txK; Fri, 1 Sep 2023 13:55:54 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Stefan Monnier <monnier@HIDDEN> Subject: Re: bug#63800: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <875y6nd7y4.fsf@localhost> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwvjzv3vi4f.fsf-monnier+emacs@HIDDEN> <875y6nd7y4.fsf@localhost> Date: Fri, 01 Sep 2023 11:56:33 +0000 Message-ID: <87msy6qf7y.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Ihor Radchenko <yantar92@HIDDEN> writes: > Stefan Monnier <monnier@HIDDEN> writes: > >> How 'bout simply: >> >> + (insert "<p>To install this package from Emacs, use <code>package-install</code> or <code>list-packages</code>.</p>") > > Still not ideal for core packages (package-install is currently useless > for them). > Maybe something like > > (if (elpaa--spec-get pkg-spec :core) > (insert "<p>To install this package from Emacs, use <code>list-packages</code>.</p>") > (insert "<p>To install this package from Emacs, use <code>package-install</code> or <code>list-packages</code>.</p>")) Bump! There is an awkward situation now with https://git.savannah.gnu.org/cgit/emacs/elpa.git/log/?h=elpa-admin containing my commit, but ELPA website not using it. Should I push a commit as in the above suggestion? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 13 Jul 2023 19:00:41 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 13 15:00:41 2023 Received: from localhost ([127.0.0.1]:40867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qK1YP-0003Oo-ID for submit <at> debbugs.gnu.org; Thu, 13 Jul 2023 15:00:41 -0400 Received: from mout01.posteo.de ([185.67.36.65]:37095) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qK1YJ-0003OX-Az for 63800 <at> debbugs.gnu.org; Thu, 13 Jul 2023 15:00:40 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 30DA4240028 for <63800 <at> debbugs.gnu.org>; Thu, 13 Jul 2023 21:00:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1689274829; bh=d3FmuKFHe6Xn8i6aRnu6pwRItojvc03XFumGj5P2HL4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=VAjx831ZolCD+tSYgrAcgDr6UdVxOM5Mxv7roLSS57UiFNIVjddOBOaPAdIEJDc9B DlckseZ0tw+aml/nXgawjO8yEeelgqyTKxqKfjMwTOMieRDKMY7U/4hx4c5rdU0FPR RtIEPWPmgo5/2OAUsIO/B0XYJo72V1UjD/sbowRxOXBE8k2+wCA90ggRnK9ksBH2uh jpX0B9fhVTFtheVf/A6Jd2mNc/i5yLDd8Ll+AXlnJLi3asvXKBBX7052M//QB0Zjxn kN3fCgSGVBcRi1rUOqyYxbbBrYoMB5Z+c2d+hjuz8ntSPfmAdEXGmq8Wa48ru5+ztG GLJplb2YTE1HA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4R23pL1S1rz9rxP; Thu, 13 Jul 2023 21:00:25 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Stefan Monnier <monnier@HIDDEN> Subject: Re: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <jwv8rbjvhi4.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwv1qhbwy4c.fsf-monnier+emacs@HIDDEN> <87bkgfd8vb.fsf@localhost> <jwv8rbjvhi4.fsf-monnier+emacs@HIDDEN> Date: Thu, 13 Jul 2023 19:00:30 +0000 Message-ID: <87zg3zbprl.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Stefan Monnier <monnier@HIDDEN> writes: >>>> package-upgrade is not available in any of the released Emacs >>>> versions. Do note that some people still use ELPA to install >>>> packages for Emacs 26. >>> But for those, the instructions have been wrong for years anyway, so I'm >>> not too worried :-) >> Last time I checked, M-x package-install worked for me in Emacs 26 for >> non-core packages. > > And still does and so we can keep using it for non-core packages. > This discussion is only relevant for core packages. > AFAIK `package-install` has never been able to upgrade a core package, > right, so the instructions have been wrong for years in this regard. We agree here. But then I read your first message as if keeping things broken is not a big deal? I feel confused. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 13 Jul 2023 18:55:37 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 13 14:55:37 2023 Received: from localhost ([127.0.0.1]:40863 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qK1TU-0003GP-TR for submit <at> debbugs.gnu.org; Thu, 13 Jul 2023 14:55:37 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:33620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <monnier@HIDDEN>) id 1qK1TR-0003G9-98 for 63800 <at> debbugs.gnu.org; Thu, 13 Jul 2023 14:55:34 -0400 Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 5DBA0442779; Thu, 13 Jul 2023 14:55:27 -0400 (EDT) Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id B87B2440CFA; Thu, 13 Jul 2023 14:55:21 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1689274521; bh=eY/y16slKVPFqkFdi51fbZlBSEjm4olz9hip3jB6zMo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ZkjEDXue/ZLQTRhODKnTZjLkiKNdmz0JejwCruYtUUCNPip4EyBx3520vEKFoJpKn RcenQB1ZE+glvgsLT4wTZC0EigReeWrITHWXC35clywr1J+hwYWvCMBmjhsPcbWvjU 0V2ksThYnynGc/AEZkXcQoXa8F0RobtaYbNiZ4wPpCrh1UOeglAx8C0EaaYCmMwE5f YngQs8xyvBTidke79MKh606as+b5u+Jz9Li0/h+HxN8r/i3GuTVKXxpqrr5cLnlCxq EekQrV1CKQ3yClXy7InSPsnmeiQziJpAN6tVOw7YSy+gm2ndXBnSNfBh60Fx63h2LK MkP2MZFC1R6TQ== Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id AC70A1203A2; Thu, 13 Jul 2023 14:55:21 -0400 (EDT) From: Stefan Monnier <monnier@HIDDEN> To: Ihor Radchenko <yantar92@HIDDEN> Subject: Re: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <87bkgfd8vb.fsf@localhost> (Ihor Radchenko's message of "Thu, 13 Jul 2023 17:22:32 +0000") Message-ID: <jwv8rbjvhi4.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwv1qhbwy4c.fsf-monnier+emacs@HIDDEN> <87bkgfd8vb.fsf@localhost> Date: Thu, 13 Jul 2023 14:55:21 -0400 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL 0.132 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain T_SCC_BODY_TEXT_LINE -0.01 - X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) >>> package-upgrade is not available in any of the released Emacs >>> versions. Do note that some people still use ELPA to install >>> packages for Emacs 26. >> But for those, the instructions have been wrong for years anyway, so I'm >> not too worried :-) > Last time I checked, M-x package-install worked for me in Emacs 26 for > non-core packages. And still does and so we can keep using it for non-core packages. This discussion is only relevant for core packages. AFAIK `package-install` has never been able to upgrade a core package, right, so the instructions have been wrong for years in this regard. Stefan
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 13 Jul 2023 17:42:52 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 13 13:42:52 2023 Received: from localhost ([127.0.0.1]:40789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qK0L5-0001FQ-Sl for submit <at> debbugs.gnu.org; Thu, 13 Jul 2023 13:42:52 -0400 Received: from mout02.posteo.de ([185.67.36.66]:42725) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qK0L3-0001FC-4m for 63800 <at> debbugs.gnu.org; Thu, 13 Jul 2023 13:42:51 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 27B3F240103 for <63800 <at> debbugs.gnu.org>; Thu, 13 Jul 2023 19:42:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1689270163; bh=Tw0tejObMjmkrKroBV3Ny6K3ROlWuu2d8A22/98my5w=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=X9DyP/pTxxyfxQcriSpebIhZUdy1hj8/nM3Ev4ejWxtcdT1YP9ouyCoeQ41qaWCzL RCE4CBpMEUd0jG487bd9+GNFKjHOrxDRouzop2k0V5qTc8pbAynE0i9SWYYRpe4S6a qca3FiZ7BOei2nfbM92STlLau3Nm7rntIMMHAobe8PPefoOIdVOeuTWuWDdH6+fNuW d4rY3wPxz/6xAatBac9RodKOHvooiPXjA6tvVps76oG5T3s9kn8MIYeE2lLl0feBMe 5h0lCSGaK/jcq6rTSzP0O8a+bcWz/Q6okfM+e6vPY83jRi+d5JbmpnxYBh0OkDgy2M eU7i502qv1Dvg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4R224f5Lwqz9rxG; Thu, 13 Jul 2023 19:42:42 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Stefan Monnier <monnier@HIDDEN> Subject: Re: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <jwvjzv3vi4f.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwvjzv3vi4f.fsf-monnier+emacs@HIDDEN> Date: Thu, 13 Jul 2023 17:42:27 +0000 Message-ID: <875y6nd7y4.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Stefan Monnier <monnier@HIDDEN> writes: > How 'bout simply: > > + (insert "<p>To install this package from Emacs, use <code>package-install</code> or <code>list-packages</code>.</p>") Still not ideal for core packages (package-install is currently useless for them). Maybe something like (if (elpaa--spec-get pkg-spec :core) (insert "<p>To install this package from Emacs, use <code>list-packages</code>.</p>") (insert "<p>To install this package from Emacs, use <code>package-install</code> or <code>list-packages</code>.</p>")) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 13 Jul 2023 17:26:51 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 13 13:26:51 2023 Received: from localhost ([127.0.0.1]:40779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qK05a-0006il-Rb for submit <at> debbugs.gnu.org; Thu, 13 Jul 2023 13:26:51 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:1859) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <monnier@HIDDEN>) id 1qK05Y-0006iW-Pg for 63800 <at> debbugs.gnu.org; Thu, 13 Jul 2023 13:26:49 -0400 Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 89F4A1000C3; Thu, 13 Jul 2023 13:26:43 -0400 (EDT) Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 6B27410009E; Thu, 13 Jul 2023 13:26:42 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1689269202; bh=6hUGzJjRk/e4U/uU2iRNETKDEUtJ3vDQnkQ4CyriUUc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=dHeK9yrQu05w49J7gVbespYHkgoWCdgZ8RP2nB2jMezbc8HWxtX39poVxVkTy7UWw 4KXTDbnerdeC34rAGQ+0r29pSsTYBi2oS9v07m3pF+JqBbVHNm5kEsKtjOL7cZT6mQ QnPNonxZDP6goMw9SLgG2qaIz2DY24ouDZeWbtL+DSgcosiGTjKOvSAa51K7lZLGSy JsPgG/s+7nfEWEZM3gM+CJa8TtDfg85EaL2B6I6No+ka89YZBI1J9SSO6qpZorMQ4K mk21G0hz2w9Sy1tdMvf56pcbEqv3CavOzjaJBnWs7qI0Ol6jB/d8tZehhZY9kWBTCE RKp5SSxcjugZw== Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 5EC5A12037A; Thu, 13 Jul 2023 13:26:42 -0400 (EDT) From: Stefan Monnier <monnier@HIDDEN> To: Ihor Radchenko <yantar92@HIDDEN> Subject: Re: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <87ilaolyrq.fsf@localhost> (Ihor Radchenko's message of "Thu, 13 Jul 2023 13:35:53 +0000") Message-ID: <jwvjzv3vi4f.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> Date: Thu, 13 Jul 2023 13:26:41 -0400 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL 0.073 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain T_SCC_BODY_TEXT_LINE -0.01 - X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Ihor Radchenko [2023-07-13 13:35:53] wrote: > Stefan Monnier <monnier@HIDDEN> writes: > >>> There is no bug in Emacs here. Just on ELPA page providing instructions >>> that are not working for :core packages. >> >> I still think there's a bug in there because the behavior may not be >> what the user expects. Maybe `package-install` should be improved so >> that, instead of doing nothing it tells or prompts the user about the >> possibility to upgrade the package (presumably only do it when called interactively). > > AFAIU, one of the problems is that already installed packages do not > even show up in the completion and one cannot enter > M-x package-install <RET> org <RET>. The last <RET> will only trigger > completion window where org is not listed at all. > > But wasn't this discussed in the past? There was quite a lengthy > discussion about this in the past (I did not quite follow it until the > end). > >>> I could also put the `list-packages' suggestion behind check if the >>> package is :core or not. >> >> That would be best. Even better would be to provide instructions we >> don't have to be ashamed of. E.g. replace `package-install` with >> `package-upgrade` for packages that are in-core. > > package-upgrade is not available in any of the released Emacs versions. > Do note that some people still use ELPA to install packages for Emacs > 26. How 'bout simply: diff --git a/elpa-admin.el b/elpa-admin.el index 2c2d2aeab7..3d2bdcc2ef 100644 --- a/elpa-admin.el +++ b/elpa-admin.el @@ -1863,10 +1863,7 @@ arbitrary code." (insert (format "<dt>Badge</dt><dd><img src=\"%s.svg\"/></dd>\n" (elpaa--html-quote name))) (elpaa--html-insert-docs pkg-spec) (insert "</dl>") - (insert (format "<p>To install this package, run in Emacs:</p> - <pre>M-x <span class=\"kw\">list-packages</span> RET</pre> - <p>Then, find <span class=\"kw\">%s</span> in the list, click on the link, and click <pre>Install</pre>.</p>" - name)) + (insert "<p>To install this package from Emacs, use <code>package-install</code> or <code>list-packages</code>.</p>") (let* ((readme-content (elpaa--get-README pkg-spec srcdir)) (readme-text plain-readme) (readme-html (elpaa--section-to-html readme-content)) -- Stefan
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 13 Jul 2023 17:26:39 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 13 13:26:39 2023 Received: from localhost ([127.0.0.1]:40775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qK05P-0006iF-DZ for submit <at> debbugs.gnu.org; Thu, 13 Jul 2023 13:26:39 -0400 Received: from mout01.posteo.de ([185.67.36.65]:42957) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qK05M-0006hx-VA for 63800 <at> debbugs.gnu.org; Thu, 13 Jul 2023 13:26:38 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id E10F9240029 for <63800 <at> debbugs.gnu.org>; Thu, 13 Jul 2023 19:26:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1689269190; bh=g/8ZImruN1+d9BCcbDgTOryXVRf+pjGOgHcWj3vIuhg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=By1qnm1lJniOyy9+L7bYJ0hqgspxZi/efNtO/x1ZSQ6pcyZj12md84COVTzuoBzy5 BIaw1DHI6ZUQeCJvOHP2g9QOAXuK/GWPm/dgShYrJ9RIsdGCyYX9Gmnyy0QJDSBPMF Q6VOag78Wq7bWUNyQTjzO61yWRetGIL4O/y5BsP2XY35W2/qcPrx8ZZENnIvyUM+hr XCv4j47GAIA8IF6UC7e204FSLIa0SMKJb7R4/eAU1Nvd6WIo9HZUWU63RLkMYJ16vd wTy5eztzC2VUdEM+LMQv++ikD0UnCmoqVlZf1W5eshKG2bXoYjMcLAID97u+T9MT8d SAnoElf4TvN7A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4R21jy3PLwz9rxN; Thu, 13 Jul 2023 19:26:30 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Stefan Monnier <monnier@HIDDEN> Subject: M-x package-install, upgrading, and dealing with :core packages (was: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800)) In-Reply-To: <jwv1qhbwy4c.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwv1qhbwy4c.fsf-monnier+emacs@HIDDEN> Date: Thu, 13 Jul 2023 17:26:39 +0000 Message-ID: <878rbjd8og.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Stefan Monnier <monnier@HIDDEN> writes: >> AFAIU, one of the problems is that already installed packages do not >> even show up in the completion and one cannot enter >> M-x package-install <RET> org <RET>. The last <RET> will only trigger >> completion window where org is not listed at all. >> >> But wasn't this discussed in the past? There was quite a lengthy >> discussion about this in the past (I did not quite follow it until the >> end). > > Indeed, but I think the discussion did not take a step back to think > about what the UI should be in a more general sense (IIRC it was > focused on "what should we do right now for `emacs-29`"). Then, M-x package-install may (1) Remove REQUIRE-MATCH from its interactive `completing-read' call. (2) If the package is built-in and :core on ELPA, ask to run package upgrade (y/n) - something like "Package foo is already installed. New version is available on ELPA. Upgrade? (y/n)" (3) Fall back to user-error that package is not found otherwise. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 13 Jul 2023 17:22:37 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 13 13:22:37 2023 Received: from localhost ([127.0.0.1]:40771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qK01U-0006bj-M2 for submit <at> debbugs.gnu.org; Thu, 13 Jul 2023 13:22:36 -0400 Received: from mout02.posteo.de ([185.67.36.66]:45705) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qK01S-0006bR-85 for 63800 <at> debbugs.gnu.org; Thu, 13 Jul 2023 13:22:35 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id B131D240108 for <63800 <at> debbugs.gnu.org>; Thu, 13 Jul 2023 19:22:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1689268948; bh=tsn+kWUJGiv/E6eMSHR19lbhIMab3oBuIWmSUvB/wyQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=qLQL4ESuVSHXW1F3CXtCZxjkSyF0Ph1VEMQBrp6bJqKr6oCko7J+MBnvJ9vIYZ3pq hISYLfhwF95kqLTWBG+g9mPpG1NU0GWEkBC2NYwfP/r3kpxrQERNf8vHDBIsfxammz 9cUZh9qRAtLS19kSAx4GwQoep8/0bhceztSL/D/VvVT2tSrTXdunqmSUkolA5tRVIh qBWyCqfqpBQeTAtBLXs32S317PFQnsjrCeg0DbfX6+ZoYNLYmne5hskM93aNbNiLZY KdP5Xa9F3tbMGaZ5PrfqdskuZW7bWEiqhDj/sjoa/XVz9bGCo9PqNVKYYOIr1qKWbM pCryrB096QprA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4R21dH5BYvz9rxM; Thu, 13 Jul 2023 19:22:27 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Stefan Monnier <monnier@HIDDEN> Subject: Re: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <jwv1qhbwy4c.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> <jwv1qhbwy4c.fsf-monnier+emacs@HIDDEN> Date: Thu, 13 Jul 2023 17:22:32 +0000 Message-ID: <87bkgfd8vb.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Stefan Monnier <monnier@HIDDEN> writes: >> package-upgrade is not available in any of the released Emacs versions. >> Do note that some people still use ELPA to install packages for Emacs >> 26. > > But for those, the instructions have been wrong for years anyway, so I'm > not too worried :-) Last time I checked, M-x package-install worked for me in Emacs 26 for non-core packages. Same for M-x package-list, except that in Emacs 26 one may also need to run M-x package-refresh-contents. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 13 Jul 2023 16:59:18 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 13 12:59:18 2023 Received: from localhost ([127.0.0.1]:40715 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qJzev-0005xz-Po for submit <at> debbugs.gnu.org; Thu, 13 Jul 2023 12:59:18 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:33576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <monnier@HIDDEN>) id 1qJzer-0005xc-29 for 63800 <at> debbugs.gnu.org; Thu, 13 Jul 2023 12:59:16 -0400 Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 71336441EC3; Thu, 13 Jul 2023 12:59:07 -0400 (EDT) Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id E125A441EB1; Thu, 13 Jul 2023 12:59:05 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1689267545; bh=Rc3a5TLOnza9WOblwYxYWcgmYEiyhcFGpWJClc0PJgw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=nlT4TrkHNXYReiFAaGZkHSd4g/XgBdz1KMzif3j7xF4dPGoPhNgnciuHNyTDZNZw7 DxP00cErcyxaddDNbH0mamlNJU3k2GHPB+vEbk7V9iAnf7sfy4eKp9b/hWJDBck0Pd RdB2BHTiG17tgTXM/2FlKy3E5rBgeLSBAi4lC0sRIexDDhpbEbOj4Dz5PdfRLeEP+6 RGtNCoiYouOqUuF/6upVEiuRpegcBxg5qaz93DDyMiNsgCCc8OGVoDjj+SDLBIpDDR atgbLvJ3Xhu9suHGwXz1GJF/D9VUtAumUMy89KuCDujCDWzAqTA9zm+iIIspCCj5Ji PX8HadE+REC0A== Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id D21881202E7; Thu, 13 Jul 2023 12:59:05 -0400 (EDT) From: Stefan Monnier <monnier@HIDDEN> To: Ihor Radchenko <yantar92@HIDDEN> Subject: Re: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <87ilaolyrq.fsf@localhost> (Ihor Radchenko's message of "Thu, 13 Jul 2023 13:35:53 +0000") Message-ID: <jwv1qhbwy4c.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> <87ilaolyrq.fsf@localhost> Date: Thu, 13 Jul 2023 12:59:05 -0400 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL 0.133 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain T_SCC_BODY_TEXT_LINE -0.01 - X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) >>> There is no bug in Emacs here. Just on ELPA page providing instructions >>> that are not working for :core packages. >> >> I still think there's a bug in there because the behavior may not be >> what the user expects. Maybe `package-install` should be improved so >> that, instead of doing nothing it tells or prompts the user about the >> possibility to upgrade the package (presumably only do it when called interactively). > > AFAIU, one of the problems is that already installed packages do not > even show up in the completion and one cannot enter > M-x package-install <RET> org <RET>. The last <RET> will only trigger > completion window where org is not listed at all. > > But wasn't this discussed in the past? There was quite a lengthy > discussion about this in the past (I did not quite follow it until the > end). Indeed, but I think the discussion did not take a step back to think about what the UI should be in a more general sense (IIRC it was focused on "what should we do right now for `emacs-29`"). >>> I could also put the `list-packages' suggestion behind check if the >>> package is :core or not. >> That would be best. Even better would be to provide instructions we >> don't have to be ashamed of. E.g. replace `package-install` with >> `package-upgrade` for packages that are in-core. > package-upgrade is not available in any of the released Emacs versions. > Do note that some people still use ELPA to install packages for Emacs > 26. But for those, the instructions have been wrong for years anyway, so I'm not too worried :-) Stefan
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 13 Jul 2023 13:35:55 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 13 09:35:55 2023 Received: from localhost ([127.0.0.1]:53605 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qJwU6-0000lf-O8 for submit <at> debbugs.gnu.org; Thu, 13 Jul 2023 09:35:55 -0400 Received: from mout01.posteo.de ([185.67.36.65]:46347) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qJwU3-0000lK-OU for 63800 <at> debbugs.gnu.org; Thu, 13 Jul 2023 09:35:53 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id B673724002A for <63800 <at> debbugs.gnu.org>; Thu, 13 Jul 2023 15:35:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1689255345; bh=Rcl8Ek553ClcBrLCOtthrcM7pH6ukAruqVSJCtjZoY4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=dKVLfdehsz4KjEWXjYIF9WyMDn8TobRvctaP55wOvfH4FsXZZrycQtdy3I+SHYyFi ot0Ip95Db3dVRozj7rV4XLW9gY6QGW3mPoUx7i/TimFDr2nx4NSXKEzmSgB5tISjL+ UCu704IGTYv9vjJs4TCbSreb/xDFSAJK2iTSNpREam43yYF93q4xXvlqSwvWq0HEvv eq/gZD2pYgdi09jT8QgpyWtwnB248EhiyahX6YRcaeyjvdkYm5XCz5yXqBlU0k3YXD 6unAInqcapb2ICUVY+CuOkbCI+bY0OreK9zorvgluUK9K+zZbj1lQg7/t0pqkk5944 J63CM8B74eLrg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4R1wbh5fSvz9rxG; Thu, 13 Jul 2023 15:35:44 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Stefan Monnier <monnier@HIDDEN> Subject: Re: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> Date: Thu, 13 Jul 2023 13:35:53 +0000 Message-ID: <87ilaolyrq.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Stefan Monnier <monnier@HIDDEN> writes: >> There is no bug in Emacs here. Just on ELPA page providing instructions >> that are not working for :core packages. > > I still think there's a bug in there because the behavior may not be > what the user expects. Maybe `package-install` should be improved so > that, instead of doing nothing it tells or prompts the user about the > possibility to upgrade the package (presumably only do it when called interactively). AFAIU, one of the problems is that already installed packages do not even show up in the completion and one cannot enter M-x package-install <RET> org <RET>. The last <RET> will only trigger completion window where org is not listed at all. But wasn't this discussed in the past? There was quite a lengthy discussion about this in the past (I did not quite follow it until the end). >> I could also put the `list-packages' suggestion behind check if the >> package is :core or not. > > That would be best. Even better would be to provide instructions we > don't have to be ashamed of. E.g. replace `package-install` with > `package-upgrade` for packages that are in-core. package-upgrade is not available in any of the released Emacs versions. Do note that some people still use ELPA to install packages for Emacs 26. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 13 Jul 2023 13:28:41 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 13 09:28:41 2023 Received: from localhost ([127.0.0.1]:53596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qJwN7-0000Vw-8S for submit <at> debbugs.gnu.org; Thu, 13 Jul 2023 09:28:41 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:49698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <monnier@HIDDEN>) id 1qJwN2-0000VX-37 for 63800 <at> debbugs.gnu.org; Thu, 13 Jul 2023 09:28:39 -0400 Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 761171000C3; Thu, 13 Jul 2023 09:28:30 -0400 (EDT) Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 5848710009E; Thu, 13 Jul 2023 09:28:29 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1689254909; bh=In0WccLhXyhON2Vq4WBnVK+frRDRKS9qxV8REmB6maE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=FEaqmorx8/Zs4g7gj2UaT2wszFVGb92FjOdy3ymh1XZKTsYNJ8D/p7RcL5aXOSNPB UVTU25V2zwKQyCQ1ohRJNqu6DEhEhSzGJR2ErQVof8vdyVeMksehS35W3TLuIYcL39 M6UUydnCRG/w1ITywAJxk7GyGNviYDRPUse/xisrDmiYHygSvZ3uXTwQ/R/6/EuUl4 3hrTE5VTKjEA8nSpOVSlrdpfo4BIJfk/NTL9K0TpredMyJPX2kQYmywk14m4UmPmK2 QbEVLUDcvKwiTvxsqfuSortrDT5hX5Y3UEIuC+2n21lsVYzm2yxs6Zh5o6ypRYivyH x8Y9qhTQJBN3w== Received: from pastel (69-165-150-192.dsl.teksavvy.com [69.165.150.192]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 37624120213; Thu, 13 Jul 2023 09:28:29 -0400 (EDT) From: Stefan Monnier <monnier@HIDDEN> To: Ihor Radchenko <yantar92@HIDDEN> Subject: Re: [elpa] elpa-admin 1d766451f8: Suggest `package-install' to install packages (bug#63800) In-Reply-To: <874jm8neeu.fsf@localhost> (Ihor Radchenko's message of "Thu, 13 Jul 2023 13:12:41 +0000") Message-ID: <jwvfs5sc5f1.fsf-monnier+emacs@HIDDEN> References: <168924107008.19431.1227792773208531915@HIDDEN> <20230713093750.A9D48C06C6F@HIDDEN> <jwvwmz4c78b.fsf-monnier+emacs@HIDDEN> <874jm8neeu.fsf@localhost> Date: Thu, 13 Jul 2023 09:28:22 -0400 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL -0.145 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain T_SCC_BODY_TEXT_LINE -0.01 - X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) >> But this should be motivated by a preference, not by a bug (which we >> should fix instead) > There is no bug in Emacs here. Just on ELPA page providing instructions > that are not working for :core packages. I still think there's a bug in there because the behavior may not be what the user expects. Maybe `package-install` should be improved so that, instead of doing nothing it tells or prompts the user about the possibility to upgrade the package (presumably only do it when called interactively). >> .... , and not by something that only affects a tiny >> minority of packages (otherwise, change the above code so it only >> affects those very few packages). > I could also put the `list-packages' suggestion behind check if the > package is :core or not. That would be best. Even better would be to provide instructions we don't have to be ashamed of. E.g. replace `package-install` with `package-upgrade` for packages that are in-core. Stefan
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 13 Jul 2023 09:39:51 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 13 05:39:51 2023 Received: from localhost ([127.0.0.1]:53422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qJsnf-00051U-7V for submit <at> debbugs.gnu.org; Thu, 13 Jul 2023 05:39:51 -0400 Received: from mout01.posteo.de ([185.67.36.65]:60965) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qJsnb-000516-Pa for 63800 <at> debbugs.gnu.org; Thu, 13 Jul 2023 05:39:49 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id CD32A240028 for <63800 <at> debbugs.gnu.org>; Thu, 13 Jul 2023 11:39:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1689241180; bh=2VT2ib/iRWq85b+y03rN0e+h52YYs2f8gjeUs5rBGPk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=E1Xh2jtXtVuZhoGKypSHBub8dEV4dwoOLyZztQ3Kmk/rcqPtTkwnUEgq37JmRRMXV qoIfXdbkJrvJyayMq/N04Iay6tlfXlzs9JcCSe2nC+Ey3xJfN06Fhc3ADijcUdcrdR 7drqnxKWKJbfny0xxgj1xaqOdG6HOGi94PvvSpRV1/DK84BSWMjD0jW57uNBW8jk8S 9Kl++klcozgH7RYDN7tmHl72NbPUsbFKzY1dZ4csAzxJZQitfh7QA8ZE9hi2VTwJBb oJZyB5wo01ahjkXboHpN7wf3I4MGemciabKqEz+xr+yTf9JZAdMUNqdxFOC8f+NbKA 4rhJMvWyi7jOQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4R1qMH44yjz6twY; Thu, 13 Jul 2023 11:39:39 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Philip Kaludercic <philipk@HIDDEN> Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages In-Reply-To: <87r0pdaxvv.fsf@HIDDEN> References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> <ee60fc2a-3c7d-094e-6a7b-3b5e6aacbd6b@HIDDEN> <87r0qdxnvh.fsf@localhost> <12eb3b7e-f944-6a96-cfb9-285891d659ca@HIDDEN> <87bkgl8fei.fsf@localhost> <87bkgh608w.fsf@HIDDEN> <87ttu9yu6e.fsf@localhost> <87r0pdaxvv.fsf@HIDDEN> Date: Thu, 13 Jul 2023 09:39:44 +0000 Message-ID: <87fs5sywtb.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: Dmitry Gutov <dmitry@HIDDEN>, 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Philip Kaludercic <philipk@HIDDEN> writes: >> An alternative could be <pre>Install</pre> - it will look kinda similar >> to how Emacs displays it. > > I think that would be better. Applied, onto elpa-admin, with the suggested change. I also moved the bug reference to commit summary. https://git.savannah.gnu.org/cgit/emacs/elpa.git/commit/?h=elpa-admin&id=1d766451f81b54169215ffce65a3facf67192a99 >> I can try. Never pushed to parts of Emacs project other than Org mode. > > I believe you should have access. Hope I did not break anything :) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 12 Jul 2023 16:38:33 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jul 12 12:38:33 2023 Received: from localhost ([127.0.0.1]:52855 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qJcrA-0004Up-PQ for submit <at> debbugs.gnu.org; Wed, 12 Jul 2023 12:38:33 -0400 Received: from mout02.posteo.de ([185.67.36.66]:44657) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <philipk@HIDDEN>) id 1qJcr7-0004UX-D7 for 63800 <at> debbugs.gnu.org; Wed, 12 Jul 2023 12:38:23 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id B5FA7240101 for <63800 <at> debbugs.gnu.org>; Wed, 12 Jul 2023 18:38:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1689179893; bh=pwp7u6l4vV6qJMQnirQL+j/cOEsNn+sI9K64uG1QlkE=; h=From:To:Cc:Subject:Autocrypt:Date:Message-ID:MIME-Version:From; b=ZZvv+9GG8FzETrh8kv0bOEBFLJDkvAcD3sBvL1DB3SIi3enIpA9Zawf8he6OZjBNM MTEu+pxNiVcUIW0q3gNtiDooJ3//bPWbN6HtnfKx+Rh7DYMsY5/KJUH5Rd3YqpVs8f Bd5AHS2gx1aIs9aVD33cQxH+DrFadnszJRbdpaXToHjSfGxuDZVWQBfdynH5f6RevH 4u+e837GSRD8cdbg7Tz3Xp6TNVrqPZygjEaPgxYodNc2uRLrSoZlndjfzRAIjlaEsI t86Jw3kccY66uWXwG9gfDYuz8m17wmwczdyOtQdqvAQ6ZZ4UtmfBcYoMo7zF0Q2Qad xGklhmxtHP2bw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4R1Nhj0RZ4z9rxP; Wed, 12 Jul 2023 18:38:13 +0200 (CEST) From: Philip Kaludercic <philipk@HIDDEN> To: Ihor Radchenko <yantar92@HIDDEN> Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages In-Reply-To: <87ttu9yu6e.fsf@localhost> (Ihor Radchenko's message of "Wed, 12 Jul 2023 16:24:25 +0000") References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> <ee60fc2a-3c7d-094e-6a7b-3b5e6aacbd6b@HIDDEN> <87r0qdxnvh.fsf@localhost> <12eb3b7e-f944-6a96-cfb9-285891d659ca@HIDDEN> <87bkgl8fei.fsf@localhost> <87bkgh608w.fsf@HIDDEN> <87ttu9yu6e.fsf@localhost> Autocrypt: addr=philipk@HIDDEN; keydata= mDMEZBBQQhYJKwYBBAHaRw8BAQdAHJuofBrfqFh12uQu0Yi7mrl525F28eTmwUDflFNmdui0QlBo aWxpcCBLYWx1ZGVyY2ljIChnZW5lcmF0ZWQgYnkgYXV0b2NyeXB0LmVsKSA8cGhpbGlwa0Bwb3N0 ZW8ubmV0PoiWBBMWCAA+FiEEDg7HY17ghYlni8XN8xYDWXahwukFAmQQUEICGwMFCQHhM4AFCwkI BwIGFQoJCAsCBBYCAwECHgECF4AACgkQ8xYDWXahwulikAEA77hloUiSrXgFkUVJhlKBpLCHUjA0 mWZ9j9w5d08+jVwBAK6c4iGP7j+/PhbkxaEKa4V3MzIl7zJkcNNjHCXmvFcEuDgEZBBQQhIKKwYB BAGXVQEFAQEHQI5NLiLRjZy3OfSt1dhCmFyn+fN/QKELUYQetiaoe+MMAwEIB4h+BBgWCAAmFiEE Dg7HY17ghYlni8XN8xYDWXahwukFAmQQUEICGwwFCQHhM4AACgkQ8xYDWXahwukm+wEA8cml4JpK NeAu65rg+auKrPOP6TP/4YWRCTIvuYDm0joBALw98AMz7/qMHvSCeU/hw9PL6u6R2EScxtpKnWof z4oM Date: Wed, 12 Jul 2023 16:38:12 +0000 Message-ID: <87r0pdaxvv.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: Dmitry Gutov <dmitry@HIDDEN>, 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Ihor Radchenko <yantar92@HIDDEN> writes: > Philip Kaludercic <philipk@HIDDEN> writes: > >>> + <pre>M-x <span class=\"kw\">list-packages</span> RET</pre> >>> + <p>Then, find <span class=\"kw\">%s</span> in the list, click on >>> the link, and click <span class=\"kw\">Install</span>.</p>" >> >> Are you sure that "Install" should have the class kw (I assume keyword)? > > I am not sure, but I thought that it should be highlighted. "Install" is > displayed as a button in Emacs. > > An alternative could be <pre>Install</pre> - it will look kinda similar > to how Emacs displays it. I think that would be better. > Also, note that it will change how all the packages are displayed, not > just core packages. Of course. >> Other than that, can you push the commit or should I do it? > > I can try. Never pushed to parts of Emacs project other than Org mode. I believe you should have access.
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 12 Jul 2023 16:24:28 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jul 12 12:24:28 2023 Received: from localhost ([127.0.0.1]:52840 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qJcdf-00047k-Uk for submit <at> debbugs.gnu.org; Wed, 12 Jul 2023 12:24:28 -0400 Received: from mout01.posteo.de ([185.67.36.65]:41457) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qJcdc-00047Q-4L for 63800 <at> debbugs.gnu.org; Wed, 12 Jul 2023 12:24:26 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 79A0E24002A for <63800 <at> debbugs.gnu.org>; Wed, 12 Jul 2023 18:24:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1689179057; bh=RBHflgvcWkCZw4dSMCgo73sgBPIoJK7UamKZjcNvmJg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=QyVb3ipyAOGjN/tKBslm2pKyUCzTX4NyOLXx3NEQOqJztvgxuWwzP/vUL1Sqg+Eq0 JigE+ehZW/azrgRIDCNcpnWoVOUIVq960bIA/BiGTtaJWETNVELpe2+vEORWBuSqsW uVVmWOh+5kXGJEYvz+p0U3q3bLgC11rmWNTjhG1K1phbQNT9E1C4wcgv9YDqIaXjtM CuRIgJkltXBci5T9urqSv76QINvgertz5/sOdKMjGauW3048rtvfUc0Pu3M0eY2eu5 NxTPlHIsg6RehIEpFQAQ0pSgEKwywA5acbozL5nbkji0vyJysdpYF8DRk1d5LCco92 wxcuf35EAfhbQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4R1NNc1gKYz9rxF; Wed, 12 Jul 2023 18:24:16 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Philip Kaludercic <philipk@HIDDEN> Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages In-Reply-To: <87bkgh608w.fsf@HIDDEN> References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> <ee60fc2a-3c7d-094e-6a7b-3b5e6aacbd6b@HIDDEN> <87r0qdxnvh.fsf@localhost> <12eb3b7e-f944-6a96-cfb9-285891d659ca@HIDDEN> <87bkgl8fei.fsf@localhost> <87bkgh608w.fsf@HIDDEN> Date: Wed, 12 Jul 2023 16:24:25 +0000 Message-ID: <87ttu9yu6e.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: Dmitry Gutov <dmitry@HIDDEN>, 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Philip Kaludercic <philipk@HIDDEN> writes: >> + <pre>M-x <span class=\"kw\">list-packages</span> RET</pre> >> + <p>Then, find <span class=\"kw\">%s</span> in the list, click on the link, and click <span class=\"kw\">Install</span>.</p>" > > Are you sure that "Install" should have the class kw (I assume keyword)? I am not sure, but I thought that it should be highlighted. "Install" is displayed as a button in Emacs. An alternative could be <pre>Install</pre> - it will look kinda similar to how Emacs displays it. Also, note that it will change how all the packages are displayed, not just core packages. > Other than that, can you push the commit or should I do it? I can try. Never pushed to parts of Emacs project other than Org mode. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 12 Jul 2023 07:46:25 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jul 12 03:46:25 2023 Received: from localhost ([127.0.0.1]:51628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qJUYK-0004Tz-LV for submit <at> debbugs.gnu.org; Wed, 12 Jul 2023 03:46:25 -0400 Received: from mout01.posteo.de ([185.67.36.65]:45751) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <philipk@HIDDEN>) id 1qJUYB-0004Te-M9 for 63800 <at> debbugs.gnu.org; Wed, 12 Jul 2023 03:46:23 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 9EB6F240027 for <63800 <at> debbugs.gnu.org>; Wed, 12 Jul 2023 09:46:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1689147969; bh=uuXEaCEWKiJhDAXnN+6xuGNhJj6R6P/VtRmXS5CSHbY=; h=From:To:Cc:Subject:Autocrypt:Date:Message-ID:MIME-Version:From; b=heGXgE23fSt0zMDhvjZ93WVVlJuqRbYgeUCOLvtSQBib9CDu9r7YKRXBBhnjil5fj /H7LCFUgY+ESq9p3dlB+86tIyc4iDBalDc7RdRtmzWgSzv8qOlFiCb3ryLploZCLUH 1fp8VcXZBBx6R/18pfEwXWI1L+OwfBUS5U0ZGYGGDK+ac0uJmjhDza9/EipDLOjHyI kygK1UoKQBIgPWrgTcoqp1P6H0zufUYcju0aBOt5To4iH5n4CqKqRTR5pEJtyoY8t2 nQ1aqvmRck3xYJmWlY5feBPJWegMiFGFcp2PKaiprjpiyitbVdtWQjYXpSU4t/XIrV +AIZPVy/3V9xQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4R18tn0l25z6txJ; Wed, 12 Jul 2023 09:46:08 +0200 (CEST) From: Philip Kaludercic <philipk@HIDDEN> To: Ihor Radchenko <yantar92@HIDDEN> Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages In-Reply-To: <87bkgl8fei.fsf@localhost> (Ihor Radchenko's message of "Sun, 09 Jul 2023 11:59:01 +0000") References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> <ee60fc2a-3c7d-094e-6a7b-3b5e6aacbd6b@HIDDEN> <87r0qdxnvh.fsf@localhost> <12eb3b7e-f944-6a96-cfb9-285891d659ca@HIDDEN> <87bkgl8fei.fsf@localhost> Autocrypt: addr=philipk@HIDDEN; keydata= mDMEZBBQQhYJKwYBBAHaRw8BAQdAHJuofBrfqFh12uQu0Yi7mrl525F28eTmwUDflFNmdui0QlBo aWxpcCBLYWx1ZGVyY2ljIChnZW5lcmF0ZWQgYnkgYXV0b2NyeXB0LmVsKSA8cGhpbGlwa0Bwb3N0 ZW8ubmV0PoiWBBMWCAA+FiEEDg7HY17ghYlni8XN8xYDWXahwukFAmQQUEICGwMFCQHhM4AFCwkI BwIGFQoJCAsCBBYCAwECHgECF4AACgkQ8xYDWXahwulikAEA77hloUiSrXgFkUVJhlKBpLCHUjA0 mWZ9j9w5d08+jVwBAK6c4iGP7j+/PhbkxaEKa4V3MzIl7zJkcNNjHCXmvFcEuDgEZBBQQhIKKwYB BAGXVQEFAQEHQI5NLiLRjZy3OfSt1dhCmFyn+fN/QKELUYQetiaoe+MMAwEIB4h+BBgWCAAmFiEE Dg7HY17ghYlni8XN8xYDWXahwukFAmQQUEICGwwFCQHhM4AACgkQ8xYDWXahwukm+wEA8cml4JpK NeAu65rg+auKrPOP6TP/4YWRCTIvuYDm0joBALw98AMz7/qMHvSCeU/hw9PL6u6R2EScxtpKnWof z4oM Date: Wed, 12 Jul 2023 07:46:07 +0000 Message-ID: <87bkgh608w.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: Dmitry Gutov <dmitry@HIDDEN>, 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Ihor Radchenko <yantar92@HIDDEN> writes: > Dmitry Gutov <dmitry@HIDDEN> writes: > >> Perhaps a simpler alternative is to stop referencing 'package-install' >> and instead point uses to 'M-x list-packages'. > > See the attached patch. Looks good, just one nitpick: > From e3e7eae381c0756b54935121c3f0a641685af666 Mon Sep 17 00:00:00 2001 > Message-ID: <e3e7eae381c0756b54935121c3f0a641685af666.1688903858.git.yantar92@HIDDEN> > From: Ihor Radchenko <yantar92@HIDDEN> > Date: Sun, 9 Jul 2023 14:56:22 +0300 > Subject: [PATCH] Suggest `package-install' to install packages > > * elpa-admin.el (elpaa--html-make-pkg): Instruct using `list-packages' > to install packages instead of `package-install'. > > See bug#63800. > --- > elpa-admin.el | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/elpa-admin.el b/elpa-admin.el > index 7ee385d0a..2b5c9b3dd 100644 > --- a/elpa-admin.el > +++ b/elpa-admin.el > @@ -1879,7 +1879,8 @@ (defun elpaa--html-make-pkg (pkg pkg-spec files srcdir plain-readme) > (elpaa--html-insert-docs pkg-spec) > (insert "</dl>") > (insert (format "<p>To install this package, run in Emacs:</p> > - <pre>M-x <span class=\"kw\">package-install</span> RET <span class=\"kw\">%s</span> RET</pre>" > + <pre>M-x <span class=\"kw\">list-packages</span> RET</pre> > + <p>Then, find <span class=\"kw\">%s</span> in the list, click on the link, and click <span class=\"kw\">Install</span>.</p>" Are you sure that "Install" should have the class kw (I assume keyword)? > name)) > (let* ((readme-content (elpaa--get-README pkg-spec srcdir)) > (readme-text plain-readme) > -- > 2.41.0 Other than that, can you push the commit or should I do it?
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 10 Jul 2023 02:15:13 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun Jul 09 22:15:13 2023 Received: from localhost ([127.0.0.1]:47329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qIgQi-0003Ig-KW for submit <at> debbugs.gnu.org; Sun, 09 Jul 2023 22:15:12 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:47373) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <dmitry@HIDDEN>) id 1qIgQe-0003IM-W0 for 63800 <at> debbugs.gnu.org; Sun, 09 Jul 2023 22:15:11 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 248F65C01FA; Sun, 9 Jul 2023 22:15:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 09 Jul 2023 22:15:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gutov.dev; h=cc :cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to; s=fm1; t= 1688955303; x=1689041703; bh=rX6y3hU6/DM1MrwzWgre0TWsywTMw59EDnU qP7j2bbY=; b=igv+DDJ8g1kSRgwaMFZGZMA7UnnzHFpeUW4QfsPC2lC53iTb+bi m83GCH7884ELmlen0gmgx8TWUmycLfjx1R3GR1/vGGJFMGh4f93n8/+EzlvzIO51 bm0maBZECIByYf9gbxAcENeoBWAHtWcsMWnQN1BbLeD2Uurw7wF/v4iFFo/7BXXm dOf0HgwXjZW38jq/rwRTRrpb2dnkXeISJtMFDpg8Rgj4oPGbgAKlb/M7Fyk6mjmq /JHTWg4nmlK7B5GBRB6c7XFlGQNlRAs+DqWKRdWzeMvq80DnajNwc4neUNm4RmEy EXePoHEd3VlU6R8/2IoonmzfLbDPu508Pfw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t= 1688955303; x=1689041703; bh=rX6y3hU6/DM1MrwzWgre0TWsywTMw59EDnU qP7j2bbY=; b=BDlhAEOEOct3viRx2P5ABvkvfHkTyQcCbLPbWV7zIgJmPo+Hu5l vb9+BtJFVhyisTc/J1f6D87g18orTeRMOowrrTGvvJJ3tKvjm1hF8J6Y2PyERtCd hIvvmvgSNgHneVSbLNh8qjUjbE0nBHqhFgStNMPLdgfa/Vv+8AYEi8XYQRqRLMwB sKmn42UyXxiI/l2DTCQEkXkQEDdx87AIIsYE3HK3+57A2BMTm5F4hjJDDUCYcw5G WqwhDolZsl+wIAX0qJ5OmrVqLB/cWCXGaKZeKS8TnMLxdKrnBmFJ6Tn8lVcezZBz U1qDIdOVGkM+NIAGByZ30/7NhGbD8r9Ra1w== X-ME-Sender: <xms:pmmrZF0nArOT11xnL6rBZ85T-lxAUTNYw4_8proUAvkLYwc9IZLTCA> <xme:pmmrZMFs-l4XUmqk7caxcodPPau8NP_cCZ3TISDp1evNjQ3qv3PDBVw5lKjFPclCS 0NgwViR-7Q7JOl0dvI> X-ME-Received: <xmr:pmmrZF4MogVDgcaDnQ5qCdU0YXN4OxfIxWi7psYqTNC9I5ehgIV-oqc30_nKXCo> X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedrvdeigdehkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefkffggfgfuvfevfhfhjggtgfesthejredttdefjeenucfhrhhomhepffhmihht rhihucfiuhhtohhvuceoughmihhtrhihsehguhhtohhvrdguvghvqeenucggtffrrghtth gvrhhnpeeigfetveehveevffehledtueekieeikeeufeegudfgfeeghfdulefgfeevledv veenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegumh hithhrhiesghhuthhovhdruggvvh X-ME-Proxy: <xmx:pmmrZC0kpyz8am8RIvG6DIdsPSuLIg4vGNahJPwtMdtBB5bmGCXX_A> <xmx:pmmrZIGZasnfaHIIx_LiAPifg2sC6H22HphmNpiFfmWe7Ytsb0cmtA> <xmx:pmmrZD_eH2pcYPtuKYyCCYziZjvxAix4CHIDjvG5B0pBxmsTodHhPw> <xmx:p2mrZCOo29k0iBWLT89r9zw5jtj1jSQBrcraTWwi0jb8TS69sDHcFw> Feedback-ID: i0e71465a:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 9 Jul 2023 22:15:01 -0400 (EDT) Message-ID: <a1d71a8b-c698-c834-e6d2-5ff8827248fa@HIDDEN> Date: Mon, 10 Jul 2023 05:14:59 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages Content-Language: en-US To: Ihor Radchenko <yantar92@HIDDEN> References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> <ee60fc2a-3c7d-094e-6a7b-3b5e6aacbd6b@HIDDEN> <87r0qdxnvh.fsf@localhost> <12eb3b7e-f944-6a96-cfb9-285891d659ca@HIDDEN> <87bkgl8fei.fsf@localhost> From: Dmitry Gutov <dmitry@HIDDEN> In-Reply-To: <87bkgl8fei.fsf@localhost> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.8 (-) X-Debbugs-Envelope-To: 63800 Cc: Philip Kaludercic <philipk@HIDDEN>, 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.8 (--) On 09/07/2023 14:59, Ihor Radchenko wrote: > - <pre>M-x <span class=\"kw\">package-install</span> RET <span class=\"kw\">%s</span> RET</pre>" > + <pre>M-x <span class=\"kw\">list-packages</span> RET</pre> > + <p>Then, find <span class=\"kw\">%s</span> in the list, click on the link, and click <span class=\"kw\">Install</span>.</p>" Looks like an improvement, thank you.
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 9 Jul 2023 11:59:04 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun Jul 09 07:59:04 2023 Received: from localhost ([127.0.0.1]:45914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qIT4C-0001m9-4y for submit <at> debbugs.gnu.org; Sun, 09 Jul 2023 07:59:04 -0400 Received: from mout02.posteo.de ([185.67.36.66]:52493) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qIT49-0001le-Lf for 63800 <at> debbugs.gnu.org; Sun, 09 Jul 2023 07:59:03 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id B7BBE240101 for <63800 <at> debbugs.gnu.org>; Sun, 9 Jul 2023 13:58:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1688903935; bh=nEncDPh5scqh1uKd8FP0loLlkvvQvg6lshgzsj0v8+k=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=bV/2r7X2OlSeTIPBAGWJxUhcHxXq/S2GHB3Ay2VjblDG19w0aBtnfY+ua6jMClBDu L2mG8OGSmYJd0YpRjVJMLtn/TkVZiqd2YqpoIVdQSqtUw3DoZouyc1vvMInbgivwSd 7JhGLSli5MHGRkPGs9yOOtvcc057eqQZPO7O9mME+0faGIGd1XEKUWcZnwBr5Wq/Ds 5tC6Yz7+9QYfk9hT85oeH/HrWsE8Id2b/k+ezMmSJE820EQySxt3Y0mgSzUJwGmygx ESoQtQMYNzPTwDZU2S66+b3I47i70+yv4wfPSirE1acnpZTpvCOgYyFTXeyWk4oXhc GvwONGuAftw+Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QzQdp6jJkz6tw8; Sun, 9 Jul 2023 13:58:54 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Dmitry Gutov <dmitry@HIDDEN> Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages In-Reply-To: <12eb3b7e-f944-6a96-cfb9-285891d659ca@HIDDEN> References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> <ee60fc2a-3c7d-094e-6a7b-3b5e6aacbd6b@HIDDEN> <87r0qdxnvh.fsf@localhost> <12eb3b7e-f944-6a96-cfb9-285891d659ca@HIDDEN> Date: Sun, 09 Jul 2023 11:59:01 +0000 Message-ID: <87bkgl8fei.fsf@localhost> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: Philip Kaludercic <philipk@HIDDEN>, 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Dmitry Gutov <dmitry@HIDDEN> writes: > Perhaps a simpler alternative is to stop referencing 'package-install' > and instead point uses to 'M-x list-packages'. See the attached patch. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-Suggest-package-install-to-install-packages.patch From e3e7eae381c0756b54935121c3f0a641685af666 Mon Sep 17 00:00:00 2001 Message-ID: <e3e7eae381c0756b54935121c3f0a641685af666.1688903858.git.yantar92@HIDDEN> From: Ihor Radchenko <yantar92@HIDDEN> Date: Sun, 9 Jul 2023 14:56:22 +0300 Subject: [PATCH] Suggest `package-install' to install packages * elpa-admin.el (elpaa--html-make-pkg): Instruct using `list-packages' to install packages instead of `package-install'. See bug#63800. --- elpa-admin.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elpa-admin.el b/elpa-admin.el index 7ee385d0a..2b5c9b3dd 100644 --- a/elpa-admin.el +++ b/elpa-admin.el @@ -1879,7 +1879,8 @@ (defun elpaa--html-make-pkg (pkg pkg-spec files srcdir plain-readme) (elpaa--html-insert-docs pkg-spec) (insert "</dl>") (insert (format "<p>To install this package, run in Emacs:</p> - <pre>M-x <span class=\"kw\">package-install</span> RET <span class=\"kw\">%s</span> RET</pre>" + <pre>M-x <span class=\"kw\">list-packages</span> RET</pre> + <p>Then, find <span class=\"kw\">%s</span> in the list, click on the link, and click <span class=\"kw\">Install</span>.</p>" name)) (let* ((readme-content (elpaa--get-README pkg-spec srcdir)) (readme-text plain-readme) -- 2.41.0 --=-=-= Content-Type: text/plain -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92> --=-=-=--
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 15 Jun 2023 20:52:00 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jun 15 16:52:00 2023 Received: from localhost ([127.0.0.1]:48035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q9twm-0002IX-0Z for submit <at> debbugs.gnu.org; Thu, 15 Jun 2023 16:52:00 -0400 Received: from mout02.posteo.de ([185.67.36.66]:48089) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1q9twj-0002IH-TK for 63800 <at> debbugs.gnu.org; Thu, 15 Jun 2023 16:51:58 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 1E067240103 for <63800 <at> debbugs.gnu.org>; Thu, 15 Jun 2023 22:51:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1686862312; bh=cSff7Bx2pUwQrGMTRka9sDzY5CaEknqRCoMpuH6Z6fQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=Hex5MYPKoNrfg5uVKOb92e4F/gJABKu41Rn+SeDwrFbhElUTBlEBOvYvBep2l6b++ 2Av1sWJ/0S2cE8yAYXrUjU+luxyO34eemoioyXfNaNUykBGAOtD5PM/Wcv0Yb2AhUd CiSRfgEBTFAkey47vOTrZ3Aiu9o0qS8n1WMGibrMJM2KP5/uqtvCFmrbC/6d38hNRV 2PayxW05CHeJGSidb0f3rRx3LaKe7yb30MM5KYATWyJcOnsJh7WCCiBgySw7PKLPtc nfxs7nLRJ48PDKL7j1T++NQl6DMsJ0TOBezYCIolpocmWU6WrRsv9sSeExvPm1SwGd j312KtR2mLcYw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Qhvbq1QYfz9rxF; Thu, 15 Jun 2023 22:51:51 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Philip Kaludercic <philipk@HIDDEN> Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages In-Reply-To: <87v8foagbv.fsf@HIDDEN> References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> <ee60fc2a-3c7d-094e-6a7b-3b5e6aacbd6b@HIDDEN> <87r0qdxnvh.fsf@localhost> <12eb3b7e-f944-6a96-cfb9-285891d659ca@HIDDEN> <87v8foagbv.fsf@HIDDEN> Date: Thu, 15 Jun 2023 20:56:45 +0000 Message-ID: <87fs6sjvg2.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: Dmitry Gutov <dmitry@HIDDEN>, 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Philip Kaludercic <philipk@HIDDEN> writes: >> Perhaps a simpler alternative is to stop referencing 'package-install' >> and instead point uses to 'M-x list-packages'. > > I think this would be better as well. A lot of users don't even know > what version they use, so we should have to describe how to find that > out as well. I hope that we do not have a situation on ELPA where a package cannot be installed at all on older Emacs. > ... And if that isn't enough, we would also have to explain > what core, built-in and ELPA packages are, and how they interact. Not > worth it, IMO. I think it is still worth mentioning that some packages may already be shipped with Emacs. I do not feel too strongly about this though. I am OK with changing the installation/upgrade instructions to M-x list-packages for built-in packages. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 15 Jun 2023 15:36:00 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jun 15 11:35:59 2023 Received: from localhost ([127.0.0.1]:47547 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q9p0x-0008Fi-Jp for submit <at> debbugs.gnu.org; Thu, 15 Jun 2023 11:35:59 -0400 Received: from mout01.posteo.de ([185.67.36.65]:59381) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <philipk@HIDDEN>) id 1q9p0u-0008FS-D7 for 63800 <at> debbugs.gnu.org; Thu, 15 Jun 2023 11:35:58 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id D6031240027 for <63800 <at> debbugs.gnu.org>; Thu, 15 Jun 2023 17:35:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1686843349; bh=Ekfy0DBDXMetMTM5z0EJc25ohM5EwGLB0D84m5U+pWI=; h=From:To:Cc:Subject:Autocrypt:Date:Message-ID:MIME-Version:From; b=H4/TIrVH5jZuR5LVKKpVOAAPTyLZfoEOp7Wqb2XnxlXFU7gmU+99RZ/EqeIoEg4+Y WrY/9yhNAJNs5VrnZ19vC6QFu18G/01O2M90JkRHJ3pp1q2hOdJjSgbnVJqrGXfzk7 87iikTc+ZkRwGkEciibBhOPef9/ORkxbjGiVhiHlTs0QukTVvc8s8gf5KK3g8ix3NI U5eYXCuaVB4I7T+YDls2FYlNorDdf47BrVvOPne37A5dPXCeRSb/FRD/MquX3ScPKY wdgPvbTRfkrDXKzpfDtWfUYW+cM0YsFO+9JtY67S10VYHdL3EeG8/32h6Vfl5x42Ls QqFr2SR+zb0/Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Qhmb91xdlz6txZ; Thu, 15 Jun 2023 17:35:49 +0200 (CEST) From: Philip Kaludercic <philipk@HIDDEN> To: Dmitry Gutov <dmitry@HIDDEN> Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages In-Reply-To: <12eb3b7e-f944-6a96-cfb9-285891d659ca@HIDDEN> (Dmitry Gutov's message of "Thu, 15 Jun 2023 15:34:09 +0300") References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> <ee60fc2a-3c7d-094e-6a7b-3b5e6aacbd6b@HIDDEN> <87r0qdxnvh.fsf@localhost> <12eb3b7e-f944-6a96-cfb9-285891d659ca@HIDDEN> Autocrypt: addr=philipk@HIDDEN; keydata= mDMEZBBQQhYJKwYBBAHaRw8BAQdAHJuofBrfqFh12uQu0Yi7mrl525F28eTmwUDflFNmdui0QlBo aWxpcCBLYWx1ZGVyY2ljIChnZW5lcmF0ZWQgYnkgYXV0b2NyeXB0LmVsKSA8cGhpbGlwa0Bwb3N0 ZW8ubmV0PoiWBBMWCAA+FiEEDg7HY17ghYlni8XN8xYDWXahwukFAmQQUEICGwMFCQHhM4AFCwkI BwIGFQoJCAsCBBYCAwECHgECF4AACgkQ8xYDWXahwulikAEA77hloUiSrXgFkUVJhlKBpLCHUjA0 mWZ9j9w5d08+jVwBAK6c4iGP7j+/PhbkxaEKa4V3MzIl7zJkcNNjHCXmvFcEuDgEZBBQQhIKKwYB BAGXVQEFAQEHQI5NLiLRjZy3OfSt1dhCmFyn+fN/QKELUYQetiaoe+MMAwEIB4h+BBgWCAAmFiEE Dg7HY17ghYlni8XN8xYDWXahwukFAmQQUEICGwwFCQHhM4AACgkQ8xYDWXahwukm+wEA8cml4JpK NeAu65rg+auKrPOP6TP/4YWRCTIvuYDm0joBALw98AMz7/qMHvSCeU/hw9PL6u6R2EScxtpKnWof z4oM Date: Thu, 15 Jun 2023 15:35:48 +0000 Message-ID: <87v8foagbv.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: Ihor Radchenko <yantar92@HIDDEN>, 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Dmitry Gutov <dmitry@HIDDEN> writes: > On 15/06/2023 09:04, Ihor Radchenko wrote: >> I have no problem with the command. I have problem with_ELPA page_ >> mentioning this command for built-in packages. > > Cool. > >> If you look into my other email, I suggested indicating on the ELPA >> page when a package is built-in and also add instructions how to upgrade >> it. That makes more sense_for ELPA page_. > > Not a bad idea, though it will also require adding some metadata on > when the package was added to Emacs. > > Perhaps a simpler alternative is to stop referencing 'package-install' > and instead point uses to 'M-x list-packages'. I think this would be better as well. A lot of users don't even know what version they use, so we should have to describe how to find that out as well. And if that isn't enough, we would also have to explain what core, built-in and ELPA packages are, and how they interact. Not worth it, IMO.
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 15 Jun 2023 12:34:22 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jun 15 08:34:22 2023 Received: from localhost ([127.0.0.1]:46363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q9mBC-0003JI-0V for submit <at> debbugs.gnu.org; Thu, 15 Jun 2023 08:34:22 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:55811) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <dmitry@HIDDEN>) id 1q9mB8-0003J3-JO for 63800 <at> debbugs.gnu.org; Thu, 15 Jun 2023 08:34:19 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 5A37B32009C4; Thu, 15 Jun 2023 08:34:12 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Thu, 15 Jun 2023 08:34:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gutov.dev; h=cc :cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to; s=fm3; t= 1686832451; x=1686918851; bh=yqIkkpIcHIH3I+yB83enP0LGtL42R/5T/sT 8t3Byjw8=; b=g2v1zZCRUXx0YIEAtSAWNmnPWEh6+4k+Pdk07fIytSDcci1aB7v HtZtETu1b1xsIppZymaPMKgbGNYwAxtuaPzZy5+/yEjRuquolKO0cqNdHQM5VUAd 3y+OZ/qiotFa2p/E7uIc34ueTRKfFvvRN7Xo2/xNGAkW8VyVDiSM/uMYrExA+/gn pG06+WhKrzznZ6j4Ce9C4wJaGe6olBlthBWaugyXK7ZmXeZsV4bAQBL6ItoGXieX vTcBnK+p6fJvb+T0A7Bm/kSryP5kbvU9Z3CFOZvlfbIgUiWb/Wit7hfqq7+wWNYe MIzIOqgorXqwPhb28OXnJ7WEJW0yQKhnb3w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t= 1686832451; x=1686918851; bh=yqIkkpIcHIH3I+yB83enP0LGtL42R/5T/sT 8t3Byjw8=; b=TsRqU7OocdPS2QTye++SefK+XWoqQQX93Qd3gwA9fOyyTdMnGk2 0TblezWCWqsBu9PsCPj+YNVOI9PVP034iDw6hpS4a1Iksshezw58Maijy5DdNTy5 KdZ/568CeTIXHjDriggpSf63BHH1OFEZHsgVaooM8BQ56hJIAGR62YgjfOyLQ1og zaszgJOFcMSW2o0zxIYBSAnnjLGkqqXqMBerbBpQLk9HqMsXjGOJyfdndCe8Tfrn Cb2htmsdPDyz9WtMXCA71SemW1HtxbhCxqN22BNmRHXjA/C6633FIv58ApWIpQTt x/dA7LWGsSEB4Yv/l9EN6coY1E0uxAZklAw== X-ME-Sender: <xms:QwWLZPcgzhlcmwqmKVgUkC1tcwiH7haEzeoT9xXmqOChQwEjTOdmEA> <xme:QwWLZFMPDAwtJliGKMXaoN2AyYqwISf8CMa4teq5_B-o5NyQ6D0ITAa6VeuUiwDQJ mO_UOW_5vcJOYe-Yq4> X-ME-Received: <xmr:QwWLZIhwywioW4VVO2qxa1PP_3-d75kpe_71Qol-msqOdn0oMMpNMkPxujBf6Sc> X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrgedvvddggeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpeffmhhi thhrhicuifhuthhovhcuoegumhhithhrhiesghhuthhovhdruggvvheqnecuggftrfgrth htvghrnhepiefgteevheevveffheeltdeukeeiieekueefgedugfefgefhudelgfefveel vdevnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepug hmihhtrhihsehguhhtohhvrdguvghv X-ME-Proxy: <xmx:QwWLZA-G_HfjpVeCtxdTKwYY-7DF_0a7QdCLLN5SkHmffrVLvzp6Pg> <xmx:QwWLZLtSDsszZM6ZC-3UyEPXo-3NJLWDsYhMuN1vmdTW-uhfFBxnHQ> <xmx:QwWLZPHXt0JYyuwCw8T0UAvMbx3_840fknVUt8zpucJID-QJ_ddO8Q> <xmx:QwWLZEWkUhtV1BtJVka4OsL6AKNBeLvEw-BI21FzfAaejgt776pZGQ> Feedback-ID: i0e71465a:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 15 Jun 2023 08:34:10 -0400 (EDT) Message-ID: <12eb3b7e-f944-6a96-cfb9-285891d659ca@HIDDEN> Date: Thu, 15 Jun 2023 15:34:09 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages Content-Language: en-US To: Ihor Radchenko <yantar92@HIDDEN> References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> <ee60fc2a-3c7d-094e-6a7b-3b5e6aacbd6b@HIDDEN> <87r0qdxnvh.fsf@localhost> From: Dmitry Gutov <dmitry@HIDDEN> In-Reply-To: <87r0qdxnvh.fsf@localhost> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 63800 Cc: Philip Kaludercic <philipk@HIDDEN>, 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.9 (--) On 15/06/2023 09:04, Ihor Radchenko wrote: > I have no problem with the command. I have problem with_ELPA page_ > mentioning this command for built-in packages. Cool. > If you look into my other email, I suggested indicating on the ELPA > page when a package is built-in and also add instructions how to upgrade > it. That makes more sense_for ELPA page_. Not a bad idea, though it will also require adding some metadata on when the package was added to Emacs. Perhaps a simpler alternative is to stop referencing 'package-install' and instead point uses to 'M-x list-packages'.
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 15 Jun 2023 05:59:39 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jun 15 01:59:39 2023 Received: from localhost ([127.0.0.1]:45992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q9g1D-0006rw-3p for submit <at> debbugs.gnu.org; Thu, 15 Jun 2023 01:59:39 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36419) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1q9g1A-0006rj-1u for 63800 <at> debbugs.gnu.org; Thu, 15 Jun 2023 01:59:37 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id C6CD8240027 for <63800 <at> debbugs.gnu.org>; Thu, 15 Jun 2023 07:59:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1686808769; bh=0lDBuDOWsQzedUEFAG752OENBDSjuHMIBgYM2hwRzLg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=UGYrk4rmRFROulTblmslhvnm2GLeew/tqbJI4wnNJNRezGPqUTXqNEQl/hRpk9XtQ AYGFO7mVY9i3U5r6tUtFoLxy5vGgGs43UBkjq9XLwc3kUx46eJWcN8oo7Bnj/9xb0X +fiZrk0vyuAJ6FEvCnHB4qpWu7/0LFkYdAThiwYRcjpOFRK1r7lv9dVa+tRq7/LZw5 +wncZ9OEKMZwQNMdYO/nYLGF1cWcMLelyYRdCN1M/ltu/F5PgmTRHh7bcVMWq6+2x0 zZEpf4pEgviQnrRC8rCYHTZReZgwjcHteX7QT5uYxWsE6/8lOTioMhdLvJbpwNcTNk eIO1OOjFnLsiw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QhWp90JYvz9rxD; Thu, 15 Jun 2023 07:59:28 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Dmitry Gutov <dmitry@HIDDEN> Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages In-Reply-To: <ee60fc2a-3c7d-094e-6a7b-3b5e6aacbd6b@HIDDEN> References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> <ee60fc2a-3c7d-094e-6a7b-3b5e6aacbd6b@HIDDEN> Date: Thu, 15 Jun 2023 06:04:18 +0000 Message-ID: <87r0qdxnvh.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: Philip Kaludercic <philipk@HIDDEN>, 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Dmitry Gutov <dmitry@HIDDEN> writes: >> Sure. But only in Emacs >=29 and it is not mentioned on the ELPA page. >> For Emacs <29 ELPA instruction simply does not work - attempting to >> follow it will just produce unhelpful message that package is already >> installed. > > Is that a problem with the command or with the expectations? > > When Org is built-in, it *is* already installed, isn't it? I have no problem with the command. I have problem with _ELPA page_ mentioning this command for built-in packages. Org is always built-in. If a user goes to ELPA page, she most likely wants to upgrade Org. And ELPA instructions do not tell how to do it. Basically, what ELPA page for Org tells will not work for any common Emacs version in the wild (and will not work for older Emacses that did not ship with Org as well - they are not supported). If you look into my other email, I suggested indicating on the ELPA page when a package is built-in and also add instructions how to upgrade it. That makes more sense _for ELPA page_. This bug is not about `package-install'. This bug is about ELPA web page. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 15 Jun 2023 02:08:52 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jun 14 22:08:52 2023 Received: from localhost ([127.0.0.1]:45839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q9cPs-0000gL-Ca for submit <at> debbugs.gnu.org; Wed, 14 Jun 2023 22:08:52 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:47319) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <dmitry@HIDDEN>) id 1q9cPp-0000g5-Oo for 63800 <at> debbugs.gnu.org; Wed, 14 Jun 2023 22:08:50 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 817F85C01B4; Wed, 14 Jun 2023 22:08:44 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Wed, 14 Jun 2023 22:08:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gutov.dev; h=cc :cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to; s=fm3; t= 1686794924; x=1686881324; bh=N9xfSJMb3J5PuVcBESZ2AwgjQWkBJJeQMl/ koTEAIx4=; b=jqFwIrx4PJIdDtsge2+88iT5Gv8OEmD758rgQjoe/ojFIBrG8Y/ dhvEqsfEdf6eJ2XkznN3wu2fXrky4Z0snxJmqS8nguxP/zmHjWInF5+CSBvc810m ZaSWTRs7SAy4ynzcer6YlzBICsYnD2pN/clZsjCySNOzp3W4wUcXGANxgBmUb0kW BpIaYzPA7WJEavxk48sl4mROzJdbKcSanUap7Eengc7E2+izjEiV+avJlUfBl2n9 Z7dnSMgpshSHJhN+QcvodXypRYDOdhCb/EfCMVF633rBCm9wSomBBIzOdeMCoR8X wsFp6wxvm0405TDXYs3hPDMwSiZFWjV5YWg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t= 1686794924; x=1686881324; bh=N9xfSJMb3J5PuVcBESZ2AwgjQWkBJJeQMl/ koTEAIx4=; b=bE4Lo33LRdpZAWuS2OITpzqn5OHN8IpNwWOgAFftmvFTx9ncWLW btyvoYbbcy8b4FTPK3RgphGr20DWjchC4v5jHPI55yhQDxI7M+/vUK6IY6s/TvMR 7a69aIOpJbBrfVy8TzTwtyq8NHxDgeCBcubERzwVAt5z7yDFsuZMcryzKGuwAU9X hFGZhTpA57zStz36hihydvxi/2tbp4s6meOLY7V5egdt7WkbJ5lNH6QSCKWwKqVl OHqpNIt9yZf8H3C92DRrEOjO5xIgLzAUUD7Y9mSFBaLj4trS0JmNlvd5Ji4k6nvK MI2W/mj3gILjBkia1PIAItn7RIhyRbDXYzg== X-ME-Sender: <xms:rHKKZAwP43GehGbWyU1vMkJRyMtPv9MWG85Z0bjHjpRXpyiScsAKeQ> <xme:rHKKZERMOAzeWlfc_8k0qixrX5Bjwr0bXblvkK4ZQNMy0KUJCjrioRsNWQk4MiFKO vDGci0HRBIgqUXEuQY> X-ME-Received: <xmr:rHKKZCXpjQafqs2J4YGDu9UOjdKeew7RTwM2Um5SXEFz0DQUKVxlLA1ymBx2fMg> X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrgedvuddgheeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpeffmhhi thhrhicuifhuthhovhcuoegumhhithhrhiesghhuthhovhdruggvvheqnecuggftrfgrth htvghrnhepiefgteevheevveffheeltdeukeeiieekueefgedugfefgefhudelgfefveel vdevnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepug hmihhtrhihsehguhhtohhvrdguvghv X-ME-Proxy: <xmx:rHKKZOju4pL7wZNsB1Sj4KFQFPaT8M9q1mRCNxGeWXXLE8HnoJOMEQ> <xmx:rHKKZCDtZxdnh4CsbtadZTyn9Ij87MMKVvDn9mz8H4zptH2kdpiJcw> <xmx:rHKKZPJSsTBS8HzuMCblbd2bcQ18aa0Zfk988ia-kjOPtPssAcMg3w> <xmx:rHKKZD7vgZzWF2S1vA8rW9ZoIBcamK1pmGLcK0YykkFkeQi0YlkG8g> Feedback-ID: i0e71465a:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 14 Jun 2023 22:08:43 -0400 (EDT) Message-ID: <ee60fc2a-3c7d-094e-6a7b-3b5e6aacbd6b@HIDDEN> Date: Thu, 15 Jun 2023 05:08:41 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages Content-Language: en-US To: Ihor Radchenko <yantar92@HIDDEN>, Philip Kaludercic <philipk@HIDDEN> References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> From: Dmitry Gutov <dmitry@HIDDEN> In-Reply-To: <875y89t2a1.fsf@localhost> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.8 (-) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.8 (--) On 31/05/2023 09:59, Ihor Radchenko wrote: > Philip Kaludercic<philipk@HIDDEN> writes: > >>> However, this command will fail for built-in packages. This is >>> particularly a problem for older (<29) Emacs versions. >> You probably want to set `package-install-upgrade-built-in' to non-nil, >> or use the package menu to install packages. > Sure. But only in Emacs >=29 and it is not mentioned on the ELPA page. > For Emacs <29 ELPA instruction simply does not work - attempting to > follow it will just produce unhelpful message that package is already > installed. Is that a problem with the command or with the expectations? When Org is built-in, it *is* already installed, isn't it? You will also see the same message if you try to use 'M-x package-install' as a means to upgrade any other already-installed package, whether it is built-in or not.
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 8 Jun 2023 10:56:41 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jun 08 06:56:41 2023 Received: from localhost ([127.0.0.1]:55737 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q7DJp-0001PY-94 for submit <at> debbugs.gnu.org; Thu, 08 Jun 2023 06:56:41 -0400 Received: from mout02.posteo.de ([185.67.36.66]:48169) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1q7DJk-0001PH-Kl for 63800 <at> debbugs.gnu.org; Thu, 08 Jun 2023 06:56:40 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id AAE13240101 for <63800 <at> debbugs.gnu.org>; Thu, 8 Jun 2023 12:56:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1686221789; bh=Jo+K7BbYOOZdFIALRfGyFwvvGjbnrlUnlplLES8py3Q=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=pooEu/fJ3140KKvI62K1MHRvq+Vo7Buzs0XpQVAmAiAtaCiEukrgFX5wOXIa9Pq+E SYuRcO6ujUtwszhAL/TcA9OYqaCoyleWIvHZE/0GqeAA4+6BLPpalgOyGp/fEJ9+5o 9r8SQJtm4gw4UolwI80MV3x9zRcs5KyXs9CsV2sykohS2j76WCCQKaFuzd4Iua+z9w BKtam/spUU3adoDi5zqBcsPt9wiWgLX8ArV1+gErQRknLLFEGOYd63ppzJnA3kGGVV 1pamvWCbQsfMktMyEARjCn2aODwtPT4gaMVFDhhDV4Yf+3MkFuCSjZwlq0XLavW4J3 pnrNbySVlhHjg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QcLk44xP8z9rxF; Thu, 8 Jun 2023 12:56:28 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Philip Kaludercic <philipk@HIDDEN> Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages In-Reply-To: <87mt1bks75.fsf@HIDDEN> References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> <87mt1bks75.fsf@HIDDEN> Date: Thu, 08 Jun 2023 11:01:12 +0000 Message-ID: <8735322p6v.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Philip Kaludercic <philipk@HIDDEN> writes: >>> You probably want to set `package-install-upgrade-built-in' to non-nil, >>> or use the package menu to install packages. >> >> Sure. But only in Emacs >=29 and it is not mentioned on the ELPA page. > > I am not a fan of the option to begin with, and wouldn't want to > advertise it. The official way of switching from built-in packages to > ELPA should still be to use the package menu. I will not argue about this. This bug report merely raises the issue with current installation instructions. You are in a better position to recommend one or another way to install/upgrade core packages from ELPA. >> For Emacs <29 ELPA instruction simply does not work - attempting to >> follow it will just produce unhelpful message that package is already >> installed. > > So what would you suggest changing? I suggest changing To install this package, run in Emacs: M-x package-install RET <package-name> RET to something like This package is a part of Emacs since Emacs XX.X. To install the package in Emacs <XX.X, run: M-x package-install RET <package-name To update the built-in package version in Emacs >=XX.X to ELPA version: <instructions to install the package that actually work> -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 7 Jun 2023 19:06:48 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jun 07 15:06:48 2023 Received: from localhost ([127.0.0.1]:54752 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q6yUa-0002RX-7K for submit <at> debbugs.gnu.org; Wed, 07 Jun 2023 15:06:48 -0400 Received: from mout02.posteo.de ([185.67.36.66]:48701) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <philipk@HIDDEN>) id 1q6yUX-0002RH-Oc for 63800 <at> debbugs.gnu.org; Wed, 07 Jun 2023 15:06:47 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 381AA240101 for <63800 <at> debbugs.gnu.org>; Wed, 7 Jun 2023 21:06:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1686164799; bh=tf/CUng0qGXpLrWlUrtoh4nvrgHsBbLgZqeLgT44Uvs=; h=From:To:Cc:Subject:Autocrypt:Date:Message-ID:MIME-Version:From; b=npVMe74vGUzYtVAAc09ZFWq53HPNT93jorWs7ozjhTTE8F0pic/uc6Y55T8WxPtjy qpglFGNZnZmgiWVeZHNgbAQiwrS3y+5dviaeRbQ8iGv1Vnuu9L4ztgnXR0aeUDP6iz 2AizP3zbWw/hyyldtrENWC4DeGI/dfB7Gnkb15295iKsHkeej5qc/JPStLvZPUvDAE g1YNI7cD000Ki+6HGx9MdxnHydzxpXvYF1Tiu2xhRSl+NhV0SfJS9PnXi7w88pPW1N 0r0sg55R66g5wY6BdWWRbVJJzX00tcGwB0Ve+GP+Te7HT9L4aTKM0T0A41Y4jaboQ/ QcivITESamHwA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Qbxf65N6dz9rxM; Wed, 7 Jun 2023 21:06:38 +0200 (CEST) From: Philip Kaludercic <philipk@HIDDEN> To: Ihor Radchenko <yantar92@HIDDEN> Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages In-Reply-To: <875y89t2a1.fsf@localhost> (Ihor Radchenko's message of "Wed, 31 May 2023 06:59:02 +0000") References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> <875y89t2a1.fsf@localhost> Autocrypt: addr=philipk@HIDDEN; keydata= mDMEZBBQQhYJKwYBBAHaRw8BAQdAHJuofBrfqFh12uQu0Yi7mrl525F28eTmwUDflFNmdui0QlBo aWxpcCBLYWx1ZGVyY2ljIChnZW5lcmF0ZWQgYnkgYXV0b2NyeXB0LmVsKSA8cGhpbGlwa0Bwb3N0 ZW8ubmV0PoiWBBMWCAA+FiEEDg7HY17ghYlni8XN8xYDWXahwukFAmQQUEICGwMFCQHhM4AFCwkI BwIGFQoJCAsCBBYCAwECHgECF4AACgkQ8xYDWXahwulikAEA77hloUiSrXgFkUVJhlKBpLCHUjA0 mWZ9j9w5d08+jVwBAK6c4iGP7j+/PhbkxaEKa4V3MzIl7zJkcNNjHCXmvFcEuDgEZBBQQhIKKwYB BAGXVQEFAQEHQI5NLiLRjZy3OfSt1dhCmFyn+fN/QKELUYQetiaoe+MMAwEIB4h+BBgWCAAmFiEE Dg7HY17ghYlni8XN8xYDWXahwukFAmQQUEICGwwFCQHhM4AACgkQ8xYDWXahwukm+wEA8cml4JpK NeAu65rg+auKrPOP6TP/4YWRCTIvuYDm0joBALw98AMz7/qMHvSCeU/hw9PL6u6R2EScxtpKnWof z4oM Date: Wed, 07 Jun 2023 19:06:38 +0000 Message-ID: <87mt1bks75.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Ihor Radchenko <yantar92@HIDDEN> writes: > Philip Kaludercic <philipk@HIDDEN> writes: > >>> However, this command will fail for built-in packages. This is >>> particularly a problem for older (<29) Emacs versions. >> >> You probably want to set `package-install-upgrade-built-in' to non-nil, >> or use the package menu to install packages. > > Sure. But only in Emacs >=29 and it is not mentioned on the ELPA page. I am not a fan of the option to begin with, and wouldn't want to advertise it. The official way of switching from built-in packages to ELPA should still be to use the package menu. > For Emacs <29 ELPA instruction simply does not work - attempting to > follow it will just produce unhelpful message that package is already > installed. So what would you suggest changing?
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 31 May 2023 06:54:51 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed May 31 02:54:51 2023 Received: from localhost ([127.0.0.1]:34718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q4FjP-0004Uo-5K for submit <at> debbugs.gnu.org; Wed, 31 May 2023 02:54:51 -0400 Received: from mout02.posteo.de ([185.67.36.66]:51291) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1q4FjL-0004UU-Fq for 63800 <at> debbugs.gnu.org; Wed, 31 May 2023 02:54:48 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 8A1CB240103 for <63800 <at> debbugs.gnu.org>; Wed, 31 May 2023 08:54:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1685516080; bh=+vJHk8mshN1qPEBq6fo88cfTrOGGsQMuYuHOwXxa7B0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=rOD9aKBQ0TehvSwyuXbt5mIBMK7FvVzslcZn1tlBo2sTrpBzcU1BjtjF8fy6X5d2/ 7DsVt/KeG0+LzznPrQOlohwU3Okyj/EJp3sdmPEX70VHGZwXRxsPhswcUgvHr5D5hB IZFcqGqsYVKtSr1OqhX9dFxgJOWy8a1rOdo0BrfYD1IG8P0kLb42KQ7q/CYy40O2O+ VIs1iSsKtHmbfUE+UFwS7fFa3IUdlS2L2CNazJI4jHb2gwmRRYsFBf4N2jslhdFwXo NqzgBNelv+ofw0uwBVD8VZpWQHOBWFzyBWlRuq6ScPWHE9nLtiggKFpXWy66bTpgA3 kwSeJNdb+5R5g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QWKkl5MFrz6tw7; Wed, 31 May 2023 08:54:39 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: Philip Kaludercic <philipk@HIDDEN> Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages In-Reply-To: <87y1l5q9p9.fsf@HIDDEN> References: <87mt1mi6ry.fsf@localhost> <87y1l5q9p9.fsf@HIDDEN> Date: Wed, 31 May 2023 06:59:02 +0000 Message-ID: <875y89t2a1.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Philip Kaludercic <philipk@HIDDEN> writes: >> However, this command will fail for built-in packages. This is >> particularly a problem for older (<29) Emacs versions. > > You probably want to set `package-install-upgrade-built-in' to non-nil, > or use the package menu to install packages. Sure. But only in Emacs >=29 and it is not mentioned on the ELPA page. For Emacs <29 ELPA instruction simply does not work - attempting to follow it will just produce unhelpful message that package is already installed. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at 63800) by debbugs.gnu.org; 31 May 2023 06:47:09 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed May 31 02:47:09 2023 Received: from localhost ([127.0.0.1]:34703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q4Fbx-0004Cr-9k for submit <at> debbugs.gnu.org; Wed, 31 May 2023 02:47:09 -0400 Received: from mout01.posteo.de ([185.67.36.65]:33657) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <philipk@HIDDEN>) id 1q4Fbu-0004CC-Cy for 63800 <at> debbugs.gnu.org; Wed, 31 May 2023 02:47:08 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 05660240028 for <63800 <at> debbugs.gnu.org>; Wed, 31 May 2023 08:46:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1685515619; bh=dSIx31DojdRMldnUqmI3iWTKUb67wxwv2INLxnXjxVY=; h=From:To:Cc:Subject:Autocrypt:Date:Message-ID:MIME-Version:From; b=FNXeqjGu4Tszqt+pSl7iPyQndkDMmIxs1justf/llGXpfci/BT+VSucRO3J7fBPEO HSGSGq8EC+PJ4BOUT83XGjSzKEBdNTXuwz+maejLh1hv9Kr16+WykLKkOsZ7HJrign 30E3OLPJZt/B/3MdcvEWqHceQTnbTKn5hlXSk9CSTvrF6kk8MeaD+EvmtK8Eaz2KE6 ytzQHx2qXCk2V8SJyuUhFoXY865QZDIjGNLnmC8e4dKZbPXwVYzKBN3Rq/sJ5ekykA gtW+tDM/4mT4sRJuCKOf0glrb3Ky0YfrikjZlLY7svjZ2lQ+6Tah0GXInZMNlZVaZq UMGeL9B3d0Z2w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QWKYt4LPDz9rxG; Wed, 31 May 2023 08:46:58 +0200 (CEST) From: Philip Kaludercic <philipk@HIDDEN> To: Ihor Radchenko <yantar92@HIDDEN> Subject: Re: bug#63800: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages In-Reply-To: <87mt1mi6ry.fsf@localhost> (Ihor Radchenko's message of "Tue, 30 May 2023 08:05:05 +0000") References: <87mt1mi6ry.fsf@localhost> Autocrypt: addr=philipk@HIDDEN; keydata= mDMEZBBQQhYJKwYBBAHaRw8BAQdAHJuofBrfqFh12uQu0Yi7mrl525F28eTmwUDflFNmdui0QlBo aWxpcCBLYWx1ZGVyY2ljIChnZW5lcmF0ZWQgYnkgYXV0b2NyeXB0LmVsKSA8cGhpbGlwa0Bwb3N0 ZW8ubmV0PoiWBBMWCAA+FiEEDg7HY17ghYlni8XN8xYDWXahwukFAmQQUEICGwMFCQHhM4AFCwkI BwIGFQoJCAsCBBYCAwECHgECF4AACgkQ8xYDWXahwulikAEA77hloUiSrXgFkUVJhlKBpLCHUjA0 mWZ9j9w5d08+jVwBAK6c4iGP7j+/PhbkxaEKa4V3MzIl7zJkcNNjHCXmvFcEuDgEZBBQQhIKKwYB BAGXVQEFAQEHQI5NLiLRjZy3OfSt1dhCmFyn+fN/QKELUYQetiaoe+MMAwEIB4h+BBgWCAAmFiEE Dg7HY17ghYlni8XN8xYDWXahwukFAmQQUEICGwwFCQHhM4AACgkQ8xYDWXahwukm+wEA8cml4JpK NeAu65rg+auKrPOP6TP/4YWRCTIvuYDm0joBALw98AMz7/qMHvSCeU/hw9PL6u6R2EScxtpKnWof z4oM Date: Wed, 31 May 2023 06:46:58 +0000 Message-ID: <87y1l5q9p9.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63800 Cc: 63800 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Ihor Radchenko <yantar92@HIDDEN> writes: > Hi, > > All the Emacs packages distributed via ELPA share the same installation > instruction: > > To install this package, run in Emacs: > > M-x package-install RET <package-name> RET > > However, this command will fail for built-in packages. This is > particularly a problem for older (<29) Emacs versions. You probably want to set `package-install-upgrade-built-in' to non-nil, or use the package menu to install packages. > May the instruction be corrected? > > Original discussion is for Org, but the same will apply for other > packages distributed with > Emacs. https://orgmode.org/list/878rdbwlf3.fsf@localhost
bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.Received: (at submit) by debbugs.gnu.org; 30 May 2023 08:01:01 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue May 30 04:01:01 2023 Received: from localhost ([127.0.0.1]:59996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q3uHt-0003yu-1n for submit <at> debbugs.gnu.org; Tue, 30 May 2023 04:01:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:45260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1q3uHq-0003ym-Ri for submit <at> debbugs.gnu.org; Tue, 30 May 2023 04:00:59 -0400 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 <yantar92@HIDDEN>) id 1q3uHn-0002UA-V9 for bug-gnu-emacs@HIDDEN; Tue, 30 May 2023 04:00:58 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <yantar92@HIDDEN>) id 1q3uHl-0000hY-EX for bug-gnu-emacs@HIDDEN; Tue, 30 May 2023 04:00:55 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 1D4A7240028 for <bug-gnu-emacs@HIDDEN>; Tue, 30 May 2023 10:00:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1685433650; bh=pkpANESLvNt7VUY2OaJGlov0d2aA/XJnt9Wk5OQ5qZg=; h=From:To:Subject:Date:Message-ID:MIME-Version:From; b=McDJdUXTYhlsDYtDQb9TdNz0mxa1LspDKz7m7EAadgL69p4HYb+8DHlTK2Q7ODRRe MDoaZSWRHHgTMscOQa740cVMbg8vbxtxjBxi6272W/IyW+WwzFOULQKVcrRtzjPgD8 mo+MxkxbR+TwZU3iEXPCu3VQ7ZN9M3c6eAOsQAVd6QgloG5CLpY/vQxg8khw/FqoRI Jvj7MgvdOcflE+wCDinTE9ERiTuolS8afvHxonzUZ6oOfn5wDj+fxhZw5SoBlh1N9L jTzq+PmxA7DGLY7gkL+GbXvp3f09vAjul7IIVzHH2dI72dT5WRU/SBnDCzny6JR0Ue Vmfm3ySGfz5uw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QVlFX5gvxz6tyJ for <bug-gnu-emacs@HIDDEN>; Tue, 30 May 2023 10:00:48 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: bug-gnu-emacs@HIDDEN Subject: 30.0.50; [ELPA] Inaccurate installation instructions for built-in packages Date: Tue, 30 May 2023 08:05:05 +0000 Message-ID: <87mt1mi6ry.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@HIDDEN; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.3 (--) Hi, All the Emacs packages distributed via ELPA share the same installation instruction: To install this package, run in Emacs: M-x package-install RET <package-name> RET However, this command will fail for built-in packages. This is particularly a problem for older (<29) Emacs versions. May the instruction be corrected? Original discussion is for Org, but the same will apply for other packages distributed with Emacs. https://orgmode.org/list/878rdbwlf3.fsf@localhost -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
Ihor Radchenko <yantar92@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#63800
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.