aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation/crisp.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update author address.Dave Love1999-09-141-2/+1
|
* (crisp-mode): (defcustom) Initialize withKarl Heuer1999-06-131-12/+10
| | | | | | | custom-initialize-default to avoid infinite loop. (crisp-mode): (defun) Call transient-mark-mode here, not when loading the file. Run crisp-mode-hook here, and run crisp-load-hook when loading the file.
* (crisp-submit-bug-report): Function deleted. Binding deleted also.Richard M. Stallman1999-05-241-23/+1
|
* (crisp-mode-map): Don't inherit global-map.Richard M. Stallman1999-05-241-28/+36
| | | | | | | | | Enter it on minor-mode-map-alist. (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. Autoload. Add custom setter. (crisp-mark-line): Doc fix. (crisp-mode): Autoload. Re-write not to frob keymaps directly. (crisp-mode-hook): Define.
* Fix header comments.Dave Love1999-05-231-2/+2
|
* (crisp-mark-line): Greatly simplified.Richard M. Stallman1998-07-291-11/+5
|
* Don't require cl.Richard M. Stallman1998-07-251-51/+38
| | | | | | | | | | | (crisp-override-meta-x): Doc fix. (crisp-last-last-command): Doc fix. (mark-something): Function deleted. (crisp-mark-line): Avoid using mark-something. (crisp-region-active): Renamed from region-active. (crisp-set-clipboard): Renamed from copy-primary-selection. (crisp-kill-region): Renamed from kill-primary-selection. (crisp-yank-clipboard): Renamed from yank-clipboard-selection.
* Added next-buffer/previous-buffer keybindings (bound to M-n/M-p).Karl Heuer1998-07-141-91/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (crisp-unbury-buffer): New function. Fixed bogus XEmacs/Lucid string-match checking. Made modeline entry mouse2-able. (crisp-mode-map): Make this a sparse keymap parented from current-global-map. (crisp-mode-original-keymap): Don't copy the keymap. (crisp-last-last-command): Renamed from last-last-command. defvar it. (crisp-mode): Honor ARG. (crisp-kill-line, crisp-copy-line): When a region isn't highlighted, use the region from point to eol. Honor prefix argument. (crisp-submit-bug-report): New command, taken from cc-mode. Shortened the version numbering, removed the release-version tracking (crisp-version): New function. New keybindings `C-home', `C-end', `M-home', `M-end', `C-f', `M-l', `M-m'. (crisp-copy-line): No need to save point. Removed S-right and S-left bindings. Abstract the marking and selection interfaces so that we can be compatible with both Emacs and XEmacs. And try and make the behavior as close as possible under both environments so that there are no surprises.
* Customized.Stephen Eglen1998-02-221-11/+26
|
* (crisp-mode): Add autoload cookie.Richard M. Stallman1997-05-201-1/+2
|
* (crisp-last-last-command): Renamed from last-last-commandRichard M. Stallman1997-05-201-5/+9
| | | | and defvar added.
* (crisp-load-scroll-all): Renamed from ...-lock.Richard M. Stallman1997-04-291-11/+11
| | | | (crisp-mode): Use scroll-all... not scroll-lock...
* Install the proper version.Richard M. Stallman1997-04-141-43/+79
|
* Comment change.Richard M. Stallman1997-04-101-1/+1
|
* Initial revisionRichard M. Stallman1997-04-101-0/+189