[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Feature Request: make sane symlinks on remote host.
From: |
Steve Youngs |
Subject: |
Feature Request: make sane symlinks on remote host. |
Date: |
Tue, 02 Jul 2002 09:03:18 +1000 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.5 (bok choi, i686-pc-linux) |
I quite often log into a remote machine with Tramp and do:
M-x eshell RET
(rename-file "file" (format-time-string "file-%Y-%m-%d)) RET
...to rename a file on the remote host, which I think is just the
duck's nuts, BTW.
What I'd also like to do (also from eshell) is:
(make-symbolic-link "file" "symlink")
But it tells me that "file" is not a Tramp filename. If I do:
(make-symbolic-link "/[sm/address@hidden" "/[sm/address@hidden")
...it creates a symlink with a literal filename of
"/[sm/address@hidden" that points to a non-existent file with the
literal name of "/[sm/address@hidden".
What I'd like the 'make-symbolic-link' to do is the same as if I had
run 'ln -s file symlink' on the remote host.
Is this even remotely (pardon the pun) possible?
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<address@hidden>---|
- Feature Request: make sane symlinks on remote host.,
Steve Youngs <=
- Re: Feature Request: make sane symlinks on remote host., Kai Großjohann, 2002/07/02
- Re: Feature Request: make sane symlinks on remote host., Steve Youngs, 2002/07/09
- Re: Feature Request: make sane symlinks on remote host., Kai Großjohann, 2002/07/09
- Re: Feature Request: make sane symlinks on remote host., Steve Youngs, 2002/07/10
- Re: Feature Request: make sane symlinks on remote host., Kai Großjohann, 2002/07/10
- Re: Feature Request: make sane symlinks on remote host., Steve Youngs, 2002/07/10
- Re: Feature Request: make sane symlinks on remote host., Kai Großjohann, 2002/07/11
- Re: Feature Request: make sane symlinks on remote host., Steve Youngs, 2002/07/12
- Re: Feature Request: make sane symlinks on remote host., Kai Großjohann, 2002/07/13
- Re: Feature Request: make sane symlinks on remote host., Steve Youngs, 2002/07/14