# HG changeset patch # User Kim F. Storm # Date 1113903911 0 # Node ID 91e895711c2eb2fe94bab25ccdef60f2ae2a1355 # Parent 74f1c2b96d14328c48181a6033ee980d1771391f (Compilation Mode): Add M-g M-n and M-g M-p bindings. diff -r 74f1c2b96d14 -r 91e895711c2e man/building.texi --- a/man/building.texi Tue Apr 19 09:25:52 2005 +0000 +++ b/man/building.texi Tue Apr 19 09:45:11 2005 +0000 @@ -163,8 +163,13 @@ follow output as it comes in. @table @kbd -@item C-x ` +@item M-g M-n +@itemx M-g n +@itemx C-x ` Visit the locus of the next compiler error message or @code{grep} match. +@item M-g M-p +@itemx M-g p +Visit the locus of the previous compiler error message or @code{grep} match. @item @key{RET} Visit the locus of the error message that point is on. This command is used in the compilation buffer. @@ -187,6 +192,8 @@ compilation buffer produce automatic source display. @end table +@kindex M-g M-n +@kindex M-g n @kindex C-x ` @findex next-error You can visit the source for any particular error message by moving