tramp-devel
[Top][All Lists]
Advanced

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

Tramps expand-file-name fails on protocol-only prefix


From: Jürgen Hötzel
Subject: Tramps expand-file-name fails on protocol-only prefix
Date: Fri, 11 Mar 2016 23:26:16 +0100

Hi Michael,

I use `company-capf' in eshell and get this error when `expand-file-name' is called by the company-backend on the name "/scp:".
-> cond: Host name must not match method "scp"

Internally  (expand-file-name "/scp:")  is called, which itself calls (tramp-dissect-file-name "/scp:")
-> [#("scp" 0 3 (tramp-default t)) nil "scp" "" nil]
                                                            ^^^^^^
Do you have any idea who to fix this issue? I just startet to check `tramp-dissect-file-name' internals/regexp.

regards

Jürgen








reply via email to

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