Antonio Vieiro
-
2007-04-02
- priority: 5 --> 1
Hi,
I am setting (permissive-parsing #t) and then loading a source file in my Interpreter.
All warnings are being sent to System.err, so there's no way to display them if you're embedding an Interpreter in your Java application (but by redirecting System.err, which is not always possible).
Feature request:
Redirect all warnings to the Interpreter's output stream, instead of System.err
(My english is not very good. Let me know if I haven't explained myself well).