stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] Why doesnot the stumpwm + swank eval anything ?


From: z_axis
Subject: [STUMP] Why doesnot the stumpwm + swank eval anything ?
Date: Sat, 26 May 2012 14:06:22 +0800
User-agent: Opera Mail/11.62 (FreeBSD)

The following code can start swank server normally

(load "~/.vim/slime/swank-loader.lisp")
(swank-loader:init)
(defcommand swank () ()
  (setf stumpwm:*top-level-error-action* :break)
  (swank:create-server :port 4005
                       :style swank:*communication-style*
                       :dont-close t)
  (echo-string (current-screen)
"Starting swank. M-x slime-connect RET RET, then (in-package stumpwm)."))
(swank)


Although slimv (http://www.vim.org/scripts/script.php?script_id=2531) can connect to the swank server, it doesnot eval any lisp expressions. If stumpwm doesnot start swank server, slimv will spawn a new sbcl process. And slimv will work normally.

I feel a new sbcl process is not necessary as stumpwm is a complete CL environment.


Sincerely!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]