[GBBopen-developer] SWANK cannot load when using initiate.lisp

Chun Tian (binghe) binghe.lisp at gmail.com
Fri Apr 18 01:27:54 EDT 2008


>
>> I... I just think *AFTER-INIT-HOOK* is a internal symbol. With   
>> following changes, everything seems OK:
>
> Actually, there is a later GBBopen commit (r359) that addressed this  
> differently.  However, more is needed to actually be able to use  
> SLIME (and the extended GBBopen REPL with it) with CCL.
>
> The problem is that the :swank package is already created (and  
> apparently empty) in the latest CCL.  This disables SLIME loading in  
> the latest SLIME (a change similar to what effected GBBopen's SLIME  
> interface).  The current work-around is to check for and delete  
> the :swank package in your CCL initializations (which must run prior  
> to the Swank startup done from SLIME/Emacs).

binghe at binghe-mac:~$ openmcl64 -n
Welcome to Clozure Common Lisp Version 1.1-r9177S (DarwinX8664)!
? (in-package :swank)
 > Error: There is no package named "SWANK" .
 > While executing: CCL::SET-PACKAGE, in process listener(1).
 > Type :GO to continue, :POP to abort, :R for a list of available  
restarts.
 > If continued: Retry finding package with name "SWANK".
 > Type :? for other options.
1> :POP


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the GBBopen-developer mailing list