emacs-devel
[Top][All Lists]
Advanced

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

Re: Tramp: how to handle make-symbolic-link?


From: Kai Großjohann
Subject: Re: Tramp: how to handle make-symbolic-link?
Date: Wed, 10 Jul 2002 15:25:15 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu)

Richard Stallman <address@hidden> writes:

> However, I've changed my mind about the specific question of
> how to handle
>
>     (make-symbolic-link "/address@hidden:/name/of/file" "/path/to/target")

I think you meant the following?

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

> There is only one thing it can possibly mean, which is to link to a
> file on /address@hidden:, so I guess it is ok to imagine that /address@hidden:
> is present.

How should the following be handled?

(make-symbolic-link "/address@hidden:/path/to/target" 
"/address@hidden:/path/to/source")
(make-symbolic-link "/address@hidden:/path/to/target" 
"/address@hidden:/path/to/source")
(make-symbolic-link "/address@hidden:/path/to/target" "/this/is/a/local/source")

kai
-- 
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]