GNU bug report logs -
#62732
29.0.60; uniquify-trailing-separator-p affects any buffer whose name matches a dir in CWD
Previous Next
Reported by: sbaugh <at> catern.com
Date: Sun, 9 Apr 2023 01:38:02 UTC
Severity: normal
Found in version 29.0.60
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Cc: 62732 <at> debbugs.gnu.org
> From: sbaugh <at> catern.com
> Date: Mon, 10 Jul 2023 01:36:00 +0000 (UTC)
>
> Great! Here's that as a complete patch again.
> --- a/lisp/dired.el
> +++ b/lisp/dired.el
> @@ -1306,7 +1306,7 @@ dired-internal-noselect
> ;; Note that buffer already is in dired-mode, if found.
> (new-buffer-p (null buffer)))
> (or buffer
> - (setq buffer (create-file-buffer (directory-file-name dirname))))
> + (setq buffer (create-file-buffer dirname)))
This seems to imply that callers of create-file-buffer will now have
to remember to ensure the argument ends in a slash if it is the name
of a directory. If so, I'd prefer that create-file-buffer did that
internally, when its argument is a directory. Callers shouldn't know
to much about the internals of the callee.
Does this changeset have any user-facing behavior changes? If so,
they should be at least in NEWS.
This bug report was last modified 1 year and 312 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.