Yes.  I am using the mac.  I tried to encode as "Plain Text" but that didn't seem to work.
I hope this is better.

On Sep 20, 2014, at 10:29 PM, Mark H Weaver <mhw@netris.org> wrote:

Matt Wette <mwette@alumni.caltech.edu> writes:

On Sep 20, 2014, at 12:30 AM, Thien-Thi Nguyen <ttn@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)
 )

I'm fairly sure we're not seeing the same thing you're seeing in this
email.  It looks as though perhaps you've written the email with a
variable-width font, and used enough spaces on the continuation lines to
make things line up properly on your display, whereas many of us are
viewing this email with a fixed-width font, and nothing lines up at all.

The following web page might show you what your email looks like to us:

http://lists.gnu.org/archive/html/guile-user/2014-09/msg00093.html

    Regards,
      Mark