Path: utzoo!mnetor!uunet!husc6!ut-sally!utah-cs!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: <2259X@utah-gr.UUCP> Date: 21 Jan 88 00:00:00 GMT 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)