scsh-users
[Top] [All Lists]

"set-error-output-port!" broken?

To: scsh-bugs@martigny.ai.mit.edu
Subject: "set-error-output-port!" broken?
From: euler@lavielle.com (Lutz Euler)
Date: Mon, 7 Oct 1996 16:21:43 +0100
Doing

(set-error-output-port!
  (open-output-file "/dev/null"))
(error)

outputs the error message to the terminal. Is this intentional, and if so,
is there a way to redirect error messages generated in the current scsh
process?
I would like to avoid execing another scsh only to redirect stderr,
but up to now have not found any way to do it.

Yours

Lutz Euler
-- 
Lavielle EDV Systemberatung GmbH & Co.
Lotharstrasse 2b, D-22041 Hamburg, Germany
Tel.:  ++49 40 / 65 80 88
Fax:   ++49 40 / 65 808-202
EMail: euler@lavielle.com

<Prev in Thread] Current Thread [Next in Thread>
  • "set-error-output-port!" broken?, Lutz Euler <=