When I start SLIME and resize the Emacs main frame via the window manager's maximize button, the Emacs windows (e.g. those associated with the *scratch* and *slime-repl[1]* buffers) do not adapt to the new size. They remain in the initial configuration. But as soon as I press any key, the windows instantly get the correct size and location.
I am using SLIME CVS sources updated a few hours ago, CMUCL 18e and GNU Emacs 20.7.2 under Debian Woody.
Paolo
On Fri, 23 Apr 2004 20:17:47 +0200, Paolo Amoroso amoroso@mclink.it wrote:
When I start SLIME and resize the Emacs main frame via the window manager's maximize button, the Emacs windows (e.g. those associated with the *scratch* and *slime-repl[1]* buffers) do not adapt to the new size. They remain in the initial configuration. But as soon as I press any key, the windows instantly get the correct size and location.
Strange. I can't reproduce that.
I am using SLIME CVS sources updated a few hours ago, CMUCL 18e and GNU Emacs 20.7.2 under Debian Woody.
Same here but GNU Emacs 21.3.50 from CVS.
Edi.
Paolo Amoroso amoroso@mclink.it writes:
When I start SLIME and resize the Emacs main frame via the window manager's maximize button, the Emacs windows (e.g. those associated with the *scratch* and *slime-repl[1]* buffers) do not adapt to the new size. They remain in the initial configuration. But as soon as I press any key, the windows instantly get the correct size and location.
This was caused by the workaround for the problem with the first command after executing a timer function. I reorganized the initialization procedure a bit, so that the workaround is no longer needed.
Helmut.
Helmut Eller e9626484@stud3.tuwien.ac.at writes:
This was caused by the workaround for the problem with the first command after executing a timer function. I reorganized the initialization procedure a bit, so that the workaround is no longer needed.
The latest SLIME CVS sources work fine, thanks.
Paolo
Paolo Amoroso amoroso@mclink.it writes:
When I start SLIME and resize the Emacs main frame via the window manager's maximize button, the Emacs windows (e.g. those associated with the *scratch* and *slime-repl[1]* buffers) do not adapt to the new size. They remain in the initial configuration. But as soon as I
I forgot to mention that the frame does resize correctly.
Paolo