Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!thomas%UTAH-GR@utah-cs From: thomas%UTAH-GR%utah-cs@sri-unix.UUCP Newsgroups: net.emacs Subject: Re: bugs Message-ID: <2643@sri-arpa.UUCP> Date: Tue, 5-Jul-83 02:43:00 EDT Article-I.D.: sri-arpa.2643 Posted: Tue Jul 5 02:43:00 1983 Date-Received: Fri, 1-Jul-83 10:26:54 EDT Lines: 16 From: Spencer W. ThomasPutting a before the call to SaveExcursion() in SaveWindowExcursion should fix that bug (does in mine, anyway). SetBfp(old); before the call to SaveExcursion() will fix your problem. (This bug appears to be present in my Emacs #85, too, thanks for pointing it out). I would be willing to bet that your bug-4 (core dumping on execute-mlisp-line) is because of the #$@# 200 character buffers scattered everywhere throughout the code. If somebody wanted to really do the Emacs community a favor, they could put dynamic string management in. Your string is 221 characters long, so that's probably it. =Spencer