Aki Vehtari <Aki.Vehtari(a)hut.fi> writes:
causes Drag'n'Drop to crash XEmacs. Same thing with
i686-pc-linux
and alpha-unknown-linux (not yet tested on other platforms).
Can reproduce it on Solaris. It has something to do with adding timers
in post-command hook
If you do this
(setq bla 1)
(defun tester-setup ()
(start-itimer "testje" (lambda (&rest r) (message "bla = %s"
(incf bla))
(sit-for 1))
1 nil t))
(add-hook 'post-command-hook 'tester-setup)
and start a drag you'll crash XEmacs.
Jan