Greetings!

Great!  Fantastic!  2.6.8 here we come.

Here is how to test read-char-no-hang:

>(defun test-it ()
        (unread-char (read-char))
        (list (read-char-no-hang)
              (read-char-no-hang)
              (read-char-no-hang)))

TEST-IT

>(test-it)
a

(#\a NIL NIL)

>

Please let me know if you get this on mingw.

I'm committing the patch now on both branches.

Any other windows issues on 2.6.8pre you know of?

Take care, and thanks again so much!

-- 
Camm Maguire                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to