diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 6 insertions, 5 deletions
| @@ -247,11 +247,12 @@ The new file etc/compilation.txt gives examples of each type of message. | |||
| 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 | 249 | ||
| 250 | ** A new minor mode `next-error-follow-mode' can be used in | 250 | ** A new minor mode `next-error-follow-minor-mode' can be used in |
| 251 | compilation-mode, grep-mode, occur-mode, and diff-mode (i.e. all the modes | 251 | compilation-mode, grep-mode, occur-mode, and diff-mode (i.e. all the |
| 252 | that can use `next-error') to associate cursor movements in | 252 | modes that can use `next-error'). In this mode, cursor motion in the |
| 253 | compilation, grep, occur or diff buffers with cursor movements in the | 253 | buffer causes automatic display in another window of the corresponding |
| 254 | target buffers. This minor mode can be toggled with C-c C-f. | 254 | matches, compilation errors, etc. This minor mode can be toggled with |
| 255 | C-c C-f. | ||
| 255 | 256 | ||
| 256 | ** M-x diff uses diff-mode instead of compilation-mode. | 257 | ** M-x diff uses diff-mode instead of compilation-mode. |
| 257 | 258 | ||