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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el
Date: Tue, 15 Nov 2005 17:55:48 -0500

Index: emacs/lisp/progmodes/gud.el
diff -c emacs/lisp/progmodes/gud.el:1.71 emacs/lisp/progmodes/gud.el:1.72
*** emacs/lisp/progmodes/gud.el:1.71    Tue Nov 15 22:37:49 2005
--- emacs/lisp/progmodes/gud.el Tue Nov 15 22:55:48 2005
***************
*** 142,148 ****
      ([go]     menu-item "Run/Continue" gud-go
                  :visible (and (not gud-running)
                                (eq gud-minor-mode 'gdba)))
!     ([stop]   menu-item "Stop" comint-interrupt-subjob
                  :visible (or (not (eq gud-minor-mode 'gdba))
                               (and gud-running
                                    (eq gud-minor-mode 'gdba))))
--- 142,148 ----
      ([go]     menu-item "Run/Continue" gud-go
                  :visible (and (not gud-running)
                                (eq gud-minor-mode 'gdba)))
!     ([stop]   menu-item "Stop" comint-stop-subjob
                  :visible (or (not (eq gud-minor-mode 'gdba))
                               (and gud-running
                                    (eq gud-minor-mode 'gdba))))
***************
*** 224,240 ****
                     (gud-pstar . "gud/pstar")
                     (gud-pp . "gud/pp")
                     (gud-watch . "gud/watch")
-                    (gud-finish . "gud/finish")
-                    (gud-until . "gud/until")
-                    (gud-cont . "gud/cont")
                     (gud-run . "gud/run")
                     (gud-go . "gud/go")
!                    (comint-interrupt-subjob . "gud/stop")
                     ;; gud-s, gud-si etc. instead of gud-step,
                     ;; gud-stepi, to avoid file-name clashes on DOS
                     ;; 8+3 filesystems.
                     (gud-next . "gud/next")
                     (gud-step . "gud/step")
                     (gud-nexti . "gud/nexti")
                     (gud-stepi . "gud/stepi")
                     (gud-up . "gud/up")
--- 224,240 ----
                     (gud-pstar . "gud/pstar")
                     (gud-pp . "gud/pp")
                     (gud-watch . "gud/watch")
                     (gud-run . "gud/run")
                     (gud-go . "gud/go")
!                    (comint-stop-subjob . "gud/stop")
                     ;; gud-s, gud-si etc. instead of gud-step,
                     ;; gud-stepi, to avoid file-name clashes on DOS
                     ;; 8+3 filesystems.
+                    (gud-cont . "gud/cont")
+                    (gud-until . "gud/until")
                     (gud-next . "gud/next")
                     (gud-step . "gud/step")
+                    (gud-finish . "gud/finish")
                     (gud-nexti . "gud/nexti")
                     (gud-stepi . "gud/stepi")
                     (gud-up . "gud/up")




reply via email to

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