Mercurial > emacs
comparison configure @ 67405:f8d3bd39d0a1
* 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.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 08 Dec 2005 22:24:35 +0000 |
parents | 181e78d8e616 |
children | 6e1f6ef9bc5f 693e794b57bf |
comparison
equal
deleted
inserted
replaced
67404:9d14391845f1 | 67405:f8d3bd39d0a1 |
---|