emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 41/51: [gnugo] Make proc-status change mode-line elem more inform


From: Thien-Thi Nguyen
Subject: [elpa] 41/51: [gnugo] Make proc-status change mode-line elem more informative.
Date: Mon, 24 Feb 2014 12:30:25 +0000

ttn pushed a commit to branch master
in repository elpa.

commit d825a51573e7422d40d9dc3a5449c80f11f48b53
Author: Thien-Thi Nguyen <address@hidden>
Date:   Wed Feb 19 11:36:10 2014 +0100

    [gnugo] Make proc-status change mode-line elem more informative.
    
    * packages/gnugo/gnugo.el (gnugo-sentinel): ...here,
    by including the passed-in STRING, w/ ‘font-lock-warning-face’.
---
 packages/gnugo/gnugo.el |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 1d1166c..7e39431 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -313,7 +313,11 @@ Handle the big, slow-to-render, and/or uninteresting ones 
specially."
       (let ((buf (process-buffer proc)))
         (when (buffer-live-p buf)
           (with-current-buffer buf
-            (setq mode-line-process '( " [%s]"))
+            (setq mode-line-process
+                  (list " [%s ("
+                        (propertize (car (split-string string))
+                                    'face 'font-lock-warning-face)
+                        ")]"))
             (when (eq proc (gnugo-get :proc))
               (gnugo-put :proc nil))))))))
 



reply via email to

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