Hi, On Thu, Aug 13 2015, Federico Beffa wrote:
> Hi, > > I believe that Geiser is interfering with Emacs' own 'xscheme' > library. If I execute > > (require 'xscheme) > > then the command 'run-scheme' starts my MIT Scheme interpreter in a > '*scheme*' buffer. However, if I also > > (require 'geiser-install) > > then the command 'run-scheme' changes behavior. In particular it asks > me to choose scheme implementation, but it doesn't allow me to choose > the MIT scheme. Geiser does not redefine 'run-scheme', and i cannot reproduce the error you describe here. The functions defined by geiser are 'run-geiser', 'run-guile', 'run-chicken' and 'run-racket'. What version of geiser are you using? How did you install it? Are you able to reproduce it starting from 'emacs -q' and loading only geiser? jao -- I saw the angel in the marble and carved until I set him free. -Michelangelo Buonarroti
