Re: [Chicken-users] emacs editing mode for chicken ?

2007-11-14 Thread Joshua Griffith
Is it possible to use hen to perform top-level symbol autocompletion? I've gotten scheme-complete to work with quack very well, but I've never gotten hen-mode to work properly. Can someone provide a snippet from their .emacs configuration showing how to setup sexpr/region evaluation and symbol aut

Re: [Chicken-users] emacs editing mode for chicken ?

2007-09-24 Thread Terrence Brannon
On 9/19/07, Tony Sidaway <[EMAIL PROTECTED]> wrote: > If you do use quack.el, you should perform the following edits: > > In ~/.emacs > > Add (load-file "~/quack.el") I think byte-compiling quack.el and putting: (require 'quack) would make things faster and more memory efficient. _

Re: [Chicken-users] emacs editing mode for chicken ?

2007-09-21 Thread Zbigniew
All this can be done from the Quack->Options menu, or with M-x quack-customize. No need to edit quack.el. Quack can even remember new interpreter commands (Options -> Remember New Programs) on the fly without customization. On 9/19/07, Tony Sidaway <[EMAIL PROTECTED]> wrote: > (defcustom quack-d

Re: [Chicken-users] emacs editing mode for chicken ?

2007-09-20 Thread Jerry van Dijk
> Change the url on the following page to > "http://galinha.ucpel.tche.br/The%20User%27s%20Manual"; Yep. Figured that one out real quick :-) > (defcustom quack-default-program "csi" At least on w32 make that "csi -:c", otherwise the interpreter seems to hang. gr. Jerry. -- -- Jerry van Dijk

Re: [Chicken-users] emacs editing mode for chicken ?

2007-09-19 Thread Tony Sidaway
On 13 Sep 2007 14:55:13 -0300, Mario Domenech Goulart <[EMAIL PROTECTED]> wrote: > > Quack: > http://www.neilvandyke.org/quack/ > http://chicken.wiki.br/Editing%20Chicken%20code If you do use quack.el, you should perform the following edits: In ~/.emacs Add (load-file "~/quack.el") In ~/qu

Re: [Chicken-users] emacs editing mode for chicken ?

2007-09-13 Thread Mario Domenech Goulart
Hi Jerry, On Thu, 13 Sep 2007 19:49:27 +0200 Jerry van Dijk <[EMAIL PROTECTED]> wrote: > As a new user I was wondering what people use for editing chicken code. > > For common lisp there is slime, PLT users and selected others can use quack, > and there is of course slime48. I noticed hen.el bu

[Chicken-users] emacs editing mode for chicken ?

2007-09-13 Thread Jerry van Dijk
Hi, As a new user I was wondering what people use for editing chicken code. For common lisp there is slime, PLT users and selected others can use quack, and there is of course slime48. I noticed hen.el but that seems to lack a bit in functionality. And yes, I use emacs as I tend to switch pla