- 28 Oct, 2004 1 commit
-
-
Kim F. Storm authored
-
- 29 Aug, 2004 1 commit
-
-
Kim F. Storm authored
automatic rectangle padding feature; replace by non-destructive virtual rectangle edges feature. (cua-virtual-rectangle-edges): New defcustom. (cua-auto-tabify-rectangles): New defcustom. (cua-paste): If paste into a marked rectangle, insert rectangle at current column, even if virtual; also paste exactly as many lines as has been marked (ignore additional lines or add empty lines), but paste whole source if only one line is marked. (cua--update-indications): No longer use overwrite-cursor to indicate rectangle padding
-
- 16 Jul, 2004 1 commit
-
-
Kim F. Storm authored
Init to beginning-of-buffer and end-of-buffer. (cua--undo-push-mark): New defvar. (cua--pre-command-handler): Set inhibit-mark-movement if mark is already active and command is in cua--preserve-mark-commands. Also fix check for shift modifier on non-window systems. (cua--post-command-handler): Clear inhibit-mark-movement if set.
-
- 03 May, 2004 2 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
-
- 30 Apr, 2004 3 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
based on patch from Michael Mauger. (cua-normal-cursor-color, cua-read-only-cursor-color) (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Customization cursor type and/or cursor color. (cua--update-indications): Handle cursor type changes. (cua-mode): Update cursor indications if enabled.
-
Kim F. Storm authored
Add cua-scroll-up and cua-scroll-down. (cua-scroll-up, cua-scroll-down): New commands. (cua--init-keymaps): Remap scroll-up and scroll-down.
-
- 13 Apr, 2004 1 commit
-
-
Kim F. Storm authored
(cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
-
- 25 Nov, 2003 1 commit
-
-
Kim F. Storm authored
-
- 01 Sep, 2003 1 commit
-
-
Miles Bader authored
-
- 16 Jun, 2003 1 commit
-
-
Stefan Monnier authored
-
- 18 Apr, 2003 1 commit
-
-
Stefan Monnier authored
(cua-global-mark-face): Fix face format.
-
- 31 Mar, 2003 1 commit
-
-
Kim F. Storm authored
pop-global-mark without C-x prefix. Fix doc.
-
- 24 Mar, 2003 1 commit
-
-
Kim F. Storm authored
-
- 22 Mar, 2003 1 commit
-
-
Kim F. Storm authored
Allow pop-global-mark to be repeated with C-x C-SPC C-SPC... C-u C-u C-SPC now unconditionally sets the mark.
-
- 08 Mar, 2003 2 commits
-
-
Kim F. Storm authored
-
Juanma Barranquero authored
-
- 21 Feb, 2003 1 commit
-
-
Kim F. Storm authored
to use older versions of CUA-mode, rather than the version distributed with Emacs. Use autoload cookies and eval-after-load.
-
- 04 Feb, 2003 1 commit
-
-
Juanma Barranquero authored
-
- 25 Jan, 2003 1 commit
-
-
Kim F. Storm authored
bindings from cua--cua-keys-keymap to cua--region-keymap, as they are only needed when the region is active. This also makes the output from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
-
- 03 Jan, 2003 1 commit
-
-
Kim F. Storm authored
handling of delete-selection properties.
-
- 06 Oct, 2002 1 commit
-
-
Kim F. Storm authored
initialization to make "Erase Customization" work.
-
- 21 Jun, 2002 2 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
work again. Corrected error in check for C-u initiated prefix.
-
- 31 May, 2002 1 commit
-
-
Kim F. Storm authored
(cua--last-deleted-region-text): New aux variables. (cua-delete-region): Set them. (cua-repeat-replace-region): Use them to find the replacement text.
-
- 27 May, 2002 1 commit
-
-
Kim F. Storm authored
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.
-
- 26 May, 2002 1 commit
-
-
Kim F. Storm authored
(cua-repeat-replace-region): New command. (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap. Misc improvements to the commantary.
-
- 25 May, 2002 1 commit
-
-
Kim F. Storm authored
-
- 13 May, 2002 1 commit
-
-
Kim F. Storm authored
(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.
-
- 10 May, 2002 2 commits
-
-
Kim F. Storm authored
(cua-enable-register-prefix): Added value for `other' choice.
-
Kim F. Storm authored
emulation-mode-map-alists instead of minor-mode-map-alist.
-
- 01 May, 2002 2 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
-
- 30 Apr, 2002 1 commit
-
-
Kim F. Storm authored
-
- 28 Apr, 2002 1 commit
-
-
Kim F. Storm authored
cua-base.el, cua-rect.el, cua-gmrk.el, and keypad.el
-