emacs-devel
[Top][All Lists]
Advanced

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

Re: Whole frame windows


From: martin rudalics
Subject: Re: Whole frame windows
Date: Sat, 09 Aug 2008 14:45:08 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

> I know there's a feature freeze, but how about something like below to
> expand a window to the whole frame and back?  It's handy for many window
> configurations like gdb-ui where the stack trace, for example, doesn't
> always fit in the space available.  Eclipse has a feature like this, when
> you double click on the window tab.
>
> Seems pretty harmless to me and any release must be a long way away.

IIUC this

(defvar last-window-configuration nil
  "If `non-nil', the window configuration to which `toggle-window' restores.")

is global.  With multiple frames, the effect of `toggle-window' in a
frame B for a window configuration of frame A might be unexpected.

martin





reply via email to

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