* Windows Configuration
@ 2008-06-04 0:57 Florian Beck
2008-06-04 11:15 ` Bernardo Bacic
0 siblings, 1 reply; 3+ messages in thread
From: Florian Beck @ 2008-06-04 0:57 UTC (permalink / raw)
To: help-gnu-emacs
Recently, I have played around with Emacs' window-configuaration.
Two problems have come up:
1. What I really want to record are the windows displayed, their
positions and their sizes. What I do *not* want to record are the point
positions in these windows. Right now, I can (a) save a window configuration
I like, (b) do some work, (b') leave that configuration and (c) switch
to another configuration. When I restore I want to come back to (b'),
but I come back to (a). How can I do the right thing?
2. This might be a bit more complicated. Let's say I have a full screen
frame and want a rather small right hand area display three windows:
|------------|------|
|------------|------|
|------------|--R1--|
|------------|------|
|-----L------|______|
|------------|------|
|------------|--R2--|
|------------|______|
|------------|--R3--|
R1 displays an annotation file triggered by my own function; R2 displays
*Help*; R3 displays the most recent messages.
What I work in is *L*, the left side. How can I teach Emacs (mainly
`delete-other-windows' and `split-window-vertically/horizontally' to
leave the left side alone?
--
Florian Beck
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Windows Configuration
2008-06-04 0:57 Windows Configuration Florian Beck
@ 2008-06-04 11:15 ` Bernardo Bacic
0 siblings, 0 replies; 3+ messages in thread
From: Bernardo Bacic @ 2008-06-04 11:15 UTC (permalink / raw)
To: Florian Beck; +Cc: help-gnu-emacs
>
> What I work in is *L*, the left side. How can I teach Emacs (mainly
> `delete-other-windows' and `split-window-vertically/horizontally' to
> leave the left side alone?
>
see documentation for set-window-dedicated-p
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Windows Configuration
@ 2008-06-04 15:31 martin rudalics
0 siblings, 0 replies; 3+ messages in thread
From: martin rudalics @ 2008-06-04 15:31 UTC (permalink / raw)
To: bernardo.bacic; +Cc: help-gnu-emacs
>> What I work in is *L*, the left side. How can I teach Emacs (mainly
>> `delete-other-windows' and `split-window-vertically/horizontally' to
>> leave the left side alone?
>
> see documentation for set-window-dedicated-p
`delete-other-windows' and `split-window-vertically/horizontally' don't
care about whether a window is dedicated or not. You can set
`window-size-fixed' to avoid that windows get split - in some cases.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-06-04 15:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-04 0:57 Windows Configuration Florian Beck
2008-06-04 11:15 ` Bernardo Bacic
-- strict thread matches above, loose matches on Subject: below --
2008-06-04 15:31 martin rudalics
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.