[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Window configurations
From: |
Davis Herring |
Subject: |
Re: Window configurations |
Date: |
Tue, 27 Apr 2010 12:55:01 -0700 (PDT) |
User-agent: |
SquirrelMail/1.4.8-5.el5_4.10.lanl1 |
> Users "define" window configurations by splitting and deleting windows.
> They have no idea of the underlying window tree.
I'm not sure that's right. While users certainly don't know about
`frame-root-window' windows, the tree is otherwise readily apparent
(since, for instance, resizing or deleting a window distinguishes
+-+-+ +-+-+
|A|B| |A|B|
+-|-+ and +---+
|C|D| |C|D|
+-+-+ +-+-+
in an immediately obvious fashion). Why not store a configuration as a
(resolution-independent) tree:
subtree = window | tree ;
tree = "(", horiz, subtree, split, { split }, ")" ;
split = fraction, subtree ;
horiz = nil | t ; (* t for C-x 3 *)
fraction = ? float ? ;
window = ? ... ? ; (* the hard part *)
very much like (window-tree)?
Davis
--
This product is sold by volume, not by mass. If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.
- Re: Gtk tabs in emacs, new branch, (continued)
- Re: Gtk tabs in emacs, new branch, Juri Linkov, 2010/04/25
- Re: Gtk tabs in emacs, new branch, martin rudalics, 2010/04/25
- Window configurations (was: Gtk tabs in emacs, new branch), Juri Linkov, 2010/04/25
- Re: Window configurations, martin rudalics, 2010/04/26
- Re: Window configurations, Juri Linkov, 2010/04/27
- Re: Window configurations, martin rudalics, 2010/04/27
- Re: Window configurations, Juri Linkov, 2010/04/27
- Info buffers in Desktop, Juri Linkov, 2010/04/27
- Re: Window configurations, martin rudalics, 2010/04/28
- Re: Window configurations, Juri Linkov, 2010/04/28
- Re: Window configurations,
Davis Herring <=
- Re: Window configurations, Juri Linkov, 2010/04/28
- Re: Window configurations, Davis Herring, 2010/04/28
- Re: Window configurations, martin rudalics, 2010/04/28
- Re: Window configurations, Stefan Monnier, 2010/04/28
- Re: Window configurations (was: Gtk tabs in emacs, new branch), Ken Hori, 2010/04/29
- Re: Window configurations, Stefan Monnier, 2010/04/30
- Re: Gtk tabs in emacs, new branch, Stefan Monnier, 2010/04/10
- Re: Gtk tabs in emacs, new branch, Uwe Siart, 2010/04/02
- Re: Gtk tabs in emacs, new branch, Daniel Colascione, 2010/04/02
- Re: Gtk tabs in emacs, new branch, Stefan Monnier, 2010/04/02