[racket] quack qunundrum

From: Jose A. Ortega Ruiz (jao at gnu.org)
Date: Mon Nov 29 16:12:40 EST 2010

On Mon, Nov 29 2010, Greg Hendershott wrote:


[...]

> Just this:
>
> (load-file "~/site/geiser/elisp/geiser.el")
> (setq geiser-active-implementations '(racket))

Looks right.

>> What is the value of the variable
>> geiser-scheme-dir inside Emacs (from the trace above, it should be
>> something like "c:/Users/Greg/site/geiser/scheme/racket/")?
>
> "c:/users/greg/site/geiser/scheme"

That too (sorry, that was what i meant). So geiser is calling racket
with -S c:/users/greg/site/geiser/scheme/racket in its argument list. If
you call that yourself in a shell, does the library path in the repl
include that directory? (Sorry, i don't have any windows machine to try
myself) BTW, Are windows pathnames case-insensitive?

Cheers,
jao



Posted on the users mailing list.