From: martin rudalics <rudalics@gmx.at>
To: klaus.berndl@sdm.de
Cc: ecb-list@lists.sourceforge.net, joakim@verona.se, emacs-devel@gnu.org
Subject: Re: patch for optional inhibit of delete-other-windows(IDE feature)
Date: Tue, 29 Apr 2008 00:01:58 +0200 [thread overview]
Message-ID: <48164956.1060204@gmx.at> (raw)
In-Reply-To: <84D8FEFE8D23E94E9C2A6F0C58EE07E3429DD9@mucmail3.sdm.de>
> To all questions: YES, except the recursively subdividing one: What do
> you mean exactly?
My question was badly formulated. I wanted to know whether the
edit-area could be always obtained by recursively splitting a window in
some arbitrary way such that the resulting tiling would encompass the
_entire_ edit-area. That is, none of the windows produced by these
splittings would not be part of the edit-area.
A simple example not following this concept would be: Split a window
vertically, split the lower window vertically, the upper two windows
(and their sub-windows) would constitute the edit-area, the lowest
window would not be part of the edit-area.
I'm asking because currently reasoning about tiling Emacs windows is
purely operational. A tiling is always the result of recursively
splitting an initial window into sub-windows.
> Currently the concept of ECB is:
> - Exactly one frame
Does that mean I can't run ECB in two frames simultaneously?
> - The is *always* exact ONE edit-area, which is always a rectangle
I suppose this will be the basic invariant.
> - The special windows are located either at the left, at the right or
> on top of the edit area
Is the compile window you mention below not a special window?
> - the edit-arey can be subdivided in as many windows as possible
OK.
>>Can all operations you need be subdivided into whether they either
>>apply to all windows in the edit-area or to all windows outside the
>>edit-area?
>
> Almost: Currently ECB needs three canonical window-lists:
> - full window list of the ECB-frame
> - all windows in the edit-area
> - all special ECB-windows
> - the compile-window (always displayed at bottom) when displayed
How do you currently display the compile window, make it go away,
display it again, ... ?
> canonical means: always the same sequence beginning from top/left-most,
> ie. the same order an unadviced version of `next-window' would walk
> through
I suppose you mention `next-window' here because you use it to modify
the standard commands - sometimes they should operate on the full
windows list, sometimes just on the edit-area list?
>>What mechanism do you use to access a window outside the
>>edit-area - do you suspend advices?
>
> What do you mean with "access"?
I meant "select", for example, using `other-window'. How do you select
the compile-window or the other special ECB-windows when you're in the
edit-area?
> Yes, currently the layout of the non-edit-area is immutable in this
> sense that redrawing the whole layout of the ECB-frame resizes the
> special windows back to their cusomized (via customize) sizes
> (can be absolute or - prefered - relative) whereas the sizes
> of the windows in the edit-area will be preserved by a layout-redraw,
> means the sizes the user has choosen by dragging modeline or what else...
Does that mean special windows are not fixed-size, so the user can
freely resize them?
>>Do you want the edit-area occasionally occupy the entire frame?
>
> Yes, there is a command which allows to hide or to toggle visibility
> of the special windows - you can imagine that this needs complex and
> smart code-stuff to preserve the window-layout of the edit-area during
> that, but it works stable and error-less...
We should be able to do this using window-configurations.
> IMHO temporarly hidding the special windows (ie. only the edit-area
> and all its windows are visible in the ECB-frame) is a very important
> feature of an IDE...
Sure.
next prev parent reply other threads:[~2008-04-28 22:01 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <m37iela60f.fsf@verona.se>
[not found] ` <84D8FEFE8D23E94E9C2A6F0C58EE07E3429A02@mucmail3.sdm.de>
2008-04-28 11:14 ` patch for optional inhibit of delete-other-windows(IDE feature) joakim
2008-04-28 11:50 ` klaus.berndl
2008-04-28 15:34 ` martin rudalics
2008-04-28 15:55 ` klaus.berndl
2008-04-28 15:58 ` klaus.berndl
2008-04-28 22:01 ` martin rudalics [this message]
2008-04-29 8:46 ` klaus.berndl
2008-04-29 13:30 ` martin rudalics
2008-04-29 14:27 ` klaus.berndl
2008-04-29 15:47 ` martin rudalics
2008-04-29 16:35 ` Richard M Stallman
2008-04-29 18:04 ` Re[2]: " Eric M. Ludlam
2008-04-29 18:27 ` klaus.berndl
2008-04-29 19:04 ` Eric M. Ludlam
2008-04-29 20:35 ` Stefan Monnier
2008-04-29 21:28 ` martin rudalics
2008-04-29 21:27 ` martin rudalics
2008-04-29 23:08 ` Eric M. Ludlam
2008-04-30 5:37 ` martin rudalics
2008-04-30 11:55 ` Re[2]: " Eric M. Ludlam
2008-04-30 13:43 ` martin rudalics
2008-04-30 15:29 ` Eric M. Ludlam
2008-04-30 15:38 ` Robert J. Chassell
2008-04-29 21:27 ` martin rudalics
2008-04-30 3:26 ` Stefan Monnier
2008-04-29 10:59 ` [ECB-list] patch for optional inhibit of Henry S. Thompson
2008-04-28 19:45 ` patch for optional inhibit of delete-other-windows(IDE feature) Richard M Stallman
2008-04-25 22:35 joakim
2008-04-26 1:25 ` Stefan Monnier
2008-04-26 6:56 ` joakim
2008-04-28 1:20 ` Stefan Monnier
2008-04-28 11:26 ` joakim
2008-04-28 11:41 ` Miles Bader
2008-04-28 11:55 ` joakim
2008-04-28 14:27 ` Stefan Monnier
2008-04-28 14:38 ` joakim
2008-04-28 15:04 ` klaus.berndl
2008-04-28 12:56 ` Jason Rumney
2008-04-30 8:09 ` klaus.berndl
2008-05-08 10:06 ` joakim
2008-05-08 14:03 ` Stefan Monnier
2008-04-26 14:49 ` Richard M Stallman
2008-04-28 1:21 ` Stefan Monnier
2008-04-29 11:05 ` joakim
2008-04-29 12:13 ` klaus.berndl
2008-04-29 13:31 ` martin rudalics
2008-04-29 13:47 ` klaus.berndl
2008-04-29 15:47 ` martin rudalics
2008-04-29 18:29 ` klaus.berndl
2008-04-29 20:31 ` Stefan Monnier
2008-04-29 23:16 ` Richard M Stallman
2008-04-29 23:16 ` Richard M Stallman
2008-04-30 5:57 ` joakim
2008-04-30 7:24 ` Stefan Monnier
2008-04-30 8:15 ` joakim
2008-04-30 9:34 ` Stefan Monnier
2008-04-30 10:47 ` klaus.berndl
2008-04-30 22:01 ` Richard M Stallman
2008-04-30 22:01 ` Richard M Stallman
2008-05-01 2:57 ` Miles Bader
2008-05-01 23:44 ` Richard M Stallman
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=48164956.1060204@gmx.at \
--to=rudalics@gmx.at \
--cc=ecb-list@lists.sourceforge.net \
--cc=emacs-devel@gnu.org \
--cc=joakim@verona.se \
--cc=klaus.berndl@sdm.de \
/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.