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). >