I installed Geiser from source and following this SO answer set the path to drracket. Here is my part of my .emacs file. I'm on a GNU/linux distribution.
;;;;;;;;;;;;;;;;
;Geiser
;downloaded geiser from git rep and make install
;;;;;;;;;;;;;;
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/")
(require 'geiser-install)
(setq geiser-racket-binary "/usr/racket/bin/drracket")
In emacs when I M-x run-racket
on emacs I get the following error:
drracket: unknown switch: -i
Do you have any solution?
Of course the solution was to use
instead of :