Re: emacs interaction

2014-09-20 Thread Mark H Weaver
Matt Wette writes: > On Sep 20, 2014, at 12:30 AM, Thien-Thi Nguyen wrote: >> It would help to post an example (w/ tabs converted to spaces) >> showing what you desire. That way we have a clear goal. > > I get > (define-module (mymod) > #:export (blablabla foo bar > a b c) >

coroutines in guile-log

2014-09-20 Thread Stefan Israelsson Tampe
I was asked on the #prolog list to implement coroutines and attributed variables, you may find swi prolog docs for these at http://www.swi-prolog.org/pldoc/man?section=extvar now this works in guile-log, scheme@(guile-user)> (use-modules (logic guile-log guile-prolog coroutine)) scheme@(guile-us

Re: emacs interaction

2014-09-20 Thread Carlos Pita
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

Re: emacs interaction

2014-09-20 Thread Matt Wette
On Sep 20, 2014, at 12:30 AM, Thien-Thi Nguyen wrote: > It would help to post an example (w/ tabs converted to spaces) > showing what you desire. That way we have a clear goal. I get (define-module (mymod) #:export (blablabla foo bar a b c) #:export-syntax (blablablam foom

Re: emacs interaction

2014-09-20 Thread Thien-Thi Nguyen
() Matt Wette () Fri, 19 Sep 2014 20:33:20 -0700 Q2) Emacs is not indenting define-module elements like I'd like. my emacs will indent as follows (define-module (mymod) #:export (blablabla foo bar a b c) #:export-syntax (blablablam foom barm