[EMAIL PROTECTED] skrev:
> GNU Emacs 22.0.93.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
> of 2007-01-29 on quant8
>
> 1. (set-frame-parameter nil 'fullscreen 'fullheight)
> takes a noticeable time to execute (few seconds).
There is quite a bit of send client events, get properties and stuff going on,
but it is according to the Extended Window Manager Hints Specification. I
have seen that it is very slow when running on a remote display over a not so
fast connection. When I run locally it is very fast (maybe 0.1 second).
We could implement some sort of caching of the query where we find out what
the window manager supports. But I think that is something for after the
release, and the initial fullscreen would then be as slow as before anyway.
>
> 2. there is no way to undo its effects (the emacs frame - the window
> from the Gnome's POV - becomes unresizeable in the vertical direction)
>
>
That was a bug,
(set-frame-parameter nil 'fullscreen nil)
should work now. The "unresizable" property is a thing your window manager
decides.
Jan D.
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug