emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a480a51: * lisp/emacs-lisp/package.el (package-menu


From: Artur Malabarba
Subject: [Emacs-diffs] master a480a51: * lisp/emacs-lisp/package.el (package-menu-mode): Mode-line notification
Date: Wed, 08 Apr 2015 18:37:03 +0000

branch: master
commit a480a51f2425c0b0787ab36779ae2e7ca7c6b527
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/emacs-lisp/package.el (package-menu-mode): Mode-line notification
    
    while dowloading information.
---
 lisp/emacs-lisp/package.el |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 10003c4..fa80ffe 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>
 \\{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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]