# HG changeset patch # User Nick Roberts # Date 1107978129 0 # Node ID c2d7ae01e91d747032164892e19795dbf2554d4a # Parent e89ca9089d073ea6fc18c9ccb87811a174fb16c6 (gdb-ann3): Re-instate GDB command "set width 0" to prevent word wrapping problems (in particular, output from "info breakpoints"). diff -r e89ca9089d07 -r c2d7ae01e91d lisp/progmodes/gdb-ui.el --- a/lisp/progmodes/gdb-ui.el Wed Feb 09 19:39:29 2005 +0000 +++ b/lisp/progmodes/gdb-ui.el Wed Feb 09 19:42:09 2005 +0000 @@ -257,6 +257,7 @@ (if (eq window-system 'w32) (gdb-enqueue-input (list "set new-console off\n" 'ignore))) (gdb-enqueue-input (list "set height 0\n" 'ignore)) + (gdb-enqueue-input (list "set width 0\n" 'ignore)) ;; find source file and compilation directory here (gdb-enqueue-input (list "server list main\n" 'ignore)) ; C program (gdb-enqueue-input (list "server list MAIN__\n" 'ignore)) ; Fortran program