guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-177-g74e4d


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-177-g74e4dd2
Date: Sat, 22 Oct 2011 10:52:18 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=74e4dd279863cfe71b74a8db4b099c727c1ce3b0

The branch, stable-2.0 has been updated
       via  74e4dd279863cfe71b74a8db4b099c727c1ce3b0 (commit)
      from  13d807b7d36594676c5aa683c595eca8dbe26b57 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 74e4dd279863cfe71b74a8db4b099c727c1ce3b0
Author: BT Templeton <address@hidden>
Date:   Fri Jul 22 11:35:30 2011 -0400

    set width for `,trace' command
    
    * module/system/repl/command.scm (trace): Set trace width to terminal
      width by default.

-----------------------------------------------------------------------

Summary of changes:
 module/system/repl/command.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm
index e27ca9a..3fead7c 100644
--- a/module/system/repl/command.scm
+++ b/module/system/repl/command.scm
@@ -529,7 +529,7 @@ Trace execution."
   ;; FIXME: doc options, or somehow deal with them better
   (apply call-with-trace
          (repl-prepare-eval-thunk repl (repl-parse repl form))
-         opts))
+         (cons* #:width (terminal-width) opts)))
 
 
 ;;;


hooks/post-receive
-- 
GNU Guile



reply via email to

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