>
> On Tue, Jan 31 2012, mikeyao wrote:
>
> > Racket 5.2 is built from source, in-place installation, added path in
> > $PATH.
> > Emacs is 23.
>
> Does setting 'geiser-racket-binary' to the full path of the racket
> binary help?
>
> (setq geiser-racket-binary "/home/user/racket/bin/racket")
>
> Cheers,
> jao
Yeah, it worked. But anthor error:
Welcome to Racket v5.2.
default-load-handler: cannot open input file:
"/usr/local/share/geiser/racket/geiser/startup.rkt" (No such file or directory;
errno=2)
>
This means geiser should run "make install" to system directory? This isn't
nessessary in document.
Debugger entered--Lisp error: (error "No prompt found!")
signal(error ("No prompt found!"))
error("%s" "No prompt found!")
geiser-repl--wait-for-prompt(10000)
geiser-repl--start-scheme(racket nil "\\(\\(mzscheme\\|racket\\)@[^ ]*?> \\)")
geiser-repl--start-repl(racket nil)
geiser(racket)
call-interactively(geiser t nil)
execute-extended-command(nil)
call-interactively(execute-extended-command nil nil)
Jose A. Ortega Ruiz <jao@...> writes: