On Sep 20, 2014, at 12:30 AM, Thien-Thi Nguyen <t...@gnu.org> 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 barm am bm cm) ) I want (define-module (mymod) #:export (blablabla foo bar a b c) #:export-syntax (blablablam foom barm am bm cm) )