[Openmcl-devel] Re: Re: slime troubles
Boris Tschirschwitz
boris at math.ubc.ca
Tue Mar 22 14:54:24 PST 2005
That does it, thanks a bunch.
Boris
Gary Byers wrote:
>On Tue, 22 Mar 2005, Boris Tschirschwitz wrote:
>
>
>
>>It returns
>>
>>? (car (last (logical-pathname-translations "CCL")))
>>(#P"ccl:**;*.*" #P"/Users/boristschirschwitz/**/*.*")
>>?
>>
>>Which is not what I want, I suppose. Inside emacs the probe-file fails, too.
>>I also checked my .emacs file, it contains the correct (I hope)
>>
>>(setf inferior-lisp-program "/usr/local/src/ccl/dppccl")
>>
>>Boris.
>>
>>
>
>Try:
>
>(setf inferior-lisp-program "/usr/local/bin/openmcl") ; or wherever the shell script is installed.
>
>If Emacs invokes the shell script, it'll set the environment variable and
>execute dppccl, and the pathname translations should get set correctly.
>
>
>
>
More information about the Openmcl-devel
mailing list