[slime-devel] strange thow starting slime...

Stas Boukarev stassats at gmail.com
Wed Jun 9 06:10:39 UTC 2010


Brian O'Reilly <fade at deepsky.com> writes:

> On 10-06-09 01:25 AM, Stas Boukarev wrote:
>> (slime-require 'swank-listener-hooks)
>
> Well, I looked at that before I posted to the list, but I'm definitely loading the
> swank-listener-hooks. This is the slime setup portion of my .emacs:
>
> ========================
>
> (set-language-environment "UTF-8")
> (setq slime-net-coding-system 'utf-8-unix)
> (setq inferior-lisp-program "/home/fade/SourceCode/lisp/clbuild/clbuild --implementation
> sbcl lisp")
> ;; load slime:
>
> (setq load-path
>       (cons "/home/fade/SourceCode/lisp/clbuild/source/slime" load-path))
> (setq load-path
>       (cons "/home/fade/SourceCode/lisp/clbuild/source/slime/contrib" load-path))
> (setq slime-backend
>      "/home/fade/SourceCode/lisp/clbuild/source/slime/swank-loader.lisp")
>
> (setq common-lisp-hyperspec-root
>       "file:///home/fade/SourceCode/lisp/HyperSpec/")
>
> (load "/home/fade/SourceCode/lisp/clbuild/source/slime/slime")
>
> (setq slime-use-autodoc-mode t)
>
> (slime-setup '(slime-fancy
> 	       slime-tramp
> 	       slime-asdf
> 	       slime-banner
> 	       slime-presentation-streams
> 	       slime-presentations
> 	       slime-references))
>
> (slime-require :swank-listener-hooks)
>
> ;; paredit mode::
> (autoload 'paredit-mode "paredit"
>   "Minor mode for pseudo-structurally editing Lisp code."
>   t)
>
> (dolist (hook '(emacs-lisp-mode-hook
> 		lisp-mode-hook
> 		slime-repl-mode-hook))
>   (add-hook hook #'(lambda nil (paredit-mode 1))))
>
> ==========================
>
> ... ideas?
Alright, it gives warnings for another reason. But that wasn't the main
issue anyway.

-- 
With Best Regards, Stas.




More information about the slime-devel mailing list