aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation/cua-base.el
Commit message (Collapse)AuthorAgeFilesLines
* Corrected last fix.Kim F. Storm2002-06-211-7/+7
|
* (cua--prefix-arg): Make register prefixesKim F. Storm2002-06-211-7/+9
| | | | work again. Corrected error in check for C-u initiated prefix.
* (cua--last-deleted-region-pos)Kim F. Storm2002-05-311-19/+44
| | | | | | (cua--last-deleted-region-text): New aux variables. (cua-delete-region): Set them. (cua-repeat-replace-region): Use them to find the replacement text.
* (cua-set-mark): Align pop to markoKim F. Storm2002-05-271-14/+17
| | | | | | | behaviour with standard set-mark-command. (cua--pre-command-handler): Use push-mark-command. (cua-repeat-replace-region): Improve functionality when repeated after moving point or changing buffer.
* (cua--repeat-replace-text): New variable.Kim F. Storm2002-05-261-1/+55
| | | | | | (cua-repeat-replace-region): New command. (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap. Misc improvements to the commantary.
* (cua--self-insert-char-p): New function.Kim F. Storm2002-05-251-0/+7
|
* (cua-enable-cursor-indications): Default off.Kim F. Storm2002-05-131-5/+43
| | | | | | | | (cua-mode): Print Enabled/Disabled messages if interactive. Disable delete-selection-mode and pc-selection-mode when cua-mode is enabled; reenable if cua-mode is turned off. Remember setting of transient-mark-mode when cua-mode is enabled; restore if cua-mode is disabled.
* (cua-enable-cua-keys)Kim F. Storm2002-05-101-2/+2
| | | | (cua-enable-register-prefix): Added value for `other' choice.
* (cua-mode): Misc. changes to useKim F. Storm2002-05-101-42/+22
| | | | emulation-mode-map-alists instead of minor-mode-map-alist.
* (cua-inhibit-cua-keys): New buffer-local variable.Kim F. Storm2002-05-011-0/+9
|
* (cua--pre-command-handler): Only interpret delete-selection property if ↵Kim F. Storm2002-05-011-21/+22
| | | | mark-active.
* Fixed require for cua-mode variableKim F. Storm2002-04-301-1/+1
|
* Added cua-mode based files [split from original cua.el]:Kim F. Storm2002-04-281-0/+1133
cua-base.el, cua-rect.el, cua-gmrk.el, and keypad.el