[Chicken-users] crazy behaviour in csi!

2005-12-05 Thread Sunnan
#;31 (define rec itrec) #;32 ((rec zero? 1 * sub1) 6) Error: during expansion of (letrec ...) - (letrec) unexpected object: ((zero? 1 * sub1)) #;32 (eq? rec itrec) #t #;33 ((rec zero? 1 * sub1) 6) Error: during expansion of (letrec ...) - (letrec) unexpected object: ((zero? 1 * sub1)) #;33 ((itrec

[Chicken-users] Chicken mode for Emacs?

2005-12-05 Thread Ralph Moritz
Hi everyone, is there an Emacs mode available that will run csi as an inferior Emacs process (preferably with syntax highlighting)? Starting csi from eshell isn't so cool... Regards, Ralph -- Ralph A. Moritz ``Syntactic sugar causes cancer of the semi-colon''

Re: [Chicken-users] Chicken mode for Emacs?

2005-12-05 Thread Thomas Chust
On Mon, 5 Dec 2005, RalphMoritz wrote: [...] is there an Emacs mode available that will run csi as an inferior Emacs process (preferably with syntax highlighting)? Starting csi from eshell isn't so cool... [...] Hello, standard Emacs distributions usually include support for starting an

Re: [Chicken-users] crazy behaviour in csi!

2005-12-05 Thread Thomas Chust
On Mon, 5 Dec 2005, Sunnan wrote: #;31 (define rec itrec) #;32 ((rec zero? 1 * sub1) 6) Error: during expansion of (letrec ...) - (letrec) unexpected object: [...] Hello, I would say this is expected behaviour, because rec is bound in macro transformer space -- see

Re: [Chicken-users] Chicken mode for Emacs?

2005-12-05 Thread Mario Domenech Goulart
Hello Ralph On Mon, 5 Dec 2005 11:35:42 +0200 Ralph Moritz [EMAIL PROTECTED] wrote: is there an Emacs mode available that will run csi as an inferior Emacs process (preferably with syntax highlighting)? Starting csi from eshell isn't so cool... I use Neil's Quack

Re: [Chicken-users] Chicken mode for Emacs?

2005-12-05 Thread Raffael Cavallaro
On Dec 5, 2005, at 4:35 AM, Ralph Moritz wrote:is there an Emacs mode available that will run csi as an inferior Emacs process (preferably with syntax highlighting)? I use Quack which is at http://www.neilvandyke.org/quack/regards,Ralph Raffael Cavallaro, Ph.D. [EMAIL PROTECTED]

[Chicken-users] Re: Chicken mode for Emacs?

2005-12-05 Thread Trent Buck
Ralph Moritz [EMAIL PROTECTED] writes: Hi everyone, is there an Emacs mode available that will run csi as an inferior Emacs process (preferably with syntax highlighting)? Starting csi from eshell isn't so cool... C-u M-x run-scheme RET csi RET Or eval (setq scheme-program-name csi) and