Hello I'm trying to setup Geiser (i'm kinda new to emacs). Starting/Stopping Geiser REPL works just fine, but :geiser-eval-buffer results in
In geiser/evaluation.scm: 55:13 11 (call-with-result _) In ice-9/ports.scm: 549:4 10 (call-with-output-string _) 473:4 9 (with-output-to-port _ _) In geiser/evaluation.scm: 59:19 8 (_) In ice-9/ports.scm: 477:4 7 (with-error-to-port _ _) In geiser/evaluation.scm: 61:54 6 (_) 73:31 5 (ev) In system/base/compile.scm: 255:20 4 (compile (begin (define (op=fagit input) (cond ((equal? input "") (# #)) #)) # …) …) 176:11 3 (compile-passes scheme objcode _) In system/base/language.scm: 92:21 2 (lookup-compilation-order scheme objcode) 77:36 1 (compute-translation-order scheme objcode #<struct:558d6854feb0 pwpw 558d685fb620…>) In unknown file: 0 (scm-error misc-error #f "~A ~S" ("no such language" objcode) #f) any ideas? geiser was actually the main reason i switched to emacs. now i'm hooked but geiser is not yet working as expected/hoped.. best regards gabriel