emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/building.texi


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/man/building.texi
Date: Sun, 15 May 2005 21:07:12 -0400

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.58 emacs/man/building.texi:1.59
*** emacs/man/building.texi:1.58        Tue May 10 09:21:52 2005
--- emacs/man/building.texi     Mon May 16 01:07:12 2005
***************
*** 223,228 ****
--- 223,236 ----
  buffer and finds no more error messages to visit, it fails and signals
  an Emacs error.
  
+ When the left fringe is displayed, an arrow points to the
+ current message in the compilation buffer. The variable
+ @code{compilation-context-lines} controls the number of lines of
+ leading context in the window before the current message.  If it is
+ @code{nil} and the left fringe is displayed, the window doesn't
+ scroll.  If there is no left fringe, no arrow is displayed and a value
+ of @code{nil} means display the message at the top of the window.
+ 
    You don't have to be in the compilation buffer in order to use
  @code{next-error}.  If one window on the selected frame can be the
  target of the @code{next-error} call, it is used.  Else, if a buffer
***************
*** 504,511 ****
  associated with an identifier when the program is not executing.  This
  operates in the GUD buffer and in source buffers with major modes in
  the list @code{gud-tooltip-modes}.  If the variable
! @code{gud-tooltip-echo-area} is address@hidden then the help text is
! displayed in the echo area.
  
  @node Commands of GUD
  @subsection Commands of GUD
--- 512,519 ----
  associated with an identifier when the program is not executing.  This
  operates in the GUD buffer and in source buffers with major modes in
  the list @code{gud-tooltip-modes}.  If the variable
! @code{gud-tooltip-echo-area} is address@hidden then the variable's
! value is displayed in the echo area.
  
  @node Commands of GUD
  @subsection Commands of GUD
***************
*** 515,521 ****
  also provides commands for setting and clearing breakpoints, for
  selecting stack frames, and for stepping through the program.  These
  commands are available both in the GUD buffer and globally, but with
! different key bindings.  It also has its own toolbar from which you
  can invoke the more common commands by clicking on the appropriate
  icon.  This is particularly useful for repetitive commands like
  gud-next and gud-step and allows the user to hide the GUD buffer.
--- 523,529 ----
  also provides commands for setting and clearing breakpoints, for
  selecting stack frames, and for stepping through the program.  These
  commands are available both in the GUD buffer and globally, but with
! different key bindings.  It also has its own tool bar from which you
  can invoke the more common commands by clicking on the appropriate
  icon.  This is particularly useful for repetitive commands like
  gud-next and gud-step and allows the user to hide the GUD buffer.
***************
*** 742,748 ****
  (@code{gdb-mouse-set-clear-breakpoint}). Where Emacs uses the margin
  to display breakpoints, it is also possible to enable or disable them
  when you click @kbd{Mouse-3} there
! (@code{gdb-mouse-toggle--breakpoint}).
  
  @vindex gud-gdb-command-name
  @findex gdba
--- 750,756 ----
  (@code{gdb-mouse-set-clear-breakpoint}). Where Emacs uses the margin
  to display breakpoints, it is also possible to enable or disable them
  when you click @kbd{Mouse-3} there
! (@code{gdb-mouse-toggle-breakpoint}).
  
  @vindex gud-gdb-command-name
  @findex gdba
***************
*** 869,875 ****
  
  If you want to see how a variable changes each time your program stops
  then place the cursor over the variable name and click on the watch
! icon in the toolbar (@code{gud-watch}).
  
  Each watch expression is displayed in the speedbar.  Complex data
  types, such as arrays, structures and unions are represented in a tree
--- 877,883 ----
  
  If you want to see how a variable changes each time your program stops
  then place the cursor over the variable name and click on the watch
! icon in the tool bar (@code{gud-watch}).
  
  Each watch expression is displayed in the speedbar.  Complex data
  types, such as arrays, structures and unions are represented in a tree




reply via email to

[Prev in Thread] Current Thread [Next in Thread]