jbw%uswest.com@BOULDER.COLORADO.EDU (Joe Wells) (06/06/89)
For those of you who are using the show-temp-buffer function that I posted (I think some time last year), I have a recommendation. Someone sent mail to me asking me why it was causing problems for him, and I realized that I forget to tell people that I do these two things in my .emacs file: (setq pop-up-windows t) (setq window-min-height 2) Those changes should dramatically improve the behaviour of show-temp-buffer. Enjoy! -- Joe Wells <jbw@uswest.com> jbw%ketchum.uswest.com@boulder.colorado.edu
jbw%uswest.com@BOULDER.COLORADO.EDU (Joe Wells) (06/09/89)
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@uswest.com> jbw%ketchum.uswest.com@boulder.colorado.edu