Changeset 4166 for trunk/man/building.texi
- Timestamp:
- 09/18/06 20:48:14 (2 years ago)
- Files:
-
- trunk/man/building.texi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/man/building.texi
r4161 r4166 211 211 available in all buffers, not just in @samp{*compilation*}; it 212 212 displays the next error message at the top of one window and source 213 location of the error in another window. It also momentarily214 highlights the relevant source line . You can change the behavior of215 this highlighting with thevariable @code{next-error-highlight}.213 location of the error in another window. It also temporarily 214 highlights the relevant source line, for a period controlled by the 215 variable @code{next-error-highlight}. 216 216 217 217 The first time @w{@kbd{C-x `}} is used after the start of a compilation, … … 336 336 337 337 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.'' 338 with compilation errors, you can also run @code{grep} and then visit 339 the lines on which matches were found. This works by treating the 340 matches reported by @code{grep} as if they were ``errors.'' The 341 buffer of matches uses Grep mode, which is a variant of Compilation 342 mode (@pxref{Compilation Mode}). 341 343 342 344 @table @kbd
