aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/delsel.el
Commit message (Collapse)AuthorAgeFilesLines
* (delsel-unload-hook): Set as a variable.Richard M. Stallman2004-10-171-0/+2
|
* Don't put `delete-selection' property on `insert-parentheses' symbolJuri Linkov2004-05-011-2/+0
| | | | | to take advantage of region handling in `insert-pair' function. Suggested by Stephan Stahl <[email protected]>
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (delete-active-region): Don't explicitly deactivate mark.Richard M. Stallman2003-04-031-2/+0
|
* (delete-selection-pre-hook): Handle and resignalRichard M. Stallman2001-11-191-18/+25
| | | | file-supersession errors to interact properly with userlock.el.
* (delete-selection-pre-hook): Don't set this-commandGerd Moellmann2001-07-311-3/+5
| | | | to `ignore' if the region is empty.
* (delete-selection-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+1
|
* (delete-selection-mode): Use define-minor-mode.Stefan Monnier2000-10-011-24/+2
|
* (delsel-unload-hook): New function.Dave Love2000-08-151-7/+14
|
* Add finder keywords.Dave Love2000-05-241-0/+1
|
* Revert previous change -- region is significant to skeleton.Dave Love1999-12-041-2/+0
|
* Grok skeleton-pair-insert-maybe.Dave Love1999-12-011-0/+2
|
* (delete-selection-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* *** empty log message ***Karl Heuer1999-03-301-1/+1
|
* (delete-selection-mode): Doc fix.Karl Heuer1999-03-301-1/+2
|
* Don't require cl. Minor doc fixes.Dave Love1998-04-231-18/+38
| | | | | (insert-parentheses): Add 'delete-selection property. (delete-selection-pre-hook): Simplify slightly.
* (delete-selection-mode): Put back :initialize keyword.Richard M. Stallman1997-08-231-0/+7
| | | | | At the end of the file, test this variable, and turn on the mode if it is non-nil.
* (delete-selection-mode): Delete the :initialize keyword.Richard M. Stallman1997-08-041-11/+1
| | | | | Don't explicitly check the value and call delete-selection-mode. Don't put on a custom-loads property.
* (delete-selection-mode): Add custom-loads property.Richard M. Stallman1997-07-171-11/+5
|
* Customise. Don't modify pre-command-hook on file load; do in command.Simon Marshall1997-07-151-45/+68
|
* (delete-selection-mode): Doc fix.Richard M. Stallman1997-07-061-0/+3
|
* (delete-selection-mode): Doc fix.Richard M. Stallman1997-07-031-1/+4
|
* Comment change.Richard M. Stallman1997-05-271-0/+1
|
* Update FSF's address.Erik Naggum1996-01-141-16/+17
|
* (clipboard-yank): Add delete-selection property.Richard M. Stallman1995-09-251-0/+1
|
* (delete-selection-pre-hook): New type value `yank'.Richard M. Stallman1995-08-061-1/+10
| | | | (yank): Use `yank' as delete-selection property.
* (delete-selection-mode): Use force-mode-line-update.Karl Heuer1995-04-251-1/+1
|
* (self-insert-iso): Add delete-selection property.Richard M. Stallman1994-10-141-0/+1
|
* Provide delsel.Richard M. Stallman1993-05-201-28/+11
| | | | | | (keyboard-quit): Definition deleted. (minibuffer-keyboard-quit): If Delete Selection mode is off, do abort even if mark is active.
* Renamed from pending-del.el.Richard M. Stallman1993-05-191-22/+27
| | | | | | Functions and variables renamed to ...delete-selection... from ...pending-delete... Bind all minibuffer keymaps alike.
* Add standard library headers.Eric S. Raymond1993-03-171-5/+11
|
* entered into RCSRichard M. Stallman1993-03-091-38/+33
|
* Initial revisionRichard M. Stallman1993-03-091-0/+118