unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).