diff options
| author | Glenn Morris | 2011-02-16 00:32:30 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-16 00:32:30 -0800 |
| commit | da5e0ce4d6e000b1bc493cb20ce0cc9ecb1ba244 (patch) | |
| tree | c7c8ffc0f78212cf0cda1676fd9d54e5d7a034b1 /doc | |
| parent | 1f5d53eb532df40b6c41d25a8b1eaf4ccf69d518 (diff) | |
| download | emacs-da5e0ce4d6e000b1bc493cb20ce0cc9ecb1ba244.tar.gz emacs-da5e0ce4d6e000b1bc493cb20ce0cc9ecb1ba244.zip | |
More dired-x cleanup.
* lisp/dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
Doc fixes. Add :set property, replacing top-level calls.
(dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
(dired-guess-shell-gnutar): Test tar version rather than system-type.
(dired-extra-startup, dired-man, dired-info): Doc fixes.
(dired-clean-up-after-deletion): Use when and dolist.
(dired-jump): Use unless and when.
(dired-virtual): Use line-end-position.
(dired-default-directory-alist): Rename from default-directory-alist.
(dired-default-directory): Update for above name change.
(dired-vm): Drop VM < 5 and simplify.
(dired-buffer-more-recently-used-p): Rewrite.
(dired-filename-at-point): Use when and or.
(dired-x-read-filename-at-point): Rename from read-filename-at-point.
Update callers.
* doc/misc/dired-x.texi (Multiple Dired Directories): Update for rename of
default-directory-alist.
(Miscellaneous Commands): No longer mention very old VM version 4.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 9 | ||||
| -rw-r--r-- | doc/misc/dired-x.texi | 15 |
2 files changed, 15 insertions, 9 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 34096144066..fe589bb6fdd 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-02-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * dired-x.texi (Multiple Dired Directories): Update for rename of | ||
| 4 | default-directory-alist. | ||
| 5 | (Miscellaneous Commands): No longer mention very old VM version 4. | ||
| 6 | |||
| 1 | 2011-02-15 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2011-02-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Merge from gnulib. | 9 | Merge from gnulib. |
| @@ -5,7 +11,8 @@ | |||
| 5 | 11 | ||
| 6 | 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com> | 12 | 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com> |
| 7 | 13 | ||
| 8 | * auth.texi (Help for users): Login collection is "Login" and not "login". | 14 | * auth.texi (Help for users): |
| 15 | Login collection is "Login" and not "login". | ||
| 9 | 16 | ||
| 10 | 2011-02-13 Michael Albinus <michael.albinus@gmx.de> | 17 | 2011-02-13 Michael Albinus <michael.albinus@gmx.de> |
| 11 | 18 | ||
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index 9ae569c151c..a1e7e0ae9fc 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi | |||
| @@ -978,8 +978,8 @@ A general mechanism is provided for special handling of the working | |||
| 978 | directory in special major modes: | 978 | directory in special major modes: |
| 979 | 979 | ||
| 980 | @table @code | 980 | @table @code |
| 981 | @item default-directory-alist | 981 | @item dired-default-directory-alist |
| 982 | @vindex default-directory-alist | 982 | @vindex dired-default-directory-alist |
| 983 | Default: @code{((dired-mode . (dired-current-directory)))} | 983 | Default: @code{((dired-mode . (dired-current-directory)))} |
| 984 | 984 | ||
| 985 | Alist of major modes and their notion of @code{default-directory}, as a | 985 | Alist of major modes and their notion of @code{default-directory}, as a |
| @@ -990,7 +990,7 @@ in favor of @code{default-directory}. | |||
| 990 | @findex dired-default-directory | 990 | @findex dired-default-directory |
| 991 | Use this function like you would use the variable | 991 | Use this function like you would use the variable |
| 992 | @code{default-directory}, except that @code{dired-default-directory} | 992 | @code{default-directory}, except that @code{dired-default-directory} |
| 993 | also consults the variable @code{default-directory-alist}. | 993 | also consults the variable @code{dired-default-directory-alist}. |
| 994 | @end table | 994 | @end table |
| 995 | 995 | ||
| 996 | @node Find File At Point, Miscellaneous Commands, Multiple Dired Directories, Top | 996 | @node Find File At Point, Miscellaneous Commands, Multiple Dired Directories, Top |
| @@ -1141,13 +1141,12 @@ file (assumed to be a UNIX mail folder). | |||
| 1141 | 1141 | ||
| 1142 | @vindex dired-vm-read-only-folders | 1142 | @vindex dired-vm-read-only-folders |
| 1143 | If you give this command a prefix argument, it will visit the folder | 1143 | If you give this command a prefix argument, it will visit the folder |
| 1144 | read-only. This only works in VM 5, not VM 4. | 1144 | read-only. |
| 1145 | 1145 | ||
| 1146 | If the variable @code{dired-vm-read-only-folders} is @code{t}, | 1146 | If the variable @code{dired-vm-read-only-folders} is @code{t}, |
| 1147 | @code{dired-vm} will | 1147 | @code{dired-vm} will visit all folders read-only. If it is neither |
| 1148 | visit all folders read-only. If it is neither @code{nil} nor @code{t}, e.g., | 1148 | @code{nil} nor @code{t}, e.g., the symbol @code{if-file-read-only}, only |
| 1149 | the symbol @code{if-file-read-only}, only files not writable by you are | 1149 | files not writable by you are visited read-only. |
| 1150 | visited read-only. This is the recommended value if you run VM 5. | ||
| 1151 | 1150 | ||
| 1152 | @vindex dired-bind-vm | 1151 | @vindex dired-bind-vm |
| 1153 | If the variable @code{dired-bind-vm} is @code{t}, @code{dired-vm} will be bound | 1152 | If the variable @code{dired-bind-vm} is @code{t}, @code{dired-vm} will be bound |