From: Galen Boyer <galenboyer@hotpop.com>
Subject: Re: Preserving window layout
Date: 7 Jun 2003 15:32:12 -0500 [thread overview]
Message-ID: <uptlpcv0i.fsf@hotpop.com> (raw)
In-Reply-To: mailman.7528.1054997087.21513.help-gnu-emacs@gnu.org
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.
next prev parent reply other threads:[~2003-06-07 20:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.7528.1054997087.21513.help-gnu-emacs@gnu.org>
2003-06-07 15:10 ` Preserving window layout Glyn Millington
2003-06-07 20:32 ` Galen Boyer [this message]
2003-06-07 21:16 ` Johan Bockgård
2003-06-11 18:53 ` Preserving window layout (follow up) Matthew Calhoun
2003-06-08 3:18 ` Preserving window layout Jason Earl
2003-06-07 14:41 Matthew Calhoun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=uptlpcv0i.fsf@hotpop.com \
--to=galenboyer@hotpop.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.