Xref: utzoo comp.emacs:5832 comp.unix.xenix:5609 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!mentor.cc.purdue.edu!j.cc.purdue.edu!nwd From: nwd@j.cc.purdue.edu (Daniel Lawrence) Newsgroups: comp.emacs,comp.unix.xenix Subject: Re: Grrr... uEmacs 3.10 doesn't work under Xenix Summary: uEMACS 3.10 problems Keywords: uEMACS 3.10 Message-ID: <9313@j.cc.purdue.edu> Date: 10 Apr 89 20:51:56 GMT References: <56344@yale-celray.yale.UUCP> Reply-To: nwd@j.cc.purdue.edu (Daniel Lawrence) Followup-To: comp.emacs Organization: Purdue University Lines: 59 In article <56344@yale-celray.yale.UUCP> spolsky-joel@CS.Yale.EDU (Joel Spolsky) writes: > >Argh! Version 3.10 of MicroEmacs no longer works in Xenix. > >I spent several hours just getting the blasted thing to compile at >all, but now various things don't work > >--- function and cursor keys >--- filename completion >--- the mode line isn't reverse video > >SCO Xenix 2.3.2 on a compaq 386. > >I'll bet there are other things that are now broken, that didn't used >to be. > >If anybody has any solutions yet I'd love to hear them... > >+----------------+----------------------------------------------------------+ >| Joel Spolsky | bitnet: spolsky@yalecs.bitnet uucp: ...!yale!spolsky | >| | internet: spolsky@cs.yale.edu voicenet: 203-436-1483 | >+----------------+----------------------------------------------------------+ > #include Hello, Getting one stable version on many different platforms is not always the easiest, especially in ones spare time. I am ready and willing to take any donations of hardware and software which will allow me to run XENIX. At the moment, I have to arrange, by apointment, to use equipment at a nearby company, taking vacation days from my job to be able to do it in the buisness day. That is not to say I am not preparing XENIX, it just might take a little while. Also VMS users out there should hold on, a good set of fixes with both a SMG and a VT220 style driver are being folded in now. And a little other good news... FINALLY... our computer center here has gotten the internet connection up to my workstation. Details on anonymous FTP connections to it will be posted soon. Daniel Lawrence (317) 742-5153 nwd@j.cc.purdue.edu The Programmer's Room Fido 1:201/10 (317) 742-5533 PS: If you must get 3.10 running on XENIX immediatly... go into unix.c and add a "& 0" the the line #if COMPLET and go into tcap.c in the tcapgetc() function and add &0 to the: #if XENIX | SUN line. This will get it running, without file name completion and function key recognition.