diff options
| author | Nick Roberts | 2005-05-16 01:07:12 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-05-16 01:07:12 +0000 |
| commit | cb7b02c7a45ef19dfe555eeace7cb173755ef407 (patch) | |
| tree | 666e4080b8293d84343ec8109ebe334afb86eb24 | |
| parent | 995599a89eccd4a0da7b3442dd0acce38d69fd97 (diff) | |
| download | emacs-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.texi | 18 |
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 | |||
| 223 | buffer and finds no more error messages to visit, it fails and signals | 223 | buffer and finds no more error messages to visit, it fails and signals |
| 224 | an Emacs error. | 224 | an Emacs error. |
| 225 | 225 | ||
| 226 | When the left fringe is displayed, an arrow points to the | ||
| 227 | current message in the compilation buffer. The variable | ||
| 228 | @code{compilation-context-lines} controls the number of lines of | ||
| 229 | leading context in the window before the current message. If it is | ||
| 230 | @code{nil} and the left fringe is displayed, the window doesn't | ||
| 231 | scroll. If there is no left fringe, no arrow is displayed and a value | ||
| 232 | of @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 |
| 228 | target of the @code{next-error} call, it is used. Else, if a buffer | 236 | target 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 | |||
| 504 | associated with an identifier when the program is not executing. This | 512 | associated with an identifier when the program is not executing. This |
| 505 | operates in the GUD buffer and in source buffers with major modes in | 513 | operates in the GUD buffer and in source buffers with major modes in |
| 506 | the list @code{gud-tooltip-modes}. If the variable | 514 | the 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 |
| 508 | displayed in the echo area. | 516 | value 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 | |||
| 515 | also provides commands for setting and clearing breakpoints, for | 523 | also provides commands for setting and clearing breakpoints, for |
| 516 | selecting stack frames, and for stepping through the program. These | 524 | selecting stack frames, and for stepping through the program. These |
| 517 | commands are available both in the GUD buffer and globally, but with | 525 | commands are available both in the GUD buffer and globally, but with |
| 518 | different key bindings. It also has its own toolbar from which you | 526 | different key bindings. It also has its own tool bar from which you |
| 519 | can invoke the more common commands by clicking on the appropriate | 527 | can invoke the more common commands by clicking on the appropriate |
| 520 | icon. This is particularly useful for repetitive commands like | 528 | icon. This is particularly useful for repetitive commands like |
| 521 | gud-next and gud-step and allows the user to hide the GUD buffer. | 529 | gud-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 |
| 743 | to display breakpoints, it is also possible to enable or disable them | 751 | to display breakpoints, it is also possible to enable or disable them |
| 744 | when you click @kbd{Mouse-3} there | 752 | when 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 | ||
| 870 | If you want to see how a variable changes each time your program stops | 878 | If you want to see how a variable changes each time your program stops |
| 871 | then place the cursor over the variable name and click on the watch | 879 | then place the cursor over the variable name and click on the watch |
| 872 | icon in the toolbar (@code{gud-watch}). | 880 | icon in the tool bar (@code{gud-watch}). |
| 873 | 881 | ||
| 874 | Each watch expression is displayed in the speedbar. Complex data | 882 | Each watch expression is displayed in the speedbar. Complex data |
| 875 | types, such as arrays, structures and unions are represented in a tree | 883 | types, such as arrays, structures and unions are represented in a tree |