[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs interaction
From: |
Carlos Pita |
Subject: |
Re: emacs interaction |
Date: |
Sat, 20 Sep 2014 10:34:48 -0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux) |
Hi Matt,
I didn't know about GDS, but why don't you just try geiser? It interacts
very nicely with the repl, gives you a number of typical conveniences,
it's pretty well documented (and the docs are even funny :)) and it
integrates well with scheme-mode. Even the guile guide recommends it.
Cheers
--
Carlos
> I have searched the archives for information on using guile in emacs and not
> much besides the guile-emacs project.
>
> Q1) I have used GDS to run guile in emacs. Not perfect but usable.
> Comments? I'm using with the emacs "scheme" mode.
>
> Q2) Emacs is not indenting define-module elements like I'd like. Does
> anyone have experience with this or suggestions?
>
> my emacs will indent as follows
> (define-module (mymod)
> #:export (blablabla foo bar
> a b c)
> #:export-syntax (blablablam foom barm
> am bm cm)
> )
>
> Matt
>
> P.S. I'm getting back in because I just got 2.0.11 to build after so long
> trying (macos).
>