axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] Re: [Axiom-commit] SF.net SVN: axiom: [427] branches/w


From: Waldek Hebisch
Subject: [Axiom-developer] Re: [Axiom-commit] SF.net SVN: axiom: [427] branches/wh-sandbox
Date: Fri, 2 Feb 2007 15:23:09 +0100 (CET)

> On Thu, 1 Feb 2007 address@hidden wrote:
> 
> | +   * src/interp/setq.lisp.pamphlet: Turn on pretty printing.
> 
> I think this should go on build-improvements too.
> There is no single day, here, where I haven't set *print-pretty* when
> dumping.
> 

Do you want just setq part (this is one-liner) below, or do you
also want nicely printed databases?  Database part needs my older
change '*do-not-compress-databases*' variable and would brake asq
(asq in wh-sandbox tolerates uncompressed/prettyprinted databases).


diff -ru --exclude=.svn wh-sandbox2/src/interp/setq.lisp.pamphlet 
../wh-sandbox2/src/interp/setq.lisp.pamphlet
--- wh-sandbox2/src/interp/setq.lisp.pamphlet   2006-12-03 04:23:54.000000000 
+0100
+++ ../wh-sandbox2/src/interp/setq.lisp.pamphlet        2007-01-30 
23:11:50.000000000 +0100
@@ -185,7 +185,7 @@
 ;; Common lisp control variables
 ;;(setq *load-verbose* nil)
 (setq *print-array* nil)
-(setq *print-pretty* nil)
+(setq *print-pretty* t)
 (setq *print-circle* nil)
 
 ;; $SYSCOMMANDS is now defined at the top of i-syscmd.boot


-- 
                              Waldek Hebisch
address@hidden 




reply via email to

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