emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Window configurations


From: martin rudalics
Subject: Re: Window configurations
Date: Mon, 17 May 2010 11:06:24 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> We could use something like this to define window configurations because
> FRAME is like Emacs window, and FRAMESET is like internal window, e.g.
>
> (window-set (rows 30 55 15)
>   (window-set (cols 75 25)
>     (window (buffer . "top-window-1"))
[...]
> where window-set with rows splits vertically,
> and window-set with cols splits horizontally.

I suppose we need something more accurate than integer precentages.

And we have to decide how to handle fixed-size windows - they want some
absolute size.

martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]