guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs interaction


From: Matt Wette
Subject: Re: emacs interaction
Date: Sun, 21 Sep 2014 07:11:33 -0700

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 <address@hidden> wrote:

Matt Wette <address@hidden> writes:

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]