GNU bug report logs - #39163
PATCH: Feature from 21857 bug on debbugs.gnu.org

Previous Next

Package: emacs;

Reported by: Ryan Olson <ryan.olson.x <at> gmail.com>

Date: Fri, 17 Jan 2020 17:35:01 UTC

Severity: wishlist

Tags: easy

Merged with 21857

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39163 in the body.
You can then email your comments to 39163 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#39163; Package emacs. (Fri, 17 Jan 2020 17:35:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ryan Olson <ryan.olson.x <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 17 Jan 2020 17:35:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ryan Olson <ryan.olson.x <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: PATCH: Feature from 21857 bug on debbugs.gnu.org
Date: Fri, 17 Jan 2020 10:20:26 -0700
As described in the bug 21857 on debbugs
(https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21857), we should
provide a nice "installed" message after your package has been
installed.

*** package.el.orig 2020-01-17 10:11:48.000000000 -0700
--- package.el 2020-01-17 10:12:36.000000000 -0700
*************** to install it but still mark it as selec
*** 2076,2082 ****
                   (package-compute-transaction () (list (list pkg))))))
          (progn
            (package-download-transaction transaction)
!           (package--quickstart-maybe-refresh))
        (message "`%s' is already installed" name))))

  (defun package-strip-rcs-id (str)
--- 2076,2083 ----
                   (package-compute-transaction () (list (list pkg))))))
          (progn
            (package-download-transaction transaction)
!           (package--quickstart-maybe-refresh)
!           (message "Package `%s' installed." name))
        (message "`%s' is already installed" name))))

  (defun package-strip-rcs-id (str)




Forcibly Merged 21857 39163. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 17 Jan 2020 20:46:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#39163; Package emacs. (Sun, 09 Aug 2020 12:10:02 GMT) Full text and rfc822 format available.

Message #10 received at 39163 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: David Reitter <david.reitter <at> gmail.com>
Cc: 39163 <at> debbugs.gnu.org, 21857 <at> debbugs.gnu.org
Subject: Re: bug#21857: package install should give better feedback
Date: Sun, 09 Aug 2020 14:09:21 +0200
David Reitter <david.reitter <at> gmail.com> writes:

> When installing a package, give an acceptable “XXX successfully
> installed” message in the echo area as the last message.
> As it is, it seems to just show a “done” for the last dependency,
> which is confusing or uninformative.

This was fixed, apparently.

> Also, if the *Packages* buffer is present--which it will be because
> the user may have picked the package to install after doing M-x
> list-packages—this buffer should be updated to show that the package
> was installed.

If I `I' and then `x', the package buffer is updated.  Do you have a
recipe to reproduce this bug?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#39163; Package emacs. (Mon, 10 Aug 2020 00:19:02 GMT) Full text and rfc822 format available.

Message #13 received at 39163 <at> debbugs.gnu.org (full text, mbox):

From: David Reitter <david.reitter <at> gmail.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 39163 <at> debbugs.gnu.org, 21857 <at> debbugs.gnu.org
Subject: Re: bug#21857: package install should give better feedback
Date: Sun, 9 Aug 2020 16:29:02 +0200
[Message part 1 (text/plain, inline)]
No recipe, too old - I no longer maintain Aquamacs. If the first bug was
fixed and there is a way to update it, so be it. Automatic update is
suggested.

On Sun, Aug 9, 2020 at 14:09 Lars Ingebrigtsen <larsi <at> gnus.org> wrote:

> David Reitter <david.reitter <at> gmail.com> writes:
>
> > When installing a package, give an acceptable “XXX successfully
> > installed” message in the echo area as the last message.
> > As it is, it seems to just show a “done” for the last dependency,
> > which is confusing or uninformative.
>
> This was fixed, apparently.
>
> > Also, if the *Packages* buffer is present--which it will be because
> > the user may have picked the package to install after doing M-x
> > list-packages—this buffer should be updated to show that the package
> > was installed.
>
> If I `I' and then `x', the package buffer is updated.  Do you have a
> recipe to reproduce this bug?
>
> --
> (domestic pets only, the antidote for overdose, milk.)
>    bloggy blog: http://lars.ingebrigtsen.no
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#39163; Package emacs. (Mon, 10 Aug 2020 10:50:02 GMT) Full text and rfc822 format available.

Message #16 received at 39163 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: David Reitter <david.reitter <at> gmail.com>
Cc: 39163 <at> debbugs.gnu.org, 21857 <at> debbugs.gnu.org
Subject: Re: bug#21857: package install should give better feedback
Date: Mon, 10 Aug 2020 12:49:22 +0200
David Reitter <david.reitter <at> gmail.com> writes:

> No recipe, too old - I no longer maintain Aquamacs. If the first bug
> was fixed and there is a way to update it, so be it. Automatic update
> is suggested.

OK; then I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 21857 <at> debbugs.gnu.org and David Reitter <david.reitter <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 10 Aug 2020 10:50:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 07 Sep 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 229 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.