Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!nike!ucbcad!ucbvax!ernie.Berkeley.EDU!phr From: phr@ernie.Berkeley.EDU (Paul Rubin) Newsgroups: net.emacs Subject: Re: Bogus transient windows in Unipress Emacs Message-ID: <16139@ucbvax.BERKELEY.EDU> Date: Wed, 15-Oct-86 19:41:12 EDT Article-I.D.: ucbvax.16139 Posted: Wed Oct 15 19:41:12 1986 Date-Received: Thu, 16-Oct-86 00:01:27 EDT References: <3948@amdahl.UUCP> <3473@mit-eddie.MIT.EDU> <1407@Diamond.BBN.COM> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: phr@ernie.Berkeley.EDU.UUCP (Paul Rubin) Organization: University of California, Berkeley Lines: 33 In article <1407@Diamond.BBN.COM> mlandau@Diamond.BBN.COM (Matt Landau) writes: >It's true that Unipress 2.xx moved help information into a transient window, >making it act like almost all other Emacses in existence. I, for one, got >really tired of that stupid help buffer sucking up half the screen all the >time. Note, however, that the help buffer in Unipress 2.x is called "Help", >and you can use it like any other buffer. So if you want to look at the >help again, use your favorite "make buffer visible" function on it. I first saw the technique of popping up a new buffer to display help, etc. in Gosling Emacs. The file etc/DIFF in the GNU Emacs distribution (which describes differences between GNU Emacs and PDP-10 Emacs) says this about it: ** There is no concept of "typeout" in GNU Emacs. Any time that a command wants to display some output, it creates a buffer (usually with a name surrounded by asterisks) and displays it in a window. This provides some advantages: you can edit some more while looking at the output; you can copy parts of the output into other buffers. It also has a disadvantage that you must type a command in order to make the output disappear. You can use C-x 1 to get rid of all windows except the selected one. To be more selective, you can switch to the window you want to get rid of and then type C-x 0 (delete-window). You also need to type a command to scroll the other window if not all the output fits in it. Meta-Control-v will usually do the job.