emacs-devel
[Top][All Lists]
Advanced

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

For advanced CUA users: cua-movement-commands is gone.


From: Kim F. Storm
Subject: For advanced CUA users: cua-movement-commands is gone.
Date: Mon, 07 Feb 2005 12:54:38 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

With my latest changes to cua mode in CVS emacs, the
cua-movement-commands variable has been removed in favour
of a much cleaner approach.

If you have code relying on this, you need to adapt your code
to the new method of marking a command as a movement command:

  (put 'your-command 'CUA 'move)

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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