From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt Wette Newsgroups: gmane.lisp.guile.user Subject: Re: emacs interaction Date: Sun, 21 Sep 2014 07:11:33 -0700 Message-ID: References: <87egv6bvg7.fsf@zigzag.favinet> <87ha01k0d9.fsf@yeeloong.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_824D2992-1463-4C3A-9F12-3FC1814011FC" X-Trace: ger.gmane.org 1411308738 19200 80.91.229.3 (21 Sep 2014 14:12:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2014 14:12:18 +0000 (UTC) Cc: guile-user@gnu.org To: Mark H Weaver Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Sep 21 16:12:11 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XVhs3-0006KN-EH for guile-user@m.gmane.org; Sun, 21 Sep 2014 16:12:11 +0200 Original-Received: from localhost ([::1]:39580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVhs2-0006nk-Qa for guile-user@m.gmane.org; Sun, 21 Sep 2014 10:12:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVhrp-0006nT-Lc for guile-user@gnu.org; Sun, 21 Sep 2014 10:12:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVhrk-0007h7-U2 for guile-user@gnu.org; Sun, 21 Sep 2014 10:11:57 -0400 Original-Received: from vms173023pub.verizon.net ([206.46.173.23]:41506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVhrk-0007gO-P0 for guile-user@gnu.org; Sun, 21 Sep 2014 10:11:52 -0400 Original-Received: from [192.168.2.127] ([unknown] [71.108.232.6]) by vms173023.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0NC9000XT8RATI90@vms173023.mailsrvcs.net> for guile-user@gnu.org; Sun, 21 Sep 2014 09:11:36 -0500 (CDT) In-reply-to: <87ha01k0d9.fsf@yeeloong.lan> X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.46.173.23 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11540 Archived-At: --Apple-Mail=_824D2992-1463-4C3A-9F12-3FC1814011FC Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii 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 wrote: > Matt Wette writes: >=20 >> On Sep 20, 2014, at 12:30 AM, Thien-Thi Nguyen wrote: >>> It would help to post an example (w/ tabs converted to spaces) >>> showing what you desire. That way we have a clear goal. >>=20 >> I get >> (define-module (mymod) >> #:export (blablabla foo bar >> a b c) >> #:export-syntax (blablablam foom barm >> am bm cm) >> ) >>=20 >> I want=20 >> (define-module (mymod) >> #:export (blablabla foo bar >> a b c) >> #:export-syntax (blablablam foom barm >> am bm cm) >> ) >=20 > 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. >=20 > The following web page might show you what your email looks like to = us: >=20 > http://lists.gnu.org/archive/html/guile-user/2014-09/msg00093.html >=20 > Regards, > Mark --Apple-Mail=_824D2992-1463-4C3A-9F12-3FC1814011FC Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii 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

= --Apple-Mail=_824D2992-1463-4C3A-9F12-3FC1814011FC--