emacs-devel
[Top][All Lists]
Advanced

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

Re: Enhancements to "minor-mode-map-alist" functionality.


From: Kim F. Storm
Subject: Re: Enhancements to "minor-mode-map-alist" functionality.
Date: 23 Apr 2002 13:02:02 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50

Richard Stallman <address@hidden> writes:

>     >     The final keymap is used to allow users to take advantage of cua's
>     >     uniform command set for rectangles (and the global mark), but still
>     >     continue to use C-w, M-w and C-y instead of C-x, C-c, and C-v (which
>     >     are the normal cua bindings).
>     > 
>     > Which characters does this map redefine?
>     > 
> 
>     C-z -> undo, C-v -> yank
> 
> This should be feasible with existing facilities, right?

Yes, except that the condition on this keymap is 

  (or (eq cua-enable-cua-keys t)
      cua--last-region-shifted)


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




reply via email to

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