Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4102856c
Commit
4102856c
authored
Mar 21, 2010
by
Chong Yidong
Browse files
* dired.texi (Dired Updating): Document dired-auto-revert-buffer.
parent
15cf2f52
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
4 deletions
+15
-4
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+2
-0
doc/emacs/dired.texi
doc/emacs/dired.texi
+9
-0
etc/NEWS
etc/NEWS
+4
-4
No files found.
doc/emacs/ChangeLog
View file @
4102856c
2010-03-21 Chong Yidong <cyd@stupidchicken.com>
* dired.texi (Dired Updating): Document dired-auto-revert-buffer.
* search.texi (Other Repeating Search): Document multi-isearch-buffers
and multi-isearch-buffers-regexp.
...
...
doc/emacs/dired.texi
View file @
4102856c
...
...
@@ -1099,6 +1099,15 @@ then updating their lines in the buffer to indicate that status.
If you use @kbd{l} on a subdirectory header line, it updates the
contents of the corresponding subdirectory.
@vindex dired-auto-revert-buffer
If you use @kbd{C-x d} or some other Dired command to visit a
directory that is already being shown in a Dired buffer, Dired
switches to that buffer but does not update it. If the buffer is not
up-to-date, Dired displays a warning telling you to type @key{g} to
update it. You can also tell Emacs to revert each Dired buffer
automatically when you revisit it, by setting the variable
@code{dired-auto-revert-buffer} to a non-@code{nil} value.
@kindex k @r{(Dired)}
@findex dired-do-kill-lines
To delete the specified @emph{file lines} from the buffer---not
...
...
etc/NEWS
View file @
4102856c
...
...
@@ -222,9 +222,9 @@ exempt buffers that do correspond to files, customize the value of
`desktop-files-not-to-save' instead.
** Dired
*** The new variable `dired-auto-revert-buffer'
allows to revert
d
ired buffers automatically on revisiting.
+++
*** The new variable `dired-auto-revert-buffer'
, if non-nil, causes
D
ired buffers
to be reverted
automatically on revisiting
them
.
** DocView
...
...
@@ -544,7 +544,7 @@ affecting the buffer's modification state.
The feature `hashtable-print-readable' identifies this new
functionality.
** New functions performing Unicode normalization
are added
:
** New functions
for
performing Unicode normalization:
ucs-normalize-NFD-region, ucs-normalize-NFD-string,
ucs-normalize-NFC-region, ucs-normalize-NFC-string,
ucs-normalize-NFKD-region, ucs-normalize-NFKD-string,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment