comparison man/building.texi @ 61652:91e895711c2e

(Compilation Mode): Add M-g M-n and M-g M-p bindings.
author Kim F. Storm <storm@cua.dk>
date Tue, 19 Apr 2005 09:45:11 +0000
parents 71da083fd001
children cdd3e3ac3b37 e1fbb019c538
comparison
equal deleted inserted replaced
61651:74f1c2b96d14 61652:91e895711c2e
161 If you set the variable @code{compilation-scroll-output} to a 161 If you set the variable @code{compilation-scroll-output} to a
162 non-@code{nil} value, then the compilation buffer always scrolls to 162 non-@code{nil} value, then the compilation buffer always scrolls to
163 follow output as it comes in. 163 follow output as it comes in.
164 164
165 @table @kbd 165 @table @kbd
166 @item C-x ` 166 @item M-g M-n
167 @itemx M-g n
168 @itemx C-x `
167 Visit the locus of the next compiler error message or @code{grep} match. 169 Visit the locus of the next compiler error message or @code{grep} match.
170 @item M-g M-p
171 @itemx M-g p
172 Visit the locus of the previous compiler error message or @code{grep} match.
168 @item @key{RET} 173 @item @key{RET}
169 Visit the locus of the error message that point is on. 174 Visit the locus of the error message that point is on.
170 This command is used in the compilation buffer. 175 This command is used in the compilation buffer.
171 @item Mouse-2 176 @item Mouse-2
172 Visit the locus of the error message that you click on. 177 Visit the locus of the error message that you click on.
185 @item C-c C-f 190 @item C-c C-f
186 Toggle Next Error Follow minor mode, which makes cursor motion in the 191 Toggle Next Error Follow minor mode, which makes cursor motion in the
187 compilation buffer produce automatic source display. 192 compilation buffer produce automatic source display.
188 @end table 193 @end table
189 194
195 @kindex M-g M-n
196 @kindex M-g n
190 @kindex C-x ` 197 @kindex C-x `
191 @findex next-error 198 @findex next-error
192 You can visit the source for any particular error message by moving 199 You can visit the source for any particular error message by moving
193 point in the @samp{*compilation*} buffer to that error message and 200 point in the @samp{*compilation*} buffer to that error message and
194 typing @key{RET} (@code{compile-goto-error}). Alternatively, you can 201 typing @key{RET} (@code{compile-goto-error}). Alternatively, you can