Xref: utzoo gnu.emacs.help:273 comp.emacs:9469 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!aks From: aks (Alan Stebbens) Newsgroups: gnu.emacs.help,comp.emacs Subject: Re: gnu emacs source code Message-ID: <9011090655.AA16620@nowhere.ucsb.edu> Date: 8 Nov 90 22:55:44 GMT References: <11652@spool.cs.wisc.edu> Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Organization: GNUs Not Usenet Lines: 20 > I am looking for a copy of the source code for gnu emacs > compilable on a DEC3100 running Ultrix Worksystem V2.1. Get Gnu Emacs from prep.ai.mit.edu. The following #includes were used in an otherwise standard config.h file from Emacs 18.55 #include "s-bsd4-3.h" #include "m-pmax.h" The following were the significant #defines: #define HAVE_X_WINDOWS #define X11 #define C_DEBUG_SWITCH -g3 Good luck. Alan Stebbens