martin rudalics <[EMAIL PROTECTED]> writes: > In Lennart's example there are _two_ menus. The one popped by > `temp-test1' and the other popped by `temp-test2'. In between he does > > (insert ";; SOME STRING 2\n") > > which should get displayed before popping up the second menu. Lennart's > problem is that `sit-for' doesn't redisplay because `input-pending-p' > returns non-nil.
In that case, use (redisplay t) instead of (sit-for 0) to _force_ a redisplay. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
