Re: [Chicken-users] Emacs and Chicken on Windows

2012-06-02 Thread Daniel Leslie
FYI, I've updated this script. It's now far, far faster than it was. That
is to say, there's no longer a completion delay on my netbook.

-Dan

On Tue, Apr 3, 2012 at 8:06 PM, Daniel Leslie d...@ironoxide.ca wrote:

 Perhaps of some interest is the work I've put into my Emacs scripts for
 Chicken.

 I've had consistent problems with SLIME and Chicken on Windows, which may
 or may not be the result of my (heavily) modified Emacs environment.
 Moreover, on my Ubuntu netbook SLIME is just a little too sluggish for my
 tastes; when all I really want is auto-complete completions as I type away
 on a shaky bus ride.

 As such, I wrote some scripts to use chicken-status and csi to produce a
 list of available bindings from your installed modules and the base chicken
 environment, and it in turn produces an auto-complete source. It also
 provides font-locking for these symbols.

 Anyhow, more info is on the wiki:
 http://wiki.call-cc.org/dans-custom-emacs

 Likewise, I occasionally do some work on Eggs which involves a lot of
 intermixed C and Scheme in the same source file. Here's my (ugly)
 multi-mode hack to do C and Scheme major modes in the same buffer:
 http://wiki.call-cc.org/emacs-multi-mode

 Thanks for Chicken!
 -Dan

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


[Chicken-users] Emacs and Chicken on Windows

2012-04-03 Thread Daniel Leslie
Perhaps of some interest is the work I've put into my Emacs scripts for
Chicken.

I've had consistent problems with SLIME and Chicken on Windows, which may
or may not be the result of my (heavily) modified Emacs environment.
Moreover, on my Ubuntu netbook SLIME is just a little too sluggish for my
tastes; when all I really want is auto-complete completions as I type away
on a shaky bus ride.

As such, I wrote some scripts to use chicken-status and csi to produce a
list of available bindings from your installed modules and the base chicken
environment, and it in turn produces an auto-complete source. It also
provides font-locking for these symbols.

Anyhow, more info is on the wiki:
http://wiki.call-cc.org/dans-custom-emacs

Likewise, I occasionally do some work on Eggs which involves a lot of
intermixed C and Scheme in the same source file. Here's my (ugly)
multi-mode hack to do C and Scheme major modes in the same buffer:
http://wiki.call-cc.org/emacs-multi-mode

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


Re: [Chicken-users] Emacs and Chicken on Windows

2012-04-03 Thread Jim Ursetto
Cool.  You might also want to have a look at 
http://synthcode.com/wiki/scheme-complete.

On Apr 3, 2012, at 10:06 PM, Daniel Leslie wrote:

 Perhaps of some interest is the work I've put into my Emacs scripts for 
 Chicken.
 
 I've had consistent problems with SLIME and Chicken on Windows, which may or 
 may not be the result of my (heavily) modified Emacs environment. Moreover, 
 on my Ubuntu netbook SLIME is just a little too sluggish for my tastes; when 
 all I really want is auto-complete completions as I type away on a shaky bus 
 ride.
 
 As such, I wrote some scripts to use chicken-status and csi to produce a list 
 of available bindings from your installed modules and the base chicken 
 environment, and it in turn produces an auto-complete source. It also 
 provides font-locking for these symbols.
 
 Anyhow, more info is on the wiki:
 http://wiki.call-cc.org/dans-custom-emacs
 
 Likewise, I occasionally do some work on Eggs which involves a lot of 
 intermixed C and Scheme in the same source file. Here's my (ugly) multi-mode 
 hack to do C and Scheme major modes in the same buffer:
 http://wiki.call-cc.org/emacs-multi-mode
 
 Thanks for Chicken!
 -Dan
 ___
 Chicken-users mailing list
 Chicken-users@nongnu.org
 https://lists.nongnu.org/mailman/listinfo/chicken-users

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