I am getting what appears to me to be a highly related bug. I get scrambled, overlapping fonts. In my case, this is not related to scrolling specifically, but occurs even while typing.
As a temporary work-around, I am forcing Emacs to redraw after every command (code below!). Emacs is now usable, although it causes a very unpleasant flicker. ;; nasty hack to fix display issue (add-hook 'post-command-hook 'phil-redraw-display-hack) (defun phil-redraw-display-hack() (interactive) (redraw-display)) ** Attachment added: "A screenshot" https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/570714/+attachment/1723293/+files/emacs.png -- Font display scrambled when scrolling https://bugs.launchpad.net/bugs/570714 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs