I've just installed Chez Scheme and combined it with the Geiser package using this tutorial M-x run-chez runs quite fine but C-x C-e causes the Emacs Lisp rather than Chez Scheme evaluate the code.
I've read through the Geiser cheat sheet but the key combinations listed there didn't seem to work.
What sould I do to evaluate the Chez Scheme code with C-x C-e ? Thanks.

C-x C-eseems to bound to Emacs Lisp because when I enter it without any input it saysDebugger entered--Lisp error: (void-variable >) eval(> nil) elisp--eval-last-sexp(nil) eval-last-sexp(nil)M-x run-scheme) theC-x C-eworks properly. FYI.