• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/emulation/

Lines Matching +defs:default +defs:keys

33 ;; It modifies the keybindings of the cursor keys and the next, prior,
34 ;; home and end keys. They will modify mark-active.
67 ;; o The standard keys for moving around (right, left, up, down, home, end,
68 ;; prior, next, called "move-keys" from now on) will always de-activate
70 ;; o If you press "Shift" together with the "move-keys", the region
77 ;; S-insert (paste) and C-insert (copy). These keys do the same in many
100 (defcustom pc-select-selection-keys-only nil
101 "*Non-nil means only bind the basic selection keys when started.
102 Other keys that emulate pc-behavior will be untouched.
103 This gives mostly Emacs-like behavior with only the selection keys enabled."
133 (defvar pc-select-default-key-bindings nil
136 (unless pc-select-default-key-bindings
190 (setq pc-select-default-key-bindings lst)))
193 "Key bindings to set only if `pc-select-selection-keys-only' is nil.")
206 ;; functions from sunview on the L6, L8 and L10 keys
241 ;; but bind keys as pc-selection-mode did before
247 "The list of key bindings controlled by `pc-select-selection-keys-only'.
249 `pc-select-selection-keys-only' is nil.")
756 (defun pc-select-define-keys (alist keymap)
763 (defun pc-select-restore-keys (alist keymap saved-map)
833 The arrow keys (and others) are bound to new functions
836 The ordinary arrow keys disable the mark.
837 The shift-arrow keys move, leaving the mark behind.
844 behind. To control whether these keys move word-wise or sexp-wise set the
853 With Ctrl or Meta, these keys move to beginning of buffer instead.
857 With Ctrl or Meta, these keys move to end of buffer instead.
867 the variable `pc-select-selection-keys-only' to t after loading pc-select.el
888 (append pc-select-default-key-bindings
889 (if pc-select-selection-keys-only
895 (if (or pc-select-selection-keys-only
901 (pc-select-define-keys pc-select-key-bindings-alist
904 (unless (or pc-select-selection-keys-only
913 (when (and (not pc-select-selection-keys-only)
920 ;; (setq-default normal-erase-is-backspace t)
933 (pc-select-define-keys pc-select-key-bindings-alist
935 (unless (or pc-select-selection-keys-only
941 (when (and (not pc-select-selection-keys-only)
952 (when (and (not pc-select-selection-keys-only)
957 (pc-select-restore-keys
982 :initialize 'custom-initialize-default