[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with for tilde expansion (tramp 2.1.9)
From: |
Michael Albinus |
Subject: |
Re: problem with for tilde expansion (tramp 2.1.9) |
Date: |
Tue, 22 May 2007 10:00:23 +0200 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) |
Gilles Pion <address@hidden> writes:
> Without
> making this change ~<username> always uses the
> home directory of the remote user of the ssh connection.
> Is this correct?
Oops, you're right. I've tried to optimize by caching the home
directory path, but I did overlook this case. Stupid.
I'll provide a fix tonight which combines caching of the home
directory path and preserving the correct owner.
Thanks for reporting, and best regards, Michael.