comparison man/building.texi @ 56808:00b9078008ef

(Building): Interchange nodes (for correct numbering).
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 27 Aug 2004 23:28:06 +0000
parents 8446511392c6
children 875c4c833a38
comparison
equal deleted inserted replaced
56807:d2c0e48f4d5a 56808:00b9078008ef
21 * Debuggers:: Running symbolic debuggers for non-Lisp programs. 21 * Debuggers:: Running symbolic debuggers for non-Lisp programs.
22 * Executing Lisp:: Various modes for editing Lisp programs, 22 * Executing Lisp:: Various modes for editing Lisp programs,
23 with different facilities for running 23 with different facilities for running
24 the Lisp programs. 24 the Lisp programs.
25 * Libraries: Lisp Libraries. Creating Lisp programs to run in Emacs. 25 * Libraries: Lisp Libraries. Creating Lisp programs to run in Emacs.
26 * Eval: Lisp Eval. Executing a single Lisp expression in Emacs.
26 * Interaction: Lisp Interaction. Executing Lisp in an Emacs buffer. 27 * Interaction: Lisp Interaction. Executing Lisp in an Emacs buffer.
27 * Eval: Lisp Eval. Executing a single Lisp expression in Emacs.
28 * External Lisp:: Communicating through Emacs with a separate Lisp. 28 * External Lisp:: Communicating through Emacs with a separate Lisp.
29 @end menu 29 @end menu
30 30
31 @node Compilation 31 @node Compilation
32 @section Running Compilations under Emacs 32 @section Running Compilations under Emacs
642 to know GDB commands. 642 to know GDB commands.
643 643
644 @menu 644 @menu
645 * Layout:: Control the number of displayed buffers. 645 * Layout:: Control the number of displayed buffers.
646 * Breakpoints Buffer:: A breakpoint control panel. 646 * Breakpoints Buffer:: A breakpoint control panel.
647 * Stack Buffer:: Select a frame from the call stack. 647 * Stack Buffer:: Select a frame from the call stack.
648 * Watch Expressions:: Monitor variable values in the speedbar. 648 * Watch Expressions:: Monitor variable values in the speedbar.
649 * Other Buffers:: Input/output, locals, registers and assembler buffers. 649 * Other Buffers:: Input/output, locals, registers and assembler buffers.
650 @end menu 650 @end menu
651 651
652 @node Layout 652 @node Layout
696 is the relevant buffer type e.g breakpoints. 696 is the relevant buffer type e.g breakpoints.
697 697
698 @node Breakpoints Buffer 698 @node Breakpoints Buffer
699 @subsubsection Breakpoints Buffer 699 @subsubsection Breakpoints Buffer
700 700
701 The breakpoints buffer shows the existing breakpoints and watchpoints 701 The breakpoints buffer shows the existing breakpoints and watchpoints
702 (@pxref{Breakpoints,,, gdb, The GNU debugger}). It has three special 702 (@pxref{Breakpoints,,, gdb, The GNU debugger}). It has three special
703 commands: 703 commands:
704 704
705 @table @kbd 705 @table @kbd
706 @item @key{SPC} 706 @item @key{SPC}
707 @kindex SPC @r{(GDB breakpoints buffer)} 707 @kindex SPC @r{(GDB breakpoints buffer)}
708 @findex gdb-toggle-breakpoint 708 @findex gdb-toggle-breakpoint
709 Enable/disable the breakpoint at the current line 709 Enable/disable the breakpoint at the current line
710 (@code{gdb-toggle-breakpoint}). On a graphical display, this changes 710 (@code{gdb-toggle-breakpoint}). On a graphical display, this changes
711 the color of a bullet in the margin of the source buffer at the 711 the color of a bullet in the margin of the source buffer at the