Re: [Chicken-users] Geiser support improved

2017-12-10 Thread Dan Leslie
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  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

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] Geiser support improved

2017-12-10 Thread Dan Leslie
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

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users