Hi, On Sun, 15 Jan 2017 22:55:02 +0100 "Jose A. Ortega Ruiz" <[email protected]> wrote:
> On Fri, Jan 13 2017, Erich Rast wrote: > >> On Wed, 11 Jan 2017 18:25:50 +0100 >> "Jose A. Ortega Ruiz" <[email protected]> wrote: >> >>> > >>> > On Wed, 11 Jan 2017 01:17:58 +0100 >>> > "Jose A. Ortega Ruiz" <[email protected]> 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). > > I take it that means that you performed the actions described in the > installation instructions, namely: > > $ chicken-install -s apropos chicken-doc > $ cd `csi -p '(chicken-home)'` > $ curl http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx > > right? Documentation works for me using the following code in .emacs and geiser from git (cloned under ~/.elisp): (load-file "~/.elisp/geiser/elisp/geiser.el") (setq geiser-active-implementations '(chicken)) (setq geiser-default-implementation 'chicken) I'm on Emacs 24.5.1. All the best. Mario -- http://parenteses.org/mario
