[Bese-devel] SLIME/Tramp Development using remote hosts [Used to be: Development/Production Environment]

Daniel Salama lists at infoway.net
Tue Aug 8 01:42:37 UTC 2006


Thanks everyone for your support. I finally got it to work!!!

I guess I was getting confused by all the references I found through  
your emails and Google. There were samples using SLIME-FILENAME- 
TRANSLATIONS, SLIME-CREATE-FILENAME-TRANSLATOR, SLIME-TRANSLATE-TO- 
LISP-FILENAME-FUNCTION and SLIME-TRANSLATE-FROM-LISP-FILENAME-FUNCTION.

Anyway, this is ALL I needed in my .emacs:

(setq tramp-default-method "scpx")
(setq password-cache-expiry 7200)

(push (slime-create-filename-translator :machine-instance  
"sun.myhost.net"
                                         :remote-host "10.0.10.2"
                                         :username "dsalama")
       slime-filename-translations)

Also, I had to install No Gnus password.el (http://ftp.gnus.org/cgi- 
bin/cvsweb.cgi/gnus/lisp/password.el?rev=7.12) in order for Tramp's  
password cache to work in my environment (Mac OS X, Emacs from http:// 
www.apple.com/downloads/macosx/unix_open_source/carbonemacspackage.html)

Hope this information helps others.

Thanks,
Daniel

On Aug 2, 2006, at 6:29 PM, Vladimir Sekissov wrote:

>
> lists> Now, onto the next problem with Slime. I can't C-c C-k.  
> Whenever I do
> lists> that, the lisp debugger comes up saying that I'm trying to  
> load an
> lists> invalid file:
>
> Customize SLIME-FILENAME-TRANSLATIONS Emacs variable.
>
>> From documentation:
>
> Alist of mappings between machine names and filename
> translation functions. Each element is of the
> form (HOSTNAME-REGEXP TO-LISP FROM-LISP).
> ...
>
> Best Regards,
> Vladimir Sekissov




More information about the bese-devel mailing list