From 089ed5652e2892a09b6697edc5b5b269954606f6 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 19 Apr 2005 09:45:11 +0000 Subject: [PATCH] (Compilation Mode): Add M-g M-n and M-g M-p bindings. --- man/building.texi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man/building.texi b/man/building.texi index 10b7b8053d2..408d0eb339a 100644 --- a/man/building.texi +++ b/man/building.texi @@ -163,8 +163,13 @@ non-@code{nil} value, then the compilation buffer always scrolls to 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 @@ Toggle Next Error Follow minor mode, which makes cursor motion in the 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 -- 2.39.2