[net.emacs] bugs

thomas%UTAH-GR%utah-cs@sri-unix.UUCP (07/05/83)

From:  Spencer W. Thomas  <thomas%UTAH-GR@utah-cs>

Putting 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