From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.user Subject: Re: Loading and saving scheme expressions Date: 10 Jun 2002 18:49:10 +0200 Sender: guile-user-admin@gnu.org Message-ID: <87ofej84ft.fsf@zagadka.ping.de> References: <20020609185313.GA8463@pollux.dioscuri> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1023727948 20315 127.0.0.1 (10 Jun 2002 16:52:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2002 16:52:28 +0000 (UTC) Cc: guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17HSP6-0005HY-00 for ; Mon, 10 Jun 2002 18:52:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17HSNv-0008OF-00; Mon, 10 Jun 2002 12:51:15 -0400 Original-Received: from dialin.speedway42.dip131.dokom.de ([195.138.42.131] helo=zagadka.ping.de) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17HSLv-00088l-00 for ; Mon, 10 Jun 2002 12:49:11 -0400 Original-Received: (qmail 1654 invoked by uid 1000); 10 Jun 2002 16:49:10 -0000 Original-To: "Bobby D. Bryant" In-Reply-To: <20020609185313.GA8463@pollux.dioscuri> Original-Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:577 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:577 "Bobby D. Bryant" writes: > Is there a way to force pretty-printing to the file? There is the (ice-9 pretty-print) module. guile> (use-modules (ice-9 pretty-print)) guile> (pretty-print '(define (foo) (+ a b)) #:width 10) (define (foo) (+ a b)) _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user