summaryrefslogtreecommitdiff
path: root/lisp/emulation/crisp.el
Commit message (Collapse)AuthorAgeFilesLines
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Refill some copyright headers.Glenn Morris2011-01-151-2/+2
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Remove leading `*' from docs of some defcustoms etc.Glenn Morris2010-09-221-4/+4
|/ | | | | | | | | | | | * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el: * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el: * international/kkc.el, international/ogonek.el, mail/feedmail.el: * net/browse-url.el, net/eudc-vars.el, net/net-utils.el: * net/rcompile.el, net/rlogin.el, textmodes/enriched.el: * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el: * textmodes/refer.el, textmodes/spell.el, textmodes/table.el: * textmodes/tex-mode.el, textmodes/two-column.el: Remove leading `*' from docs of defcustoms etc.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * emulation/crisp.el (crisp-mode-map): Move initializationStefan Monnier2009-09-111-125/+110
| | | | | into declaration. (crisp-mode): Use define-minor-mode.
* * keymap.c (QCadvertised_binding): New constant.Stefan Monnier2009-09-111-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | (syms_of_keymap): Initialize it. (Fwhere_is_internal): Try and use bindings from :advertised-binding if applicable. * progmodes/xscheme.el (xscheme-evaluation-commands): Put a :advertised-binding property rather than using advertised-xscheme-send-previous-expression. (advertised-xscheme-send-previous-expression): Declare obsolete. * emulation/crisp.el (crisp-mode-map): Use `undo' rather than `advertised-undo'. (crisp-mode): Add corresponding bindings to undo's :advertised-binding instead. * dired.el (dired-mode-map): Put a :advertised-binding property rather than using dired-advertised-find-file. (dired-advertised-find-file): * simple.el (advertised-undo): * wid-edit.el (advertised-widget-backward): Declare obsolete. (widget-keymap): Put a :advertised-binding property rather than using advertised-widget-backward. * bindings.el (ctl-x-map): Put a :advertised-binding property rather than using advertised-undo. * tutorial.el (tutorial--default-keys): Adjust accordingly.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):Dan Nicolaescu2008-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | * message.el (message-beginning-of-line): Use featurep instead of bound tests in order to resolve conditionals at compile time. * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous) (reftex-toc-restore-region): * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer) (reftex-index-phrases-apply-to-region): * textmodes/ispell.el (ispell-word): * progmodes/vhdl-mode.el (vhdl-keep-region-active): * progmodes/pascal.el (pascal-mark-defun): * progmodes/f90.el (f90-mark-subprogram, f90-indent-region) (f90-fill-region): * emulation/tpu-edt.el (tpu-set-mark): * emulation/crisp.el (crisp-region-active): * winner.el (winner-active-region): * ansi-color.el (ansi-color-set-extent-face): Use featurep instead of bound tests in order to resolve conditionals at compile time.
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-071-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-011-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (crisp-home, crisp-end): Put CUA property.Kim F. Storm2005-05-191-4/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-05-171-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (top-level): Quote second arg toKai Großjohann2003-04-021-3/+3
| | | | `eval-after-load'.
* * man.el (Man-getpage-in-background): Always use `setenv' forKai Großjohann2003-03-091-0/+6
| | | | | | | | | environment variables, instead of modifying process-environment directly. The previous version let-bound process-environment -- the let-binding is skipped for GROFF_NO_SGR because there is already a let-binding in effect in some outer scope. * emulation/crisp.el (top-level): Interoperate with cua.
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (brief-mode): New alias.Dave Love2000-05-211-1/+5
|
* 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