David Reitter <[EMAIL PROTECTED]> writes:

> Changing the above `slime-space' to use `call-interactively' doesn't
> help - it seems that the pre-command-hook isn't run again in such a
> case.

This is not a bug in cua or delete-selection-mode.

If you define a new command like that, you also have to make it
CUA/delete-selection-mode compatible by tagging it like this:

(put 'slime-space 'delete-selection t)

-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to