annotate lisp/obsolete/s-region.el @ 111789:f97704487fb3

Merge changes made in Gnus trunk. nnir.el: Batch header retrieval. proto-stream.el: New library to provide protocol-specific TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar protocols. nnimap.el (nnimap-open-connection): Use it. proto-stream.el (open-proto-stream): Complete the documentation. nnimap.el (nnimap-open-connection): Check for "OK" from the greeting. nntp.el: Use proto-streams for the relevant connections types. nntp.el (nntp-open-connection): Switch on STARTTLS on supported servers. proto-stream.el (open-proto-stream): Add a way to specify what the end of a command is. proto-stream.el (proto-stream-open-tls): Delete output from openssl if we're using tls.el. proto-stream.el (proto-stream-open-network): If we don't have gnutls-cli or gnutls built in, then don't try to establish a STARTTLS connection. color.el (color-lab->srgb): Fix function call name. proto-stream.el: Fix the syntax in the comment. nntp.el (nntp-open-connection): Fix the STARTTLS command syntax. proto-stream.el (proto-stream-open-starttls): Actually implement the starttls.el STARTTLS. proto-stream.el (proto-stream-always-use-starttls): New variable. proto-stream.el (proto-stream-open-starttls): De-duplicate the starttls code. proto-stream.el (proto-stream-open-starttls): Folded back into the main function. proto-stream.el (proto-stream-command): Refactor out. nnimap.el (nnimap-stream): Change default to `undecided'. nnimap.el (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl first, and then network. nnimap.el (nnimap-open-connection-1): Respect nnimap-server-port. nnimap.el (nnimap-open-connection): Be more backwards-compatible. proto-stream.el (open-protocol-stream): Renamed from open-proto-stream. proto-stream.el (proto-stream-open-network): When doing opportunistic TLS upgrades we don't really care about the identity of the peer. gnus.texi (Customizing the IMAP Connection): Note the new defaults. gnus.texi (Direct Functions): Note the STARTTLS upgrade. proto-stream.el (proto-stream-open-network): Force starttls.el to use gnutls-cli, since that what we've checked for. proto-stream.el (proto-stream-always-use-starttls): Only default to t if open-gnutls-stream exists. proto-stream.el (proto-stream-open-network): If STARTTLS failed, then just open a normal connection. proto-stream.el (proto-stream-open-network): Wait until the greeting before doing STARTTLS. nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for backwards compatibility). nnimap.el (nnimap-open-connection-1): Really respect nnimap-server-port. nntp.el (nntp-open-connection): Provide a :success condition. nnimap.el (nnimap-open-connection-1): Ditto. proto-stream.el (proto-stream-open-network): See what the response to the STARTTLS command is. proto-stream.el (proto-stream-open-network): Add some comments. proto-stream.el: Fix example. proto-stream.el (open-protocol-stream): Actually mention the STARTTLS upgrade. nnir.el (nnir-get-active): Skip nnir-ignored-newsgroups when searching. nnir.el (nnir-ignore-newsgroups): Fix default value. nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of delete-dups that is not available in XEmacs 21.4. mm-util.el (mm-delete-duplicates): Add comment. gnus-sum.el (gnus-summary-delete-article): If delete fails don't change the registry. nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't seem to accept strings-with-numbers as port numbers. color.el: fix docstring to use English rather than math notation for intervals. shr.el (shr-find-fill-point): Don't break before apostrophes. nnir.el (nnir-request-move-article): Bail out if no move support in group. color.el (color-rgb->hsv): Fix docstring. nnir.el (nnir-get-active): Improve active list retrieval. shr.el (shr-find-fill-point): Work better for kinsoku chars and apostrophes. gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil. nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p. nnimap.el (nnimap-open-connection-1): Fix PREAUTH. proto-stream.el (open-protocol-stream): All starttls connections are handled by the network handler. gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding to t of inhibit-read-only since it is inside gnus-with-article-headers. gnus-gravatar.el (gnus-gravatar-transform-address): Use mail-extract-address-components that supports non-ASCII names rather than mail-header-parse-addresses. shr.el (shr-find-fill-point): Don't break line between kinsoku-bol characters. gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of names. nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark funcall. gnus-msg.el: Remove nastygram thing. message.el (message-from-style): Fix comment. message.el (message-user-organization): Do not use gnus-local-organization. gnus.el: Remove gnus-local-organization. rtree.el: New file to handle range trees. nnir.el, gnus-sum.el: Redo the way nnir handles registry updates. rtree.el (rtree-extract): Simplify. gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting support. gnus-msg.el: Mark gnus-outgoing-message-group as obsolete. gnus.texi (Archived Messages): Remove gnus-outgoing-message-group. gnus-win.el (gnus-configure-frame): Remove old compatibility code. rtree.el (rtree-memq): Rewrite it as a non-recursive function. rtree.el (rtree-add, rtree-delq, rtree-length): Implement. rtree.el (rtree-add): Make code slightly faster. nnir.el: Allow modified summary-line-format in nnir summary buffers.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 02 Dec 2010 22:21:31 +0000
parents 0a2bb00a71bd
children e090b66f115c 417b1e4d63cd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38436
b174db545cfd Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 17977
diff changeset
1 ;;; s-region.el --- set region using shift key
14169
83f275dcd93a Update FSF's address.
Erik Naggum <erik@naggum.no>
parents: 14040
diff changeset
2
74442
b2e5081b9320 Update copyright years.
Glenn Morris <rgm@gnu.org>
parents: 68651
diff changeset
3 ;; Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004,
106815
1d1d5d9bd884 Add 2010 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
4 ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5
17977
727cf56647a4 Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14169
diff changeset
6 ;; Author: Morten Welinder <terra@diku.dk>
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 ;; Keywords: terminals
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 ;; Favourite-brand-of-beer: None, I hate beer.
107437
0a2bb00a71bd * s-region.el: Move to obsolete.
Juri Linkov <juri@jurta.org>
parents: 106815
diff changeset
9 ;; Obsolete-since: 24.1
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 ;; This file is part of GNU Emacs.
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
13 ;; GNU Emacs is free software: you can redistribute it and/or modify
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14 ;; it under the terms of the GNU General Public License as published by
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
15 ;; the Free Software Foundation, either version 3 of the License, or
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
16 ;; (at your option) any later version.
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
17
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
18 ;; GNU Emacs is distributed in the hope that it will be useful,
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
21 ;; GNU General Public License for more details.
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
22
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
23 ;; You should have received a copy of the GNU General Public License
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
24 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
25
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
26 ;;; Commentary:
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
27
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
28 ;; Having loaded this code you can set the region by holding down the
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
29 ;; shift key and move the cursor to the other end of the region. The
14040
187735b53d52 Comment fixes.
Karl Heuer <kwzh@gnu.org>
parents: 12103
diff changeset
30 ;; functionality provided by this code is similar to that provided by
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
31 ;; the editors of Borland International's compilers for ms-dos.
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
32
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
33 ;; Currently, s-region-move may be bound only to events that are vectors
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
34 ;; of length one and whose last element is a symbol. Also, the functions
49597
e88404e8f2cf Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 38436
diff changeset
35 ;; that are given this kind of overlay should be (interactive "p")
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
36 ;; functions.
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
37
7991
f2e16be5a263 Don't bind keys C-insert, C-delete, and
Richard M. Stallman <rms@gnu.org>
parents: 6220
diff changeset
38 ;; If the following keys are not already bound then...
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
39 ;; C-insert is bound to copy-region-as-kill
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
40 ;; S-delete is bound to kill-region
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
41 ;; S-insert is bound to yank
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
42
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
43 ;;; Code:
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
44
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
45 (defvar s-region-overlay (make-overlay 1 1))
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
46 (overlay-put s-region-overlay 'face 'region)
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
47 (overlay-put s-region-overlay 'priority 1000000) ; for hilit19
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
48
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
49 (defun s-region-unshift (key)
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
50 "Remove shift modifier from last keypress KEY and return that as a key."
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
51 (if (vectorp key)
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
52 (let ((last (aref key (1- (length key)))))
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
53 (if (symbolp last)
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
54 (let* ((keyname (symbol-name last))
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
55 (pos (string-match "S-" keyname)))
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
56 (if pos
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
57 ;; We skip all initial parts of the event assuming that
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
58 ;; those are setting up the prefix argument to the command.
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
59 (vector (intern (concat (substring keyname 0 pos)
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
60 (substring keyname (+ 2 pos)))))
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
61 (error "Non-shifted key: %S" key)))
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
62 (error "Key does not end in a symbol: %S" key)))
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
63 (error "Non-vector key: %S" key)))
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
64
12103
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
65 (defun s-region-move-p1 (&rest arg)
64547
8eafe3e25a6c (s-region-bind): Doc fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 64091
diff changeset
66 "This is an overlay function to point-moving keys that are interactive \"p\"."
12103
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
67 (interactive "p")
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
68 (apply (function s-region-move) arg))
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
69
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
70 (defun s-region-move-p2 (&rest arg)
64547
8eafe3e25a6c (s-region-bind): Doc fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 64091
diff changeset
71 "This is an overlay function to point-moving keys that are interactive \"P\"."
12103
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
72 (interactive "P")
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
73 (apply (function s-region-move) arg))
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
74
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
75 (defun s-region-move (&rest arg)
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
76 (if (if mark-active (not (equal last-command 's-region-move)) t)
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
77 (set-mark-command nil)
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
78 (message "")) ; delete the "Mark set" message
12103
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
79 (setq this-command 's-region-move)
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
80 (apply (key-binding (s-region-unshift (this-command-keys))) arg)
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
81 (move-overlay s-region-overlay (mark) (point) (current-buffer))
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
82 (sit-for 1)
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
83 (delete-overlay s-region-overlay))
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
84
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
85 (defun s-region-bind (keylist &optional map)
64547
8eafe3e25a6c (s-region-bind): Doc fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 64091
diff changeset
86 "Bind shifted keys in KEYLIST to `s-region-move-p1' or `s-region-move-p2'.
8eafe3e25a6c (s-region-bind): Doc fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 64091
diff changeset
87 Each key in KEYLIST is shifted and bound to one of the `s-region-move'
12103
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
88 functions provided it is already bound to some command or other.
64547
8eafe3e25a6c (s-region-bind): Doc fix.
Juanma Barranquero <lekktu@gmail.com>
parents: 64091
diff changeset
89 Optional second argument MAP specifies keymap to add binding to, defaulting
12103
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
90 to global keymap."
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
91 (let ((p2 (list 'scroll-up 'scroll-down
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
92 'beginning-of-buffer 'end-of-buffer)))
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
93 (or map (setq map global-map))
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
94 (while keylist
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
95 (let* ((key (car keylist))
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
96 (binding (key-binding key)))
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
97 (if (commandp binding)
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
98 (define-key
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
99 map
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
100 (vector (intern (concat "S-" (symbol-name (aref key 0)))))
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
101 (cond ((memq binding p2)
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
102 's-region-move-p2)
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
103 (t 's-region-move-p1)))))
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
104 (setq keylist (cdr keylist)))))
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
105
12103
5a4f4ce4ebb6 Delete version number.
Karl Heuer <kwzh@gnu.org>
parents: 11653
diff changeset
106 ;; Single keys (plus modifiers) only!
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
107 (s-region-bind
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
108 (list [right] [left] [up] [down]
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
109 [C-left] [C-right] [C-up] [C-down]
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
110 [M-left] [M-right] [M-up] [M-down]
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
111 [next] [previous] [home] [end]
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
112 [C-next] [C-previous] [C-home] [C-end]
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
113 [M-next] [M-previous] [M-home] [M-end]))
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
114
7991
f2e16be5a263 Don't bind keys C-insert, C-delete, and
Richard M. Stallman <rms@gnu.org>
parents: 6220
diff changeset
115 (or (global-key-binding [C-insert])
f2e16be5a263 Don't bind keys C-insert, C-delete, and
Richard M. Stallman <rms@gnu.org>
parents: 6220
diff changeset
116 (global-set-key [C-insert] 'copy-region-as-kill))
11653
5416e2c64d19 (S-delete): Fix typo (was C-delete).
Richard M. Stallman <rms@gnu.org>
parents: 7991
diff changeset
117 (or (global-key-binding [S-delete])
7991
f2e16be5a263 Don't bind keys C-insert, C-delete, and
Richard M. Stallman <rms@gnu.org>
parents: 6220
diff changeset
118 (global-set-key [S-delete] 'kill-region))
f2e16be5a263 Don't bind keys C-insert, C-delete, and
Richard M. Stallman <rms@gnu.org>
parents: 6220
diff changeset
119 (or (global-key-binding [S-insert])
f2e16be5a263 Don't bind keys C-insert, C-delete, and
Richard M. Stallman <rms@gnu.org>
parents: 6220
diff changeset
120 (global-set-key [S-insert] 'yank))
6220
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
121
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
122 (provide 's-region)
42589aecdd59 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
123
93975
1e3a407766b9 Fix up comment convention on the arch-tag lines.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 79721
diff changeset
124 ;; arch-tag: a471e912-18d7-4247-a29b-2100bca180ff
38436
b174db545cfd Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 17977
diff changeset
125 ;;; s-region.el ends here