Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!Robert.Thornton@CMU-CS-CAD.ARPA From: Robert.Thornton@CMU-CS-CAD.ARPA Newsgroups: net.emacs Subject: Re: emacs flakiness Message-ID: <15340@sri-arpa.UUCP> Date: Thu, 12-Jan-84 18:11:00 EST Article-I.D.: sri-arpa.15340 Posted: Thu Jan 12 18:11:00 1984 Date-Received: Sun, 15-Jan-84 01:39:37 EST Lines: 8 I have had similar problems with version 264 on Suns which were due to too many mlisp functions. My quick fix was to increase the value of maxmacs in macros.h (it seems that its value is twice the number of functions which may be defined and comes as 600 -- 300 functions.) There are several other bugs which dereference 0 as an address which show up as an ungracefull exit on the Sun but never show up on the vax cause it doesn't mind if you look at 0. -Robert