[disclaimer:useless post]\
* Helmut Eller m28wevc1wj.fsf@common-lisp.net : Wrote on Wed, 28 Oct 2009 10:18:20 +0100:
| Keeping XEmacs compatibility gets harder every day. We can't use the | newer Emacs features and we have to invent new workarounds for the | growing number of XEmacs bugs. Everybody who uses 21.5 (and doesn't use | the typeout window) would have seen this problem but you are the first | to report it, which makes me think that there are only few XEmacs users | left. Fixing this is not fun at all.
It is easier to
(remove-hook 'pre-command-hook 'slime-pre-command-hook t) (remove-hook 'post-command-hook 'slime-post-command-hook t)
in slime-mode-hook and slime-repl-mode-hook
-- Madhu