>>> When migrating to Emacs 22.3.1 on microsoft windows, the following >>> lines in my .emacs file do not behave as expected: > >>> (set-frame-position (selected-frame) 0 0) >>> (sleep-for 2) ; not originally in my .emacs -- testing only >>> (set-frame-width (selected-frame) 150) >>> (sleep-for 2) >>> (set-frame-height (selected-frame) 55) >>> (sleep-for 2)) [...] > 1. The bug is present in 22.2 > 2. (set-frame-size) is not affected, and is probably a better work-around > than I gave in my previous message. Interesting. Does the attached patch give better results? martin