GNU bug report logs -
#33458
27.0.50; dired loses position when reverted from outside place
Previous Next
Reported by: v88m <at> posteo.net
Date: Wed, 21 Nov 2018 20:46:01 UTC
Severity: minor
Found in version 27.0.50
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #103 received at 33458 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
> Unfortunately, now Dired fails to visit a directory:
>
> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
> file-name-absolute-p(nil)
> dired-goto-file(nil)
> dired-restore-positions(((#<buffer /tmp/> nil 3) nil ((#<marker at 1 in /tmp/> nil 3))))
> dired-revert(nil nil)
> revert-buffer()
> dired-internal-noselect("/tmp/" nil)
> dired-noselect("/tmp/" nil)
> dired("/tmp/")
> dired-jump(nil nil)
> funcall-interactively(dired-jump nil nil)
> call-interactively(dired-jump nil nil)
> command-execute(dired-jump)
>
> Maybe this happens when a reverted directory window is restored
> from a window configuration, so point-marker is at 1,
> and (dired-get-filename nil t) returns nil in `dired-save-positions'.
Looks like a silly typo. Please try the attached patch. If it does
not help, please provide me a simple scenario to reproduce the bug.
Thanks, martin
[dired.el.diff (text/plain, attachment)]
This bug report was last modified 4 years and 330 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.