comparison man/building.texi @ 71593:4d628cade603

fix overfull/underfull boxes
author Karl Berry <karl@gnu.org>
date Mon, 03 Jul 2006 18:17:21 +0000
parents 72b7de925c8d
children 6e10c3f1b820
comparison
equal deleted inserted replaced
71592:78e1e4fcd148 71593:4d628cade603
109 (followed by the exit code, @samp{[0]} for a normal exit), or 109 (followed by the exit code, @samp{[0]} for a normal exit), or
110 @samp{signal} (if a signal terminated the process), instead of 110 @samp{signal} (if a signal terminated the process), instead of
111 @samp{run}. 111 @samp{run}.
112 112
113 @findex kill-compilation 113 @findex kill-compilation
114 Starting a new compilation also kills any compilation 114 Starting a new compilation also kills any compilation already
115 running in @samp{*compilation*}, as the buffer can only handle one 115 running in @samp{*compilation*}, as the buffer can only handle one
116 compilation at any time. However, @kbd{M-x compile} asks for 116 compilation at any time. However, @kbd{M-x compile} asks for
117 confirmation before actually killing a compilation that is running. 117 confirmation before actually killing a compilation that is running.
118 You can also kill the compilation process with @kbd{M-x 118 You can also kill the compilation process with @kbd{M-x
119 kill-compilation}. 119 kill-compilation}.
848 you are debugging. 848 you are debugging.
849 849
850 If @code{gdb-many-windows} is non-@code{nil}, then @kbd{M-x gdb} 850 If @code{gdb-many-windows} is non-@code{nil}, then @kbd{M-x gdb}
851 displays the following frame layout: 851 displays the following frame layout:
852 852
853 @example 853 @smallexample
854 @group
854 +--------------------------------+--------------------------------+ 855 +--------------------------------+--------------------------------+
855 | | |
856 | GUD buffer (I/O of GDB) | Locals buffer | 856 | GUD buffer (I/O of GDB) | Locals buffer |
857 | | |
858 |--------------------------------+--------------------------------+ 857 |--------------------------------+--------------------------------+
859 | | |
860 | Source buffer | I/O buffer for debugged pgm | 858 | Source buffer | I/O buffer for debugged pgm |
861 | | |
862 |--------------------------------+--------------------------------+ 859 |--------------------------------+--------------------------------+
863 | | |
864 | Stack buffer | Breakpoints buffer | 860 | Stack buffer | Breakpoints buffer |
865 | | |
866 +--------------------------------+--------------------------------+ 861 +--------------------------------+--------------------------------+
867 @end example 862 @end group
863 @end smallexample
868 864
869 However, if @code{gdb-use-separate-io-buffer} is @code{nil}, the I/O 865 However, if @code{gdb-use-separate-io-buffer} is @code{nil}, the I/O
870 buffer does not appear and the source buffer occupies the full width 866 buffer does not appear and the source buffer occupies the full width
871 of the frame. 867 of the frame.
872 868
1320 change. This keeps the Lisp world in step with the source file. 1316 change. This keeps the Lisp world in step with the source file.
1321 1317
1322 @vindex eval-expression-print-level 1318 @vindex eval-expression-print-level
1323 @vindex eval-expression-print-length 1319 @vindex eval-expression-print-length
1324 @vindex eval-expression-debug-on-error 1320 @vindex eval-expression-debug-on-error
1325 The customizable variables @code{eval-expression-print-level} and 1321 The two customizable variables @code{eval-expression-print-level} and
1326 @code{eval-expression-print-length} control the maximum depth and length 1322 @code{eval-expression-print-length} control the maximum depth and length
1327 of lists to print in the result of the evaluation commands before 1323 of lists to print in the result of the evaluation commands before
1328 abbreviating them. @code{eval-expression-debug-on-error} controls 1324 abbreviating them. @code{eval-expression-debug-on-error} controls
1329 whether evaluation errors invoke the debugger when these commands are 1325 whether evaluation errors invoke the debugger when these commands are
1330 used; its default is @code{t}. 1326 used; its default is @code{t}.