Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!RENOIR.BERKELEY.EDU!monardo From: monardo@RENOIR.BERKELEY.EDU (Pat Monardo) Newsgroups: gnu.emacs.bug Subject: (none) Message-ID: <8812181010.AA28881@renoir.Berkeley.EDU> Date: 18 Dec 88 10:10:05 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 13 i am running an old version of emacs, version 18.49 on a System V machine. in the file sysdep.c, the function select() (the similation due to lack of FIONREAD mechanism) i changed the declaraction char buf; to unsigned char buf; since i am reading an APL data stream which contains 256 values. if the first character was meta, the stored value would be negative in proc_buffered_data, causing me to miss a value. i am currently trying to get all the latest GNU software, so sorry if this is an out_of_date report.