Show
Ignore:
Timestamp:
09/18/06 20:48:14 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/man/building.texi

    r4161 r4166  
    211211available in all buffers, not just in @samp{*compilation*}; it 
    212212displays the next error message at the top of one window and source 
    213 location of the error in another window.  It also momentarily 
    214 highlights the relevant source line.  You can change the behavior of 
    215 this highlighting with the variable @code{next-error-highlight}. 
     213location of the error in another window.  It also temporarily 
     214highlights the relevant source line, for a period controlled by the 
     215variable @code{next-error-highlight}. 
    216216 
    217217  The first time @w{@kbd{C-x `}} is used after the start of a compilation, 
     
    336336 
    337337  Just as you can run a compiler from Emacs and then visit the lines 
    338 with compilation errors, you can also run @code{grep} and 
    339 then visit the lines on which matches were found.  This works by 
    340 treating the matches reported by @code{grep} as if they were ``errors.'' 
     338with compilation errors, you can also run @code{grep} and then visit 
     339the lines on which matches were found.  This works by treating the 
     340matches reported by @code{grep} as if they were ``errors.''  The 
     341buffer of matches uses Grep mode, which is a variant of Compilation 
     342mode (@pxref{Compilation Mode}). 
    341343 
    342344@table @kbd