From 737d3d57829e2876fe35e9df26a5f59d56cd8013 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 8 Jan 2007 02:10:37 +0000 Subject: [PATCH] warning svn: r5254 --- collects/readline/doc.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/collects/readline/doc.txt b/collects/readline/doc.txt index c68bafbcce..0e206fe46a 100644 --- a/collects/readline/doc.txt +++ b/collects/readline/doc.txt @@ -85,6 +85,16 @@ it to #f). will keep track of text that is displayed without a trailing newline.) +Warning +------- + +The readline library uses the output port directly. You should not +use it when `current-input-port' has been modified, or when it was not +a terminal port when MzScheme was started (eg, when reading input from +a pipe). Expect problems if you ignore this warning (not too bad, +mostly problems with detecting an EOF). + + Direct bindings for readline hackers ------------------------------------