[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Geiser support improved
From: |
Dan Leslie |
Subject: |
Re: [Chicken-users] Geiser support improved |
Date: |
Sun, 10 Dec 2017 10:20:55 -0800 |
PS, it could take a while for this to reach ELPA et al, so grab the git
source in the interim.
Thanks,
-Dan
On Sun, 10 Dec 2017 10:16:40 -0800
Dan Leslie <address@hidden> wrote:
> Thanks to some quality bug reporting the Geiser support for Chicken
> has been greatly sped up. Overall typing speed and completion
> response is far superior to the previous state of affairs.
>
> Please ensure you have the latest apropos and chicken-doc eggs
> installed; which can be done via:
>
> chicken-install apropos chicken-doc
> cd `csi -p '(chicken-home)'` && curl
> http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | tar zx
>
> If you use the venerable use-package for Emacs then installing Geiser
> is as easy as:
>
> (use-package geiser)
>
> Geiser supports multiple scheme implementations, and so you may select
> Chicken for the current buffer via geiser-set-scheme. If you're so
> inclined, Chicken support can be auto-detected by adding the following
> comment to the top of the source file:
>
> ;; -*- geiser-scheme-implementation: 'chicken
>
> Have fun!
> -Dan