Hi emacs-devel, I'm getting weird GUI behavior when compiling the latest CVS code (actually I use git to pull from git://git.sv.gnu.org/emacs.git). Attached is a screen shot of what it (started with emacs -Q) looks like. As you can see, the left and right margins are unusually large, I can't `split-window-horizontally' because "Window width 7 too small (after splitting)", and the number returned by `window-width' is clearly wrong. This behavior has been around for at least two months (it has been like this ever since I started trying to compile emacs23). Any suggestions? This is compiled on Ubuntu 8.04. $ uname -a Linux unicorn 2.6.24-22-generic #1 SMP Mon Nov 24 18:32:42 UTC 2008 i686 GNU/Linux $ gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)