Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 +MMDF+2.11; site ukc.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!mcvax!ukc!lmcl From: lmcl@ukc.UUCP (L.M.McLoughlin) Newsgroups: net.emacs Subject: Re: emacs under flow control Message-ID: <144@ukc.UUCP> Date: Mon, 8-Jul-85 11:20:59 EDT Article-I.D.: ukc.144 Posted: Mon Jul 8 11:20:59 1985 Date-Received: Thu, 11-Jul-85 06:17:12 EDT References: <2899@cornell.UUCP> <11600001@ccvaxa> Reply-To: lmcl@eagle.UUCP (PUT YOUR NAME HERE) Organization: U of Kent at Canterbury, Canterbury, UK Lines: 27 1) Flow control. I hacked (ie: attacked with a meat cleaver) GNUemacs to add the function "flow". This resets the screen to run it in cbreak mode with intrc turned off and startc/stopc set to their original values (this was for INTERRUPT_INPUT). Users can then add there own keyboard-translate-table to map what they like to fill in for the missing C-S and C-Q (I use C-\ and C-]) You also have to be carefull when checking the result of select. Sometimes it will return due to the arrival of a ^s/^q. If there is any real interest I could post the diff's. 2) On the subject of posting diffs. I've GNU Emacs running on a machine with: unsigned characters only unsigned bitfields only essentially word based no alloca address of first arg != an array of all args a very strict C compiler BSD 4.1 (I think shell in a window works OK now) I won't claim to have all the bugs out but they are few (and peculiar). I've tried contacting RMS via mail but my messages seem to black hole between here and mit-prep (I don't even get rejections). My fixes are for 15.34, would there be any objections to me posting them to this group? Or can RMS mail suggest an alternate path to him.