guile-user
[Top][All Lists]
Advanced

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

Re: emacs interaction


From: Mark H Weaver
Subject: Re: emacs interaction
Date: Sun, 21 Sep 2014 01:29:06 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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]