[plt-scheme] tracking user input boxes in drscheme
That is triggered by someone looking at the current input port. So, you
can replace the current input port with one that raises an exception
(see make-input-port) and that might help.
But, I suspect it is process.ss that is doing that. You migth try
redirecting the input there to a port you make up that is empty.
Robby
At Tue, 23 May 2006 13:58:08 -0500, "Corey Sweeney" wrote:
> In my DrScheme program, I seem to have accidently written something
> somewhere that asks for user input, Which occurs as a white box with a black
> border and a "eof" button that keeps poping up in the interactions window.
> Is there any way to track where this is comming from? (I use "read"
> throught the program, I did a simple text search, and I saw none that ask
> for user input, they all read from string-ports, or "process" calls, etc.)
>
>
> Corey
>
> --
> ((lambda (y) (y y)) (lambda (y) (y y)))
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme