[Openmcl-devel] Problem setting up slime/emacs/clozure

Stelian Ionescu sionescu at cddr.org
Sat Feb 20 09:21:48 PST 2010


On Wed, 2010-02-17 at 19:48 -0700, Michael Minerva wrote:
> I am trying to run clozure through slime/emacs on my windows system,  
> and I followed these instructions:  http://ccl.clozure.com/manual/chapter2.6.html
> 
> This is what my .emacs file looks like:
> 
> (set-language-environment "utf-8")
> 
> (add-to-list 'load-path "~/slime/")  ;or wherever you put it
> 
> ;;; Note that if you save a heap image, the character
> ;;; encoding specified on the command line will be preserved,
> ;;; and you won't have to specify the -K utf-8 any more.
> (setq inferior-lisp-program "/usr/local/bin/ccl64 -K utf-8")

try (setq inferior-lisp-program '("/usr/local/bin/ccl64" "-K" "utf-8"))

-- 
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.
http://common-lisp.net/project/iolib
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20100220/645d1725/attachment.bin>


More information about the Openmcl-devel mailing list