[slime-devel] problem with slime-pre-command-hook

Madhu enometh at meer.net
Wed Oct 28 10:57:05 UTC 2009


[disclaimer:useless post]\

* Helmut Eller <m28wevc1wj.fsf at 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





More information about the slime-devel mailing list