summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-12-08 22:24:35 +0000
committerKim F. Storm <storm@cua.dk>2005-12-08 22:24:35 +0000
commit1638bf546dca08ea15153c70c5e4df20ee6477c6 (patch)
tree5251472295d8a27000f29f6df3edad20334dc5f8 /lisp/emacs-lisp
parent3d5968919cb5b4ecf56a91aa244e0e16094efa24 (diff)
downloademacs-1638bf546dca08ea15153c70c5e4df20ee6477c6.tar.gz
emacs-1638bf546dca08ea15153c70c5e4df20ee6477c6.tar.bz2
emacs-1638bf546dca08ea15153c70c5e4df20ee6477c6.zip
* emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
(cua-rectangle-modifier-key): ... this. New defcustom. Can now select either meta, hyper, or super modifier for rectangle commands. (cua--rectangle-modifier-key): New defvar. (cua--M/H-key): Use it. Remove special case for 'space. (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key on X, to meta otherwise. Always bind C-return to toggle rectangle. Pass ?\s instead of 'space to cua--M/H-key. * emulation/cua-rect.el (cua-help-for-rectangle): Use cua--rectangle-modifier-key. Handle super modifier too. (cua--init-rectangles): Always bind C-return to toggle rectangle. Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions