mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
Document next-error-follow-mode.
This commit is contained in:
parent
cbdad6e2d1
commit
f5e9cb9705
1 changed files with 6 additions and 0 deletions
6
etc/NEWS
6
etc/NEWS
|
|
@ -247,6 +247,12 @@ The new file etc/compilation.txt gives examples of each type of message.
|
|||
Hits are fontified in green, and hits in binary files in orange. Grep buffers
|
||||
can be saved and automatically revisited with the new Grep mode.
|
||||
|
||||
** A new minor mode `next-error-follow-mode' can be used in
|
||||
compilation-mode, grep-mode, occur-mode, and diff-mode (i.e. all the modes
|
||||
that can use `next-error') to associate cursor movements in
|
||||
compilation, grep, occur or diff buffers with cursor movements in the
|
||||
target buffers. This minor mode can be toggled with C-c C-f.
|
||||
|
||||
** M-x diff uses diff-mode instead of compilation-mode.
|
||||
|
||||
** M-x compare-windows now can automatically skip non-matching text to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue