Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!think!ames!nrl-cmf!umix!utah-gr!spline.utah.edu!thomas From: thomas%spline.utah.edu.uucp@utah-gr.UUCP (Spencer W. Thomas) Newsgroups: comp.emacs Subject: Re: A Slightly Better *Backtrace* Message-ID: <2259@utah-gr.UUCP> Date: Tue, 1-Dec-87 04:17:10 EST Article-I.D.: utah-gr.2259 Posted: Tue Dec 1 04:17:10 1987 Date-Received: Fri, 4-Dec-87 04:46:48 EST References: <1987@briar.Philips.Com> Sender: news@utah-gr.UUCP Reply-To: thomas%spline.utah.edu.UUCP@utah-gr.UUCP (Spencer W. Thomas) Organization: University of Utah CS Dept Lines: 13 I installed these changes, but found one problem. The line int grind_depth = -1; /* mct */ causes grind_depth to be an initialized (data) item. When xemacs is dumped, grind_depth becomes a read-only location. Thus, I deleted the initialization from this line and added it to the print_syms() function. (Q to wizards: is this the right place to put it? It works when put here, anyway.) Guess Mark Tucker doesn't dump his emacs? =Spencer ({ihnp4,decvax}!utah-cs!thomas, thomas@cs.utah.edu)