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.