emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CUA/delete-selection-mode and remapped keys incompatibility


From: Kim F. Storm
Subject: Re: CUA/delete-selection-mode and remapped keys incompatibility
Date: Thu, 08 Feb 2007 21:18:11 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

David Reitter <address@hidden> 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 <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]