help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Preserving window layout


From: Galen Boyer
Subject: Re: Preserving window layout
Date: 7 Jun 2003 15:32:12 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

On Sat, 7 Jun 2003, calhounm@mac.com wrote:

> The problem is, when I do something like command-apropos it wreaks
> havoc on my nice little environment - the shell buffer grows to take
> up half of the frame, and the *Apropos* buffer has taken the place of
> *shell*.

Try this.

(setq special-display-buffer-names
      '(("*Apropos*"
         (top . 5)
         (left . 100)
         (width . 90)
         (height . 50)
         (background-color . "gray60")
         (menu-bar-lines . 0))
        "*Backtrace*" "*Input History*" "*Occur*" "*grep*"
        ))

The above may need a tweak, I cut it out of alot more buffers being
referenced.  I think you can play with this and get it to your liking. 
-- 
Galen deForest Boyer
Sweet dreams and flying machines in pieces on the ground.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]