tramp-devel
[Top][All Lists]
Advanced

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

Strange behavior of `file-exists-p` on latest Tramp version


From: Ruiyang Wu
Subject: Strange behavior of `file-exists-p` on latest Tramp version
Date: Sat, 4 Mar 2023 19:02:25 -0500

Hi,

On Tramp version (2.6.0.2) (with Emacs 28.2), after setting (setq 
minibuffer-completing-file-name t), (file-exists-p "/ssh:") returns t, while 
(tramp-sh-handle-file-exists-p  "/ssh:") returns 'Not a Tramp file name: 
"/ssh:"'. On older versions of Tramp, (file-exists-p "/ssh:") always returns 
nil. This new behavior affects other completion systems like ivy-mode on melpa.

Best,
Ruiyang




reply via email to

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