Mercurial > emacs
comparison etc/NEWS @ 56917:0827d2cd1a66
Document next-error-follow-mode.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 04 Sep 2004 12:35:28 +0000 |
parents | 65fd19d77d19 |
children | f8e248e9a717 |
comparison
equal
deleted
inserted
replaced
56916:a7878257fb7a | 56917:0827d2cd1a66 |
---|---|
244 | 244 |
245 ** M-x grep has been adapted to new compile | 245 ** M-x grep has been adapted to new compile |
246 | 246 |
247 Hits are fontified in green, and hits in binary files in orange. Grep buffers | 247 Hits are fontified in green, and hits in binary files in orange. Grep buffers |
248 can be saved and automatically revisited with the new Grep mode. | 248 can be saved and automatically revisited with the new Grep mode. |
249 | |
250 ** A new minor mode `next-error-follow-mode' can be used in | |
251 compilation-mode, grep-mode, occur-mode, and diff-mode (i.e. all the modes | |
252 that can use `next-error') to associate cursor movements in | |
253 compilation, grep, occur or diff buffers with cursor movements in the | |
254 target buffers. This minor mode can be toggled with C-c C-f. | |
249 | 255 |
250 ** M-x diff uses diff-mode instead of compilation-mode. | 256 ** M-x diff uses diff-mode instead of compilation-mode. |
251 | 257 |
252 ** M-x compare-windows now can automatically skip non-matching text to | 258 ** M-x compare-windows now can automatically skip non-matching text to |
253 resync points in both windows. | 259 resync points in both windows. |