bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45257: 27.1; ido-find-file incorrectly handles directory names begin


From: Eli Zaretskii
Subject: bug#45257: 27.1; ido-find-file incorrectly handles directory names beginning with tilde(~)
Date: Tue, 15 Dec 2020 20:26:21 +0200

> From: <benthor@posteo.de>
> Date: Tue, 15 Dec 2020 17:21:05 +0100
> 
> Steps to reproduce:
> mkdir -p /tmp/ido/~example/
> emacs -Q
> M-x ido-mode
> C-x C-f //tmp/ido/~example/test
> 
> Expected behavior:
> See "Find file: /tmp/ido/~example/test [No match]" in Minibuffer
> 
> Observed behavior:
> See "~/~example/test [No match]" in Minibuffer

You need to quote such special file names, using "/:".





reply via email to

[Prev in Thread] Current Thread [Next in Thread]