On Thu, Nov 08 2012, Chris Van Dusen wrote:
Hi,
I'm receiving the following error when trying to start slime with CCL:
Debugger entered: (("Error in timer" slime-attempt-connection (#<process inferior-lisp> nil 2) (wrong-type-argument bufferp nil))) (condition-case data (apply fun args) (error (debug nil (list "Error in timer" fun args data)))) slime-timer-call(slime-attempt-connection #<process inferior-lisp> nil 2) apply(slime-timer-call (slime-attempt-connection #<process inferior-lisp> nil 2)) byte-code("r\301\302H\303H"\210)\301\207" [timer apply 5 6] 4) timer-event-handler([t 20635 3417 574689 0.3 slime-timer-call (slime-attempt-connection #<process inferior-lisp> nil 2) nil]) input-pending-p() auto-revert-buffers() apply(auto-revert-buffers nil) byte-code("r\301\302H\303H"\210)\301\207" [timer apply 5 6] 4) timer-event-handler([t 20635 3422 268435 5 auto-revert-buffers nil nil])
Emacs: GNU Emacs 24.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-08-27 on bob.porkrind.org slime is lates from CVS. CCL is Version 1.9-dev-r15478M-trunk (DarwinX8632)
Any ideas as to what the problem is? I can provide any other information needed.
What's the content in the *inferior-lisp* buffer?
Helmut