scsh-hackers
[Top] [All Lists]

[Scsh-hackers] [ scsh-Bugs-408134 ] Gagging s48

To: noreply@sourceforge.net
Subject: [Scsh-hackers] [ scsh-Bugs-408134 ] Gagging s48
From: nobody <nobody@sourceforge.net>
Date: Mon, 12 Mar 2001 20:11:18 -0800
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
Bugs #408134, was updated on 2001-03-12 20:11
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=408134&group_id=10493

Category: scheme-48
Group: None
Status: Open
Priority: 5
Submitted By: Brian D. Carlstrom
Assigned to: Olin Shivers
Summary: Gagging s48

Initial Comment:
Resent-Date: Fri, 2 Jan 1998 20:50:05 -0500
Resent-From: Brian D. Carlstrom 
<bdc@martigny.ai.mit.edu>
Resent-To: scsh-list@martigny.ai.mit.edu
From: Rolf-Thomas Happe <rthappe@mathematik.uni-
freiburg.de>
To: scsh@martigny.ai.mit.edu
Subject: Gagging s48
Date: Mon, 29 Dec 1997 16:43:11 +0100 (MET)


Is there a way to prevent the Scheme system from 
printing messages
on stdout (and thus mixing up the intended output e.g. 
of a filter
written in Scsh)?  That is, what can I do not to get 
this:

The program:
> cat filtest.scm
#! /usr/people/rthappe/bin/scsh  \
-o big-scheme -e main -s
!#

(define (main args)
  (format (current-output-port) "~a~%" args))

and its output:
> ./filtest.scm

Analyzing...
Calls will be compiled in line: (queue-tail set-queue-
tail! queue-head set-queu\
e-head! queue-uid queue-empty? on-queue? queue-length)
(./filtest.scm)

rthappe




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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=408134&group_id=10493


<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-hackers] [ scsh-Bugs-408134 ] Gagging s48, nobody <=