Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!labrea!rutgers!mit-eddie!bu-cs!tower From: tower@bu-cs.BU.EDU (Leonard H. Tower Jr.) Newsgroups: comp.sys.encore,comp.emacs Subject: s-umax.h Message-ID: <15335@bu-cs.BU.EDU> Date: Tue, 3-Nov-87 17:57:05 EST Article-I.D.: bu-cs.15335 Posted: Tue Nov 3 17:57:05 1987 Date-Received: Sat, 7-Nov-87 09:39:35 EST Reply-To: tower@bu-cs.bu.edu Organization: Distributed Systems Group, Boston University, 111 Cummington Street, Boston, MA 02215, USA +1 (617) 353-2780 Lines: 37 Summary: More GNU Emacs hints Xref: mnetor comp.sys.encore:11 comp.emacs:2190 X-UUCP-Path: ..!harvard!bu-cs!tower Home: 36 Porter Street, Somerville, MA 02143, USA +1 (617) 623-7739 Worth sharing these two articles with info-encore and comp.emacs. Don't remember if bzs' article touched on any of this. -len Date: Mon, 2 Nov 87 19:15:03 CST From: liberte@b.cs.uiuc.edu (Daniel LaLiberte) To: bug-gnu-emacs@prep.ai.mit.edu Subject: s-umax.h The s-umax.h file (for multimax) in the 18.49 distribution is missing a few useful lines off the bottom. The comment about the lines indicates that they should be removed in the case that the machine type is a DPC instead of APC. But they should be included in the distribution at least as comments. Below are the missing lines. Also, the multimax 'make' seems to have problems with ^L and tab characters in the wrong places. The ^L is easy to find (in s-umax.h), but I could not locate where the offending tab characters were coming from. dan ----- /* Encore machines with APC processor boards align sections on 4M boundaries, so it is not easy to remap the start of the text segment in the unexec() routine. The following two lines are needed for APC systems, but should be deleted for DPC based systems. */ #define NO_REMAP #define TEXT_START 0 Date: Tue, 3 Nov 87 00:11:05 EST Subject: Re: [liberte@b.cs.uiuc.edu: s-umax.h] Make gets snotty about lines with just whitespace; try sed 's/^[]*$//' -p