Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!BOULDER.COLORADO.EDU!jbw%uswest.com From: jbw%uswest.com@BOULDER.COLORADO.EDU (Joe Wells) Newsgroups: gnu.emacs Subject: My show-temp-buffer code Message-ID: <8906081935.AA00548@ketchum.uswest.com> Date: 8 Jun 89 19:35:25 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 16 Oops, I made a mistake. I recently posted a message recommending that people using my show-temp-buffer function should do this: (setq pop-up-windows t) (setq window-min-height 2) This is incorrect, the correct recommendation is this: (setq window-min-height 2) (setq split-height-threshold 4) Sorry! -- Joe Wells jbw%ketchum.uswest.com@boulder.colorado.edu