> In GNU Emacs 22.0.990 on Windows, the following operation causes > contiguous redisplay of the menu and beeps. And Emacs doesn't > accept any operations for a while. > > emacs -q > M-x html-mode ;; in the scratch buffer > M-x column-number-mode > <html></html> > C-u 8 C-b ;; move back the cursor on `>' of "<html>" > C-c C-i ;; runs the command sgml-tags-invisible
In fact these are two problems: To solve the first one could specbind Vinhibit_point_motion_hooks to Qt before calculating the column number. The second is that sgml-mode shouldn't scan list forwards before a ">". _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
