On Fri Jan 21, 2005 at 06:57:21PM +0100, Helmut Eller wrote:
This is weird. The log in your first message indicated that Emacs was able to connect.
Any luck with something like: (swank:create-server :port 0) ?
Helmut.
Yes! That works. But then the next step dies:
* (swank:create-server :port 0) ;; Swank started at port: 43214.
43214 ;
; Warning: This function is undefined: ; SLIME-CONNECT
Error in KERNEL:%COERCE-TO-FUNCTION: the function SLIME-CONNECT is undefined. [Condition of type UNDEFINED-FUNCTION]
Restarts: 0: [ABORT] Return to Top-Level.
Debug (type H for help)
(KERNEL:%COERCE-TO-FUNCTION SLIME-CONNECT) Source: Error finding source: Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists: target:code/fdefinition.lisp. 0]
--Jeff