[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26156: 26.0.50; expand-file-name fails to expand ~ if tramp is loade
From: |
Michael Albinus |
Subject: |
bug#26156: 26.0.50; expand-file-name fails to expand ~ if tramp is loaded and "/" is specified |
Date: |
Sat, 18 Mar 2017 17:46:55 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
mano155@gmail.com writes:
Hi,
> On the most recent version, if tramp is loaded, expand-file-name does
> not expand ~ properly when the second argument is "/". This breaks
> breaks magit-clone, though weirdly, that command only fails if the
> active point is in a dired buffer. To clarify, "~" is absolute (per the
> docstring for file-name-absolute-p), but it is not canonical (per the
> docstring for expand-file-name).
I've pushed a fix to master, could you pls check?
Best regards, Michael.