» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with SLIME + ssh

a1k0n: Using SLIME over an SSH tunnel

Nice little tip on how to use SLIME over SSH.

Emacs: del.icio.us tag/emacs

a1k0n: Using SLIME over an SSH tunnel

(require 'asdf) (asdf:oos 'asdf:load-op 'swank) ; start swank (setf swank:*use-dedicated-output-stream* nil) (setf swank:*communication-style* :fd-handler) (swank:create-server :dont-close t)

Emacs: del.icio.us tag/emacs