Hi
I am very new to SLIME and I have noticed a slightly annoying problem.
I am using an old CMUCL 18e on a Linux box. Once I start SLIME I keep getting "Polling ...." messages in the minibuffer.
Is there something obvious I am missing?
Cheers
-- Marco Antoniotti http://bioinformatics.nyu.edu NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488 715 Broadway 10th FL fax. +1 - 212 - 998 3484 New York, NY, 10003, U.S.A.
On Wed, 3 Aug 2005 15:51:21 -0400, marcoxa@cs.nyu.edu wrote:
I am very new to SLIME and I have noticed a slightly annoying problem.
I am using an old CMUCL 18e on a Linux box. Once I start SLIME I keep getting "Polling ...." messages in the minibuffer.
Is there something obvious I am missing?
Probably swank.
Cliki has basic config information.
This is what I use:
; SLIME (add-to-list 'load-path "/usr/share/emacs/site-lisp/slime") (require 'slime) (setq common-lisp-hyperspec-root "file:///usr/share/doc/HyperSpec/" common-lisp-hyperspec-symbol-table "file:///usr/share/doc/HyperSpec/Data" inferior-lisp-program "/usr/local/bin/lisp" lisp-indent-function 'common-lisp-indent-function slime-startup-animation nil ) (slime-setup :autodoc t) ;(add-hook 'slime-connected-hook 'slime-ensure-typeout-frame) (eval-after-load "hyperspec" '(load "hyperspec-addon"))
Marco Antoniotti marcoxa@cs.nyu.edu writes:
I am using an old CMUCL 18e on a Linux box. Once I start SLIME I keep getting "Polling ...." messages in the minibuffer.
Is there something obvious I am missing?
This usually means that there was a problem when compiling swank-*.lisp files. Try to remove everything in ~/.slime/fasl and start SLIME again.
If you still have problems, show us the content of the *inferior-lisp* buffer (which will include the compiler messages).
Helmut.
Thanks
turns out this was a stupid problem with my messy .cmucl-init which precluded compilation of swank.
Works like a charm now.
Cheers -- Marco
On Aug 3, 2005, at 7:13 PM, Helmut Eller wrote:
Marco Antoniotti marcoxa@cs.nyu.edu writes:
I am using an old CMUCL 18e on a Linux box. Once I start SLIME I keep getting "Polling ...." messages in the minibuffer.
Is there something obvious I am missing?
This usually means that there was a problem when compiling swank-*.lisp files. Try to remove everything in ~/.slime/fasl and start SLIME again.
If you still have problems, show us the content of the *inferior-lisp* buffer (which will include the compiler messages).
Helmut.
-- Marco Antoniotti http://bioinformatics.nyu.edu NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488 715 Broadway 10th FL fax. +1 - 212 - 998 3484 New York, NY, 10003, U.S.A.