aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation/pc-select.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/obsolete/pc-select.el: Rename from emulation/pc-select.el.Stefan Monnier2011-02-081-985/+0
| | | | | | | Remove the mark/nomark handling, and activate shift-select-mode instead. * lisp/obsolete/pc-mode.el: Rename from emulation/pc-mode.el. Fixes: debbugs:7940
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * 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-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-6/+6
|\ \ | |/
| * * emulation/pc-select.el: Fix typos in docstrings.Juanma Barranquero2010-08-051-6/+6
| |
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-1/+1
|\ \ | |/
| * Fix typos in some Keywords comments.Glenn Morris2010-06-261-1/+1
| |
* | Add variable scroll-error-top-bottom.Juri Linkov2010-04-141-0/+3
| | | | | | | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00403.html * simple.el (scroll-error-top-bottom): New defcustom. (scroll-up-command, scroll-down-command): Use it. Doc fix. * emulation/pc-select.el (pc-select-override-scroll-error): Obsolete in favor of `scroll-error-top-bottom'.
* | Reorganize Custom groups.Chong Yidong2010-03-121-2/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cus-edit.el (processes): Remove from development group. (oop, hypermedia): Delete group. (net): New group. * url/url-vars.el (url): * net/browse-url.el (browse-url): * net/xesam.el (xesam): * net/tramp.el (tramp): * net/goto-addr.el (goto-address): * net/ange-ftp.el (ange-ftp): Put in net group. * view.el (view): Remove from editing group. * uniquify.el (uniquify): Put in files group. * net/browse-url.el (browse-url): * ps-print.el (postscript): Put in external group. * cus-edit.el (outlines): * textmodes/text-mode.el (text-mode-hook): * textmodes/table.el (table): * textmodes/picture.el (picture): * outline.el (outlines): Put in wp group. * nxml/nxml-mode.el (nxml): Remove from wp group. * net/tramp-imap.el (tramp-imap): Put in tramp group. * mail/metamail.el (metamail): Remove from hypermedia group. * cus-edit.el (abbrev): * whitespace.el (whitespace): * vcursor.el (vcursor): * reveal.el (reveal): * hl-line.el (hl-line): Put in convenience group. * epg-config.el (epg): Put in data group. * emulation/pc-select.el (pc-select): Put in emulations group. * calculator.el (calculator): Put in applications group. * org/org.el (org): Remove from hypermedia group.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)Chong Yidong2009-09-121-4/+12
| | | | (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* American English spelling fix.Glenn Morris2008-06-271-2/+2
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (pc-select-shifted-mark): Remove.Stefan Monnier2007-11-161-63/+42
| | | | | | | | | | | | | | | | (pc-select-ensure-mark): Set mark-active to a special value instead. Rename from ensure-mark. Update call callers. (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark. Rewrite. Update all callers. (pc-selection-mode): Remove redundant var declaration.
* | (pc-select-shifted-mark): New var.Stefan Monnier2007-11-161-23/+35
| | | | | | | | | | | | (ensure-mark): Set it. (maybe-deactivate-mark): New fun. Use it everywhere instead of (setq mark-active nil)
* | * emulation/pc-select.el (next-line-mark, next-line-nomark)Dan Nicolaescu2007-10-261-4/+4
|/ | | | | | | | | | | | | (previous-line-mark, previous-line-nomark): Wrap with-no-warnings around uses of previous-line and next-line. * diff.el (diff-old-file, diff-new-file, diff-extra-args): New defvars. * textmodes/css-mode.el (comment-continue): * net/browse-url.el (url-handler-regexp): * progmodes/idlw-help.el (idlwave-system-routines): Pacify byte-compiler.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-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
|
* (pc-select-selection-keys-only, pc-selection-mode): Fix spellings in docstrings.Juanma Barranquero2005-06-101-3/+3
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-05-171-1/+1
|
* Doc fixes: say "PC Selection mode", not "`pc-selection-mode'".Richard M. Stallman2004-06-131-13/+14
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-6/+6
|
* (pc-selection-mode): Alter the existing global map, don't replace it.Richard M. Stallman2002-03-181-14/+10
|
* (pc-select-save-and-set-mode): Properly use MODE-VAR.Richard M. Stallman2002-02-011-9/+8
|
* (pc-selection-mode-hook)Richard M. Stallman2002-01-261-130/+325
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (pc-select-saved-settings-alist, pc-select-map) (pc-select-saved-global-map, pc-select-key-bindings-alist) (pc-select-default-key-bindings, pc-select-extra-key-bindings) (pc-select-meta-moves-sexps-key-bindings) (pc-select-tty-key-bindings, pc-select-old-M-delete-binding): New variables. (pc-select-define-keys, pc-select-restore-keys): New functions. (pc-select-add-to-alist, pc-select-save-and-set-var) (pc-select-save-and-set-mode, pc-select-restore-var) (pc-select-restore-mode): New macros. (pc-selection-mode): Completely rewrote the body of the function; the main goal was to make pc-selection-mode "turn-off"-able, like other minor modes. Use define-minore-mode instead of just a defun. Store the key bindings into four alists: pc-select-default-key-bindings, pc-select-extra-key-bindings, pc-select-meta-moves-sexps-key-bindings, and pc-select-tty-key-bindings; then have the pc-select-define-keys function walk those alists instead of calling define-key repeatedly. When the mode is turned on, set the keybindings in global-map and remember the old keybindings; when the mode is turned off, restore the previously-saved keybindings. (pc-selection-mode defcustom): Reflect the fact that the mode is now "turn-off"-able.
* Doc string fixes.Stefan Monnier2001-11-191-66/+66
| | | | (pc-selection-mode): Don't treat macos as a tty.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-0/+2
|
* (pc-selection-mode): Don't turn onEli Zaretskii2001-04-131-3/+16
| | | | | | normal-erase-is-backspace on a tty. Instead, bind some keys such as [delete] directly, like pc-select.el did before normal-erase-is-backspace was invented.
* (pc-selection-mode): Call normal-erase-is-backspace-mode instead ofEli Zaretskii2001-04-041-5/+6
| | | | binding keys individually.
* Add `emulation' to keywords.Dave Love2000-09-121-1/+1
|
* fixed sds e-mailSam Steingold2000-08-141-11/+11
|
* (pc-selection-mode): Bind `M-\d'Gerd Moellmann2000-06-201-2/+2
| | | | instead of `M-backspace'.
* *** empty log message ***Dan Nicolaescu1998-05-261-1/+3
|
* Customized.Richard M. Stallman1997-08-111-7/+31
|
* (pc-select-selection-keys-only): New variable.Karl Heuer1997-06-101-51/+114
| | | | | | | | | | | (pc-select-meta-moves-sexps): New variable. (exchange-point-and-mark-nomark): New function. (forward-sexp-mark, forward-sexp-nomark): New functions. (backward-sexp-mark, backward-sexp-nomark): New functions. (pc-selection-mode): Doc fix. Bind exchange-point-and-mark-nomark, C-escape. Honor pc-select-meta-moves-sexps, pc-select-selection-keys-only. Unset highlight-nonselected-windows.
* (pc-selection-mode): Swap meanings of f16 and f18;Richard M. Stallman1997-05-221-2/+3
| | | | they were backwards.
* (ensure-mark): Minor rewrite.Richard M. Stallman1996-08-261-15/+18
| | | | | | | (scroll-down-mark): Handle pc-select-override-scroll-error, (scroll-down-nomark): Likewise. (scroll-up-mark, scroll-up-nomark): Likewise. (pc-selection-mode): Get rid of the advice on scroll-up, scroll-down.
* Replace \n in doc strings.Richard M. Stallman1996-08-241-33/+145
| | | | | | | | | | | (pc-selection-mode): Big doc fix. Don't bind f1. (forward-line-mark): New function. (forward-line-nomark): New function. (backward-line-mark): New function. (backward-line-nomark): New function. (pc-selection-mode): Add keybindings for those functions. (pc-select-override-scroll-error): New variable.
* Comment change.Richard M. Stallman1996-03-021-1/+1
|
* Add some keybindings.Richard M. Stallman1996-01-261-10/+26
| | | | | | (next-line-mark, next-line-nomark): Set this-command. (previous-line-mark, previous-line-nomark): Likewise. (end-of-line-mark, end-of-line-nomark): Likewise.