diff options
| author | Dave Love | 2000-01-05 23:49:34 +0000 |
|---|---|---|
| committer | Dave Love | 2000-01-05 23:49:34 +0000 |
| commit | c0d8ceaa9842285301885a6e2527f4bffbd91da8 (patch) | |
| tree | a0c8f29b60f57512f43216a26665bd2dce1adad5 | |
| parent | 4bce911c83f6948d35465e4d55c914ea40956e3b (diff) | |
| download | emacs-c0d8ceaa9842285301885a6e2527f4bffbd91da8.tar.gz emacs-c0d8ceaa9842285301885a6e2527f4bffbd91da8.zip | |
GUD tooltips.
| -rw-r--r-- | man/building.texi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/man/building.texi b/man/building.texi index d42f7686e8c..4bf775df3c2 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1985, 86, 87, 93, 94, 95, 1997 Free Software Foundation, Inc. | 2 | @c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000 Free Software Foundation, Inc. |
| 3 | @c See file emacs.texi for copying conditions. | 3 | @c See file emacs.texi for copying conditions. |
| 4 | @node Building, Abbrevs, Programs, Top | 4 | @node Building, Abbrevs, Programs, Top |
| 5 | @chapter Compiling and Testing Programs | 5 | @chapter Compiling and Testing Programs |
| @@ -255,6 +255,7 @@ mode, the Python debugger PDB, and to JDB, the Java Debugger. | |||
| 255 | * Debugger Operation:: Connection between the debugger and source buffers. | 255 | * Debugger Operation:: Connection between the debugger and source buffers. |
| 256 | * Commands of GUD:: Key bindings for common commands. | 256 | * Commands of GUD:: Key bindings for common commands. |
| 257 | * GUD Customization:: Defining your own commands for GUD. | 257 | * GUD Customization:: Defining your own commands for GUD. |
| 258 | * GUD Tooltips:: Showing variable values by pointing with the mouse. | ||
| 258 | @end menu | 259 | @end menu |
| 259 | 260 | ||
| 260 | @node Starting GUD | 261 | @node Starting GUD |
| @@ -531,6 +532,16 @@ If you don't use @samp{%p} in the command string, the command you define | |||
| 531 | ignores any numeric argument. | 532 | ignores any numeric argument. |
| 532 | @end table | 533 | @end table |
| 533 | 534 | ||
| 535 | @node GUD Tooltips | ||
| 536 | @subsection GUD Tooltips | ||
| 537 | |||
| 538 | @cindex tooltips with GUD | ||
| 539 | The Tooltip facility (@pxref{Tooltips}) provides support for GUD@. If | ||
| 540 | GUD support is activated by customizing the @code{tooltip} group, | ||
| 541 | variable values can be displayed in tooltips by pointing at them with | ||
| 542 | the mouse in the GUD buffer or in source buffers with major modes in the | ||
| 543 | customizable list @code{tooltip-gud-modes}. | ||
| 544 | |||
| 534 | @node Executing Lisp | 545 | @node Executing Lisp |
| 535 | @section Executing Lisp Expressions | 546 | @section Executing Lisp Expressions |
| 536 | 547 | ||