emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el
Date: Tue, 07 Mar 2006 10:43:21 +0000

Index: emacs/lisp/progmodes/gud.el
diff -u emacs/lisp/progmodes/gud.el:1.97 emacs/lisp/progmodes/gud.el:1.98
--- emacs/lisp/progmodes/gud.el:1.97    Mon Mar  6 01:46:41 2006
+++ emacs/lisp/progmodes/gud.el Tue Mar  7 10:43:19 2006
@@ -493,11 +493,15 @@
                       'bracket char
                       'gdb-speedbar-expand-node varnum
                       (concat expr "\t" type "\t" value)
-                      (if (or parent status)
+                      (if (or parent (eq status 'out-of-scope))
                         nil 'gdb-edit-value)
                       nil
-                      (if (and (or parent (eq status 'out-of-scope))
-                               gdb-show-changed-values) 'shadow t)
+                      (if gdb-show-changed-values
+                          (or parent (case status
+                                           (changed 'font-lock-warning-face)
+                                           (out-of-scope 'shadow)
+                                           (t t)))
+                        t)
                       depth)
                    (speedbar-make-tag-line
                     'bracket char




reply via email to

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