aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-05-16 01:07:12 +0000
committerNick Roberts2005-05-16 01:07:12 +0000
commitcb7b02c7a45ef19dfe555eeace7cb173755ef407 (patch)
tree666e4080b8293d84343ec8109ebe334afb86eb24
parent995599a89eccd4a0da7b3442dd0acce38d69fd97 (diff)
downloademacs-cb7b02c7a45ef19dfe555eeace7cb173755ef407.tar.gz
emacs-cb7b02c7a45ef19dfe555eeace7cb173755ef407.zip
Replace toolbar with "tool bar" for consistency.
(Compilation Mode): Describe compilation-context-lines and use of arrow in compilation buffer. (Debugger Operation): Replace help text with variable's value.
-rw-r--r--man/building.texi18
1 files changed, 13 insertions, 5 deletions
diff --git a/man/building.texi b/man/building.texi
index 99bc20260b2..b3cd8187ede 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -223,6 +223,14 @@ commands advance from there. When @kbd{C-x `} gets to the end of the
223buffer and finds no more error messages to visit, it fails and signals 223buffer and finds no more error messages to visit, it fails and signals
224an Emacs error. 224an Emacs error.
225 225
226When the left fringe is displayed, an arrow points to the
227current message in the compilation buffer. The variable
228@code{compilation-context-lines} controls the number of lines of
229leading context in the window before the current message. If it is
230@code{nil} and the left fringe is displayed, the window doesn't
231scroll. If there is no left fringe, no arrow is displayed and a value
232of @code{nil} means display the message at the top of the window.
233
226 You don't have to be in the compilation buffer in order to use 234 You don't have to be in the compilation buffer in order to use
227@code{next-error}. If one window on the selected frame can be the 235@code{next-error}. If one window on the selected frame can be the
228target of the @code{next-error} call, it is used. Else, if a buffer 236target of the @code{next-error} call, it is used. Else, if a buffer
@@ -504,8 +512,8 @@ with a C program, you can also display the @code{#define} directive
504associated with an identifier when the program is not executing. This 512associated with an identifier when the program is not executing. This
505operates in the GUD buffer and in source buffers with major modes in 513operates in the GUD buffer and in source buffers with major modes in
506the list @code{gud-tooltip-modes}. If the variable 514the list @code{gud-tooltip-modes}. If the variable
507@code{gud-tooltip-echo-area} is non-@code{nil} then the help text is 515@code{gud-tooltip-echo-area} is non-@code{nil} then the variable's
508displayed in the echo area. 516value is displayed in the echo area.
509 517
510@node Commands of GUD 518@node Commands of GUD
511@subsection Commands of GUD 519@subsection Commands of GUD
@@ -515,7 +523,7 @@ commands of Shell mode are available (@pxref{Shell Mode}). GUD mode
515also provides commands for setting and clearing breakpoints, for 523also provides commands for setting and clearing breakpoints, for
516selecting stack frames, and for stepping through the program. These 524selecting stack frames, and for stepping through the program. These
517commands are available both in the GUD buffer and globally, but with 525commands are available both in the GUD buffer and globally, but with
518different key bindings. It also has its own toolbar from which you 526different key bindings. It also has its own tool bar from which you
519can invoke the more common commands by clicking on the appropriate 527can invoke the more common commands by clicking on the appropriate
520icon. This is particularly useful for repetitive commands like 528icon. This is particularly useful for repetitive commands like
521gud-next and gud-step and allows the user to hide the GUD buffer. 529gud-next and gud-step and allows the user to hide the GUD buffer.
@@ -742,7 +750,7 @@ that line, this action will remove it
742(@code{gdb-mouse-set-clear-breakpoint}). Where Emacs uses the margin 750(@code{gdb-mouse-set-clear-breakpoint}). Where Emacs uses the margin
743to display breakpoints, it is also possible to enable or disable them 751to display breakpoints, it is also possible to enable or disable them
744when you click @kbd{Mouse-3} there 752when you click @kbd{Mouse-3} there
745(@code{gdb-mouse-toggle--breakpoint}). 753(@code{gdb-mouse-toggle-breakpoint}).
746 754
747@vindex gud-gdb-command-name 755@vindex gud-gdb-command-name
748@findex gdba 756@findex gdba
@@ -869,7 +877,7 @@ the variables that are local to the new frame.
869 877
870If you want to see how a variable changes each time your program stops 878If you want to see how a variable changes each time your program stops
871then place the cursor over the variable name and click on the watch 879then place the cursor over the variable name and click on the watch
872icon in the toolbar (@code{gud-watch}). 880icon in the tool bar (@code{gud-watch}).
873 881
874Each watch expression is displayed in the speedbar. Complex data 882Each watch expression is displayed in the speedbar. Complex data
875types, such as arrays, structures and unions are represented in a tree 883types, such as arrays, structures and unions are represented in a tree