emacs-devel
[Top][All Lists]
Advanced

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

Tramp: how to handle make-symbolic-link?


From: Kai Großjohann
Subject: Tramp: how to handle make-symbolic-link?
Date: Sun, 23 Jun 2002 21:51:44 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu)

What should be the LINKNAME argument of make-symbolic-link when
invoking Tramp?  For non-absolute link targets, the following appears
natural:

(make-symbolic-link "/address@hidden:/name/of/file" "linkname")

So the LINKNAME argument does not look like a Tramp filename.  But
what if the target of the symbolic link is an absolute filename?
Which of the two kinds of calls do we expect?

(make-symbolic-link "/address@hidden:/name/of/file" 
"/address@hidden:/path/to/target")
(make-symbolic-link "/address@hidden:/name/of/file" "/path/to/target")

Thanks,
kai

PS: Surprised that nobody has reported bugs about make-symbolic-link
    in Tramp, yet.  It must have been buggy for years.
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)



reply via email to

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