Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcvax!ukc!warwick!gordon From: gordon@warwick.UUCP (Gordon Joly) Newsgroups: comp.emacs Subject: Re: MS-DOS GNU, and CP/M, and MicroGNU. Message-ID: <412@euclid.warwick.UUCP> Date: Sun, 8-Mar-87 07:19:30 EST Article-I.D.: euclid.412 Posted: Sun Mar 8 07:19:30 1987 Date-Received: Tue, 10-Mar-87 06:17:33 EST References: <8702261532.AA25127@EDDIE.MIT.EDU> <1033@cartan.Berkeley.EDU> <4965@mit-eddie.MIT.EDU> <685@rtech.UUCP> Reply-To: gordon@warwick.UUCP (Gordon Joly) Organization: Maths Institute, Warwick University, UK Lines: 36 In article <685@rtech.UUCP> daveb@rtech.UUCP (Dave Brower) writes: [...] > >Microemacs in all its flavors (3.8x, micrognu, v30, etc) keeps text memory >resident. It would be next to impossible to have this work on CP/M-80 in >any reasonable way, since you don't have any memory to play with. > FLAME ON! Since I don't know what I am talking about either, here is part of the header file for 3.7 (I think). FLAME OFF. I am not sure of the diff's between CPM-80 and CPM-86. The quoted and referenced articles seemed to imply that there was no MSDOS version of MicroEmacs. CCode on. /* * This file is the general header file for all parts of the MicroEMACS * display editor. It contains definitions used by everyone, and it contains * the stuff you have to edit to create a version of the editor for a specific * operating system and terminal. */ #define AMIGA 0 /* AmigaDOS, Lattice */ #define ST520 0 /* ST520, TOS */ #define MWC86 0 #define V7 0 /* V7 UN*X or Coherent */ #define VMS 0 /* VAX/VMS */ #define CPM 0 /* CP/M-86 */ #ifndef MSDOS /* Already defined for Lattice */ #define MSDOS 0 /* MS-DOS */ #endif CCode off Gordon Joly -- {seismo,ucbvax,decvax}!mcvax!ukc!warwick!gordon