Index: slime/ChangeLog diff -u slime/ChangeLog:1.935 slime/ChangeLog:1.936 --- slime/ChangeLog:1.935 Sat Aug 26 08:11:21 2006 +++ slime/ChangeLog Sun Aug 27 07:03:37 2006 @@ -1,3 +1,10 @@ +2006-08-27 Helmut Eller heller@common-lisp.net + + * swank.lisp (input-available-p, process-available-input): Use + READ-CHAR-NO-HANG instead of LISTEN because LISTEN suddenly + returns false in SBCL 0.9.?? even if we are called from a + fd-handler and the OPEN-STREAM-P returns true. + 2006-08-26 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de
* slime.el (slime-repl-return-behaviour): Fix the defcustom type,
Marco Baringer wrote:
- swank.lisp (input-available-p, process-available-input): Use
- READ-CHAR-NO-HANG instead of LISTEN because LISTEN suddenly
- returns false in SBCL 0.9.?? even if we are called from a
- fd-handler and the OPEN-STREAM-P returns true.
This is what `listen' is supposed to do, according to ANSI; I was the one who sent SBCL the patch to make this change. The version of `process-available-input' I sent in http://article.gmane.org/gmane.lisp.slime.devel/4710 also fixes that function while remaining with `listen'; I don't know about `input-available-p'.