gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] windows read patch


From: Camm Maguire
Subject: [Gcl-devel] windows read patch
Date: Wed, 16 May 2007 10:32:13 -0400
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigory ōmae) APEL/10.3 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)

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                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]