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: Sat, 20 Sep 2014 06:05:42 -0700


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)
  )



reply via email to

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