On Wed, 11 Jan 2017 18:25:50 +0100 "Jose A. Ortega Ruiz" <j...@gnu.org> wrote:
> > > > On Wed, 11 Jan 2017 01:17:58 +0100 > > "Jose A. Ortega Ruiz" <j...@gnu.org> wrote: > > you could try is to uninstall geiser completely from MELPA, > getting a git clone and then follow the instructions here: > http://geiser.nongnu.org/geiser_2.html#From-the-source_0027s-mouth > (it's really simple if you have git at hand). > I did that, first uninstalled geiser via Melpa, then installed geiser from git exactly like in the docs (into ~/lisp/geiser), put into ~/.emacs: (load-file "~/lisp/geiser/elisp/geiser.el") and also made sure the chicken docs are installed (the directory is /usr/local/share/chicken). The result is exactly the same as before, geiser loads but emacs states that "Autodoc not available...". Apparently my emacs is cursed. :/ Best, Erich