This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bouncing parens and select()


Jim Blandy <jimb@red-bean.com> writes:

> That's the behavior I'd expect to see if rl_instream's file descriptor
> weren't actually making it into the bitvector passed to the select
> syscall.

And that's the behaviour I'd expect from the readline.c call to select
before I recently fixed it.  (It passed the number 1 as first arg.  It
now passes file descriptor number + 1.)

(Somehow my Changelog entry has disappeared---will fix this.)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]