* For advanced CUA users: cua-movement-commands is gone.
@ 2005-02-07 11:54 Kim F. Storm
2005-02-07 18:29 ` Peter Heslin
0 siblings, 1 reply; 2+ messages in thread
From: Kim F. Storm @ 2005-02-07 11:54 UTC (permalink / raw)
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 <storm@cua.dk> http://www.cua.dk
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: For advanced CUA users: cua-movement-commands is gone.
2005-02-07 11:54 For advanced CUA users: cua-movement-commands is gone Kim F. Storm
@ 2005-02-07 18:29 ` Peter Heslin
0 siblings, 0 replies; 2+ messages in thread
From: Peter Heslin @ 2005-02-07 18:29 UTC (permalink / raw)
On 2005-02-07, Kim F. Storm <storm@cua.dk> wrote:
>
> 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.
Thanks for the warning. I suggest that you post this as well to
places like comp.emacs and gnu.emacs.help, since there are so many
non-developers using CVS emacs at this point.
On at least on occasion, I have answered a question in one of those
groups with reference to customizing cua-movement-commands.
Peter
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-02-07 18:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-07 11:54 For advanced CUA users: cua-movement-commands is gone Kim F. Storm
2005-02-07 18:29 ` Peter Heslin
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.