listener doesn't evaluate keyboard input ?

Slobodan <[email protected]> Tue, 30 Oct 2007 18:54:33 +0000 (UTC)
Newsgroups gmane.lisp.allegro
Message-ID <[email protected]>
None of the inputs entered in  the listener get evaluated after pressing enter,
listener just returns same row number, if the same input is copy-pasted into the
listener everything is fine .I'm using ACL Express edition 8.1 for linux ,
ubuntu 7.10 X86
example
CG-USER(1): 1
CG-USER(1): 1 ; pasted from clipboard
1
CG-USER(2): 1
CG-USER(2): 23
thanks
Slobodan