From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.user Subject: Re: emacs interaction Date: Sun, 21 Sep 2014 01:29:06 -0400 Message-ID: <87ha01k0d9.fsf@yeeloong.lan> References: <87egv6bvg7.fsf@zigzag.favinet> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411277495 10560 80.91.229.3 (21 Sep 2014 05:31:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2014 05:31:35 +0000 (UTC) Cc: guile-user@gnu.org To: Matt Wette Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Sep 21 07:31:28 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 1XVZk6-0001yH-LR for guile-user@m.gmane.org; Sun, 21 Sep 2014 07:31:26 +0200 Original-Received: from localhost ([::1]:38038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVZk6-00032V-34 for guile-user@m.gmane.org; Sun, 21 Sep 2014 01:31:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVZju-00032H-8a for guile-user@gnu.org; Sun, 21 Sep 2014 01:31:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVZjl-00009s-5V for guile-user@gnu.org; Sun, 21 Sep 2014 01:31:14 -0400 Original-Received: from world.peace.net ([96.39.62.75]:54430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVZjl-00009W-1v for guile-user@gnu.org; Sun, 21 Sep 2014 01:31:05 -0400 Original-Received: from c-24-62-95-23.hsd1.ma.comcast.net ([24.62.95.23] helo=yeeloong.lan) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1XVZjY-00009w-M9; Sun, 21 Sep 2014 01:30:52 -0400 In-Reply-To: (Matt Wette's message of "Sat, 20 Sep 2014 06:05:42 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 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:11539 Archived-At: Matt Wette writes: > 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. > > 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