From: Artur Malabarba Date: Wed, 8 Apr 2015 18:27:45 +0000 (+0100) Subject: * lisp/emacs-lisp/package.el (package-menu-mode): Mode-line notification X-Git-Tag: emacs-25.0.90~2533 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a480a51f2425c0b0787ab36779ae2e7ca7c6b527;p=emacs.git * lisp/emacs-lisp/package.el (package-menu-mode): Mode-line notification while dowloading information. --- diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 10003c42085..fa80ffee016 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -2325,6 +2325,10 @@ will be deleted." Letters do not insert themselves; instead, they are commands. \\ \\{package-menu-mode-map}" + (setq mode-line-buffer-identification + (list 'package--downloads-in-progress + (propertized-buffer-identification "[Loading...]") + mode-line-buffer-identification)) (setq tabulated-list-format `[("Package" 18 package-menu--name-predicate) ("Version" 13 nil)