GNU bug report logs -
#21857
package install should give better feedback
Previous Next
Full log
View this message in rfc822 format
When `package-install` function finishes successfully, this patch
(below) shows the message "Package `package-name` installed." This
matches the message that is shown with the function `package-delete`.
I feel like this solves the primary issue: messaging. After this
patch, the user should know that everything was a success.
*** 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)
This bug report was last modified 4 years and 286 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.