Mercurial > emacs
changeset 59998:c2d7ae01e91d
(gdb-ann3): Re-instate GDB command "set
width 0" to prevent word wrapping problems
(in particular, output from "info breakpoints").
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 09 Feb 2005 19:42:09 +0000 |
parents | e89ca9089d07 |
children | fc21b849d45c |
files | lisp/progmodes/gdb-ui.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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