From cortelli@posta.alinet.it  Mon Nov 22 09:56:12 1999
Received: from posta.alinet.it (posta.alinet.it [212.7.64.8])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id JAA08963
	for <prolog@swi.psy.uva.nl>; Mon, 22 Nov 1999 09:56:12 +0100 (MET)
Received: from cortelli [212.7.68.26] by posta.alinet.it
  (SMTPD32-5.05) id A5716C01C8; Mon, 22 Nov 1999 09:57:21 +0100
Message-Id: <3.0.6.32.19991121190301.007b0100@posta.alinet.it>
X-Sender: cortelli@posta.alinet.it (Unverified)
X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32)
Date: Sun, 21 Nov 1999 19:03:01 +0100
To: prolog@swi.psy.uva.nl
From: Cortelli Paolo <cortelli@posta.alinet.it>
Subject: swi-pl 3.3.0 beta
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"

Hello,
      I'm trying swi-pl 3.3.0 beta and have found that bug:
?- see(myfile),seeing(F).
sometimes it exits to Windows, but you can also receive what follows:

F = current_input 
Unknown action: f (h for help)
Action? 
Unknown action: s (h for help)
Action? 
Unknown action: d (h for help)
Action? 
Unknown action: f (h for help)
Action? 
Unknown action: s (h for help)
Action? 
Unknown action: d (h for help)
Action? 
------------------------------------

There's also another bug in previous version:
?- get0(A),get0(B),get0(C).
|: 1234567.

A = 49
B = 50
C = 51 
Unknown action (h for help)
Action? Action? 
Unknown action (h for help)
Action? Action? 
Unknown action (h for help)
Action? Action? 
Unknown action (h for help)
Action? Action? 
Unknown action (h for help)
Action? Action? 

That is, all characters after the three ones get should remain in the
buffer for following request, while here they show an error.

--------------------------
Couldn't it be possible to have a function which return the keyboard input
included function keys, the pages up and down and so on?

Thank you.                              Paolo Cortelli
						cortelli@posta.alinet.it

