Dired 7.9 bug: Dired buffers not refreshing after changes
Kevin Broadey (kevinb@ats.uk.eds.com)
Fri, 12 Mar 1999 09:54:27 GMT
In a dired buffer I do "d x yes RET" to delete a file, but the filename
remains in the buffer. Similarly if I do "R newname RET" to rename a
file then the old name remains in the buffer. The behaviour I would
expect (as dired-refresh-automatically is t) is for the buffer to be
updated in line with the change. This is what happens with the
dired.el that comes with Emacs-20.3.
Kevin
Emacs : GNU Emacs 20.3.1 (powerpc-ibm-aix4.2.1.0, Motif)
of Thu Sep 3 1998 on crabby
Package: Dired
current state:
==============
(setq
dired-version "7.9"
dired-backup-if-overwrite nil
dired-chown-program "/etc/chown"
dired-cleanup-alist '(("tex" ".toc" ".log" ".aux" ".dvi")
("latex" ".toc" ".log" ".aux" ".idx" ".lof" ".lot"
".glo" ".dvi")
("bibtex" ".blg" ".bbl")
("texinfo" ".cp" ".cps" ".fn" ".fns" ".ky" ".kys" ".pg"
".pgs" ".tp" ".tps" ".vr" ".vrs")
("patch" ".rej" ".orig") ("backups" "~")
("completion-ignored-extensions" ".o" "~" ".bin"
".lbin" ".fasl" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof"
".glo" ".idx" ".lot" ".dvi" ".fmt" ".class" ".fas"
".lib" ".x86f" ".toc" ".log" ".aux" ".cp" ".fn" ".ky"
".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps"
".vrs")
)
dired-compression-method 'gzip
dired-compression-method-alist '((gzip ".gz" ("gzip") ("gzip" "-d") "-f")
(compress ".Z" ("compress" "-f")
("compress" "-d") "-f")
(pack ".z" ("pack" "-f") ("unpack"))
(compact ".C" ("compact") ("uncompact")))
dired-copy-preserve-time t
dired-dwim-target t
dired-failed-marker-shell 33
dired-filename-re-ext "\\..+\\'"
dired-find-subdir t
dired-gnutar-program nil
dired-keep-marker-compress t
dired-keep-marker-copy 67
dired-keep-marker-hardlink 72
dired-keep-marker-kill 75
dired-keep-marker-rename t
dired-keep-marker-symlink 89
dired-keep-marker-uucode 85
dired-kept-versions 2
dired-listing-switches "-al"
dired-local-variables-file ".dired"
dired-ls-F-marks-symlinks nil
dired-ls-program "ls"
dired-mail-reader 'vm
dired-mode-line-modified "-%s%s%s-"
dired-no-confirm nil
dired-omit-extensions '(".x86f" ".lib" ".fas" ".class" ".fmt" ".elc" ".ln"
".a" ".fasl" ".lbin" ".bin" ".o" "~" ".orig" ".rej"
".vrs" ".vr" ".tps" ".tp" ".pgs" ".pg" ".kys" ".ky"
".fns" ".fn" ".cps" ".cp" ".bbl" ".blg" ".glo" ".lot"
".lof" ".idx" ".dvi" ".aux" ".log" ".toc")
dired-omit-files nil
dired-omit-regexps '("\\`#" "\\`\\.")
dired-refresh-automatically t
dired-show-ls-switches nil
dired-trivial-filenames "^\\.\\.?$\\|^#"
dired-unshar-program nil
dired-use-file-transformers t
dired-verify-modtimes t
reporter-version "2.20"
)
--
Kevin Broadey