comparison man/building.texi @ 37482:4b43d9f652aa

Correct typo on pdb-mode-hook. Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Thu, 26 Apr 2001 00:24:48 +0000
parents e80fc3e25af8
children 081777df34a7
comparison
equal deleted inserted replaced
37481:7121f840504e 37482:4b43d9f652aa
40 It can also parse the error messages and show you the source lines where 40 It can also parse the error messages and show you the source lines where
41 compilation errors occurred. 41 compilation errors occurred.
42 42
43 @table @kbd 43 @table @kbd
44 @item M-x compile 44 @item M-x compile
45 Run a compiler asynchronously under Emacs, with error messages to 45 Run a compiler asynchronously under Emacs, with error messages going to
46 @samp{*compilation*} buffer. 46 @samp{*compilation*} buffer.
47 @item M-x grep 47 @item M-x grep
48 Run @code{grep} asynchronously under Emacs, with matching lines 48 Run @code{grep} asynchronously under Emacs, with matching lines
49 listed in the buffer named @samp{*grep*}. 49 listed in the buffer named @samp{*grep*}.
50 @item M-x grep-find 50 @item M-x grep-find
486 @vindex jdb-mode-hook 486 @vindex jdb-mode-hook
487 On startup, GUD runs one of the following hooks: @code{gdb-mode-hook}, 487 On startup, GUD runs one of the following hooks: @code{gdb-mode-hook},
488 if you are using GDB; @code{dbx-mode-hook}, if you are using DBX; 488 if you are using GDB; @code{dbx-mode-hook}, if you are using DBX;
489 @code{sdb-mode-hook}, if you are using SDB; @code{xdb-mode-hook}, if you 489 @code{sdb-mode-hook}, if you are using SDB; @code{xdb-mode-hook}, if you
490 are using XDB; @code{perldb-mode-hook}, for Perl debugging mode; 490 are using XDB; @code{perldb-mode-hook}, for Perl debugging mode;
491 @code{jdb-mode-hook}, for PDB; @code{jdb-mode-hook}, for JDB. You can 491 @code{pdb-mode-hook}, for PDB; @code{jdb-mode-hook}, for JDB. You can
492 use these hooks to define custom key bindings for the debugger 492 use these hooks to define custom key bindings for the debugger
493 interaction buffer. @xref{Hooks}. 493 interaction buffer. @xref{Hooks}.
494 494
495 Here is a convenient way to define a command that sends a particular 495 Here is a convenient way to define a command that sends a particular
496 command string to the debugger, and set up a key binding for it in the 496 command string to the debugger, and set up a key binding for it in the