[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiple Windows
From: |
Stefan Monnier |
Subject: |
Re: Multiple Windows |
Date: |
Fri, 23 Dec 2005 12:21:48 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> I use emacs to write code, usually there are multiple windows (buffers)
> with different files.
Windows and buffers are different beasts. Eg.g a buffer can be shown in
several windows at the same time or in no window at all.
> Is it possible that when I am move from one buffer to another that the
> current buffers maximizes in size while all the other minimizez. I hate
> doing it manually and am looking for a way to do 'somehow' do it
> automatically.
If by "minimize" you also include "don't display", then just use a single
window and switch between them with C-x b or with the Buffers menu, or with
M-x bury-buffer, or by clicking with mouse-1/mouse-3 on the buffer-name in
the mode-line, or ... with any number of included or third party
buffer-switching packages.
Stefan