]> git.eshelyaron.com Git - emacs.git/commitdiff
(gdb-frames-mode): Truncate lines in stack
authorNick Roberts <nickrob@snap.net.nz>
Tue, 6 Feb 2007 03:40:33 +0000 (03:40 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 6 Feb 2007 03:40:33 +0000 (03:40 +0000)
buffer.

lisp/progmodes/gdb-ui.el

index b18353d70248de1489101deb197674666a2e26b4..f4f855f62a5459d7c321c230bf9483203acf7393 100644 (file)
@@ -2158,8 +2158,9 @@ static char *magick[] = {
   (kill-all-local-variables)
   (setq major-mode 'gdb-frames-mode)
   (setq mode-name "Frames")
-  (setq gdb-stack-position nil)
+  (setq gdb-stack-position nil) 
   (add-to-list 'overlay-arrow-variable-list 'gdb-stack-position)
+  (setq truncate-lines t)  ;; Make it easier to see overlay arrow.
   (setq buffer-read-only t)
   (use-local-map gdb-frames-mode-map)
   (run-mode-hooks 'gdb-frames-mode-hook)