Saturday, January 26, 2008

Emacs video

Update Feburary 19th:
A most helpfull reader posted a brilliant text summary of the Emacs video. Thanks!


Finally I watched all of this video, dealing with Emacs and Slime. It's very good and helpful.

However, some information is outdated if you're using the latest slime version, namely the remote filename translations.

This is what that part of my .emacs looks like now:
(It's a bit different than in the slime manual).

(add-to-list 'load-path "~/lisp/slime/contrib")
(add-hook 'slime-load-hook (lambda () (require 'slime-tramp)))

(push (slime-create-filename-translator
:machine-instance "hanarr.ifi.uio.no"
:remote-host "hanarr.ifi.uio.no"
:username "ivarref")
slime-filename-translations)


For me this makes both C-c C-k and M-. work. Hooray!

2 comments:

Peter Christensen said...

Congo,
I loved the SLIME video too, and I wrote a reference guide to it, with timestamps, links to documentation, and all the keys he used. Take a look!

http://www.pchristensen.com/blog/articles/reference-for-the-slimelispemacs-screencast/

-Peter

Peter Christensen said...

Here is the link to the SLIME reference guide