summaryrefslogtreecommitdiff
path: root/lisp/emulation
Commit message (Expand)AuthorAgeFilesLines
* (cua-mode): Deactivate mark when cua-mode is enabled.Kim F. Storm2004-05-031-0/+1
* (cua--update-indications): Fix last change.Kim F. Storm2004-05-031-1/+1
* Change cursor-type block to hollow.Kim F. Storm2004-04-301-12/+12
* * emulation/cua-base.el: Add support for changing cursor types;Kim F. Storm2004-04-301-26/+106
* (cua--convert-rectangle-as): New defmacro.Kim F. Storm2004-04-301-7/+18
* (cua--standard-movement-commands):Kim F. Storm2004-04-301-2/+46
* (cua-read-only-cursor-color)Kim F. Storm2004-04-131-4/+7
* (tpu-set-mark): Fix typo.Juanma Barranquero2004-02-291-1/+1
* (ex-mark): Remove extra format stringAndreas Schwab2004-02-081-2/+2
* (vi-mode): Remove extra format string argument.Andreas Schwab2004-02-081-7/+8
* * progmodes/idlwave.el (idlwave-make-tags):Eli Zaretskii2004-01-031-11/+11
* (cua--standard-movement-commands): Add forward-sentence and backward-sentence.Kim F. Storm2003-11-251-1/+3
* Add arch taglinesMiles Bader2003-09-0126-0/+26
* (cua-mode): Use explicit arg to turn off minor modes.Stefan Monnier2003-06-161-3/+3
* (ctl-x-map): Don't bind C-x C-i or C-x 3.Richard M. Stallman2003-05-281-4/+5
* (cua-mode): Use define-minor-mode.Stefan Monnier2003-04-181-42/+11
* (top-level): Quote second arg toKai Großjohann2003-04-021-3/+3
* (cua-set-mark): Unconditionally repeatKim F. Storm2003-03-311-4/+5
* (cua-set-mark): Check pop-global-mark-quick-repeat.Kim F. Storm2003-03-241-1/+2
* (cua-set-mark): Doc fixes.Kim F. Storm2003-03-221-9/+19
* * man.el (Man-getpage-in-background): Always use `setenv' forKai Großjohann2003-03-091-0/+6
* Provide `cua' feature.Kim F. Storm2003-03-081-0/+2
* (cua--standard-movement-commands): Fix docstring.Juanma Barranquero2003-03-081-1/+1
* Add run-time check to catch users tryingKim F. Storm2003-02-211-0/+16
* Trailing whitepace deleted.Juanma Barranquero2003-02-0420-618/+618
* * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-cKim F. Storm2003-01-251-2/+3
* (cua--pre-command-handler): CorrectedKim F. Storm2003-01-031-4/+4
* (defgroup edt): Arrange that definition starts at beginning of line.Markus Rost2002-11-121-7/+8
* Simplify Emacs 19 compatibility.Markus Rost2002-11-111-70/+25
* (top-level): Fix typo.Juanma Barranquero2002-10-181-8/+8
* (cua-normal-cursor-color): FixedKim F. Storm2002-10-061-12/+11
* 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2002-09-182-6/+13
* (keypad-setup, keypad-shifted-setup)Kim F. Storm2002-09-141-5/+7
* (ex-compile-command): Fix typo.Juanma Barranquero2002-08-301-1/+1
* (cua--rectangle-operation): Don't callKim F. Storm2002-07-041-2/+3
* (tpu-delete-to-eol): Fix typo.Juanma Barranquero2002-07-031-2/+2
* Added :require 'keypad to defcustoms.Kim F. Storm2002-06-241-0/+4
* Corrected last fix.Kim F. Storm2002-06-211-7/+7
* Handle kp-begin like kp-space.Kim F. Storm2002-06-211-0/+8
* (cua--prefix-arg): Make register prefixesKim F. Storm2002-06-211-7/+9
* (edt-substitute): Fix typo.Juanma Barranquero2002-06-181-1/+1
* Undo previous change.Richard M. Stallman2002-06-101-2/+2
* (viper-insert-prev-from-insertion-ring)Richard M. Stallman2002-06-101-2/+2
* (cua--last-deleted-region-pos)Kim F. Storm2002-05-311-19/+44
* (viper-smart-suffix-list, viper-ask-level): Fix typos.Juanma Barranquero2002-05-311-2/+2
* (cua-set-mark): Align pop to markoKim F. Storm2002-05-271-14/+17
* (cua--repeat-replace-text): New variable.Kim F. Storm2002-05-261-1/+55
* (cua--init-rectangles): Install defaultKim F. Storm2002-05-251-0/+4
* (cua--init-global-mark): Install defaultKim F. Storm2002-05-251-0/+5
* (cua--self-insert-char-p): New function.Kim F. Storm2002-05-251-0/+7