Dired 7.5 bug: last file in dir lost (off by one error?)

Joe Reinhardt (jmr@everest.radiology.uiowa.edu)
Wed, 14 Sep 94 13:20:48 CDT


I copied a file and it ended up on the last line in the dired
buffer.    When I moved the cursor down to that line and tried
to open the file, I got the error "no file on this line".
Typing "g" to refresh the listing fixes the problem.


Emacs  : GNU Emacs 19.25.1 of Tue Sep  6 1994 on everest (sparc-sun-sunos4.1.3)
Package: Dired

current state:
==============
(setq
     dired-version "7.5"
     dired-after-readin-hook '(hilit-rehighlight-buffer-quietly)
     dired-backup-if-overwrite nil
     dired-before-readin-hook '(efs-dired-before-readin)
     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 '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 nil
     dired-gnutar-program nil
     dired-grep-load-hook '(#[nil "ÀÁÂÃ#‡" [efs-overwrite-fn "efs" dired-grep-delete-local-temp-file efs-diff/grep-del-temp-file] 4])
     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 "-l"
     dired-load-hook '(#[nil "ÀÁ!‡" [require efs-dired] 2])
     dired-local-variables-file ".dired"
     dired-ls-F-marks-symlinks nil
     dired-ls-program "ls"
     dired-mail-reader 'rmail
     dired-mode-hook nil
     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-shell-load-hook nil
     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 t
     reporter-version "Your version of reporter is obsolete.  Please upgrade."
     )