emacs-devel
[Top][All Lists]
Advanced

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

Re: moving window handling into lisp


From: martin rudalics
Subject: Re: moving window handling into lisp
Date: Wed, 19 Aug 2009 14:45:20 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> In theory, switching from normal to maximized state and back again does not
> loose information at all.

In principle, Emacs windows should not be less than `window-min-height'
lines tall.  But an application can temporarily bind that variable to a
smaller value during resizing and leave around a window of less height.
Such windows usually don't harm when maximizing the frame but won't get
us back the previous state when switching back to normal.

On the other hand, switching from maximized to normal and back again
will fail more frequently due to `window-min-height'.  Note also that
the issues I mention here are not reponsible for the bad behavior you
observed earlier.  (Not directly, at least.)

martin




reply via email to

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