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"))