[slime-devel] Definition Void: slime-create-filename-translator
Jeremiah Via
jeremiah.via at gmail.com
Thu Jul 1 06:20:58 UTC 2010
I'm new to Emacs/Lisp and I'm trying to get remote editing working. I
have swank running in Allegro Common Lisp 8.0 and REPL appears to work
as expected. The problem lies in the filename translation when I try
to compile a file.
When I start up emacs I get this message: "Symbol's function
definition is void: slime-create-filename-translator."
This is the relevant part of my .emacs:
(setq inferior-lisp-program "/usr/bin/clisp"
lisp-indent-function 'common-lisp-indent-function
slime-complete-symbol-function 'slime-fuzzy-complete-symbol
slime-startup-animation t)
(add-to-list 'load-path "~/.emacs.d/slime")
(require 'slime-autoloads)
(slime-setup '(slime-fancy slime-banner slime-tramp
slime-presentations slime-asdf))
(push (slime-create-filename-translator :machine-instance "#xbc930fc3"
:remote
"tinky-winky.cs.bham.ac.uk"
:username "jxv911")
slime-filename-translations)
Thanks for your help,
Jeremiah
More information about the slime-devel
mailing list