Xref: utzoo comp.emacs:5836 comp.unix.xenix:5625 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!haven!adm!cmcl2!phri!marob!daveh From: daveh@marob.MASA.COM (Dave Hammond) Newsgroups: comp.emacs,comp.unix.xenix Subject: Re: Grrr... uEmacs 3.10 doesn't work under Xenix Message-ID: <613@marob.MASA.COM> Date: 11 Apr 89 11:36:17 GMT References: <56344@yale-celray.yale.UUCP> <199@rancho.uucp> Reply-To: daveh@marob.masa.com (Dave Hammond) Followup-To: comp.emacs Organization: ESCC New York City Lines: 20 In article <56344@yale-celray.yale.UUCP> spolsky-joel@CS.Yale.EDU writes: > > Argh! Version 3.10 of MicroEmacs no longer works in Xenix. > [followed by some specifics followed by] > 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... If this concerns recompilation with the 2.3 dev sys, I've found a few things which broke (especially curses-based programs) because code which formerly declared vars as "char" needed to be "unsigned char". Mush is one program which comes to mind. I'm not sure if the specs of the C library functions originally called for unsigned chars, and the programmers in question assumed char == unsigned char, or the specs changed with the 2.3 release. -- Dave Hammond daveh@marob.masa.com