Dired 7.6 bug: efs-dired on VAX/VMS : renaming of FOO;48 to FOO;46 -- FAILS
Martin Maechler (maechler@stat.math.ethz.ch)
Fri, 21 Oct 1994 10:43:51 +0100
I do 'R 1' on a VAX/VMS file called
wpsumm.dat;48
and want to rename it to
wpsumm.dat;46
As the subject says; it fails quite unnicely:
-- the move is done, but I get a bad beep and
error message and the dired display is NOT updated.
If you need, I can produce a backtrace with the
NON-bytecompiled version.....
Emacs : GNU Emacs 19.27.1 (sparc-sun-sunos4.1.3, X toolkit) of Thu Sep 15 1994 on ingrid
Package: Dired
current state:
==============
(setq
dired-version "7.6"
dired-backup-if-overwrite nil
dired-bibtex-unclean-extensions '(".blg" ".bbl")
dired-chown-program "/etc/chown"
dired-cleanup-alist '(("tex" ".cp" ".cps" ".fn" ".fns" ".ky"
".kys" ".pg" ".pgs" ".tp" ".tps" ".vr" ".vrs" ".toc" ".log" ".aux"
".idx" ".lof" ".lot" ".glo" ".blg" ".bbl")
("patch" ".rej" ".orig")
)
dired-compression-method 'compress
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 nil
dired-failed-marker-shell 33
dired-filename-re-ext "\\..+$"
dired-find-subdir nil
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-latex-unclean-extensions '(".idx"
".lof"
".lot"
".glo"
)
dired-listing-switches "-al"
dired-local-variables-file ".dired"
dired-ls-F-marks-symlinks nil
dired-ls-program "ls"
dired-mail-reader 'rmail
dired-mode-line-modified "-%s%s%s-"
dired-no-confirm nil
dired-omit-extensions '(".o"
".elc"
"~"
".bin"
".lbin"
".fasl"
".dvi"
".toc"
".log"
".aux"
".a"
".ln"
".lof"
".blg"
".bbl"
".glo"
".idx"
".lot"
".fmt"
".cp"
".cps"
".fn"
".fns"
".ky"
".kys"
".pg"
".pgs"
".tp"
".tps"
".vr"
".vrs"
".toc"
".log"
".aux"
".idx"
".lof"
".lot"
".glo"
".blg"
".bbl"
".rej"
".orig"
)
dired-omit-files nil
dired-omit-files-regexp "^[#.]"
dired-patch-unclean-extensions '(".rej" ".orig")
dired-show-ls-switches nil
dired-tex-unclean-extensions '(".toc"
".log"
".aux"
)
dired-texinfo-unclean-extensions '(".cp"
".cps"
".fn"
".fns"
".ky"
".kys"
".pg"
".pgs"
".tp"
".tps"
".vr"
".vrs"
)
dired-trivial-filenames "^\\.\\.?$\\|^#"
dired-unshar-program nil
dired-use-file-transformers nil
dired-verify-modtimes nil
reporter-version "2.12"
)