comparison man/building.texi @ 90147:e1fbb019c538

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 258-271) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 66) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 21 Apr 2005 05:59:53 +0000
parents 4da4a09e8b1b 91e895711c2e
children 08185296b491
comparison
equal deleted inserted replaced
90146:a4445dd2a017 90147:e1fbb019c538
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