Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site umcp-cs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!cbosgd!ihnp4!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!hao!seismo!rlgvax!cvl!umcp-cs!chris From: chris@umcp-cs.UUCP Newsgroups: net.emacs Subject: Re: Problem with UniPress Emacs Message-ID: <7886@umcp-cs.UUCP> Date: Fri, 13-Jul-84 03:22:03 EDT Article-I.D.: umcp-cs.7886 Posted: Fri Jul 13 03:22:03 1984 Date-Received: Wed, 18-Jul-84 02:20:22 EDT References: <803@trwrba.UUCP> Organization: Univ. of Maryland, Computer Science Dept. Lines: 21 * From: irmler@trwrba.UUCP We are running UniPress version #264 Emacs on 4.1bsd. We have a problem that messages displayed with "message" disappear after a few seconds. Has anyone else had this problem? Spencer Thomas fixed that one a while ago. Here's the fix: in window.c, right after the line that says AllUpdates++, add the following lines: /* If the minibuffer got wiped, but should be re-displayed, restore it */ if (MiniBuf && !GSaveMiniBuf && !*MiniBuf && ResetMiniBuf) { MiniBuf = ResetMiniBuf; if (*ResetMiniBuf == 0) ResetMiniBuf = 0; } -- In-Real-Life: Chris Torek, Univ of MD Comp Sci (301) 454-7690 UUCP: {seismo,allegra,brl-bmd}!umcp-cs!chris CSNet: chris@umcp-cs ARPA: chris@maryland