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: Richard Stallman
Subject: Re: Tramp: how to handle make-symbolic-link?
Date: Thu, 11 Jul 2002 06:00:46 -0600 (MDT)

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

This should work, and make a link that says /path/to/target.

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

It would be ok for this to work, exactly like

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

However, it would be ok for it to get an error instead.

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

This should get an error.




reply via email to

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