Variable: pc-select-selection-keys-only

pc-select-selection-keys-only is a customizable variable defined in pc-select.el.gz.

Value

nil

Documentation

Non-nil means only bind the basic selection keys when started.

Other keys that emulate pc-behavior will be untouched. This gives mostly Emacs-like behavior with only the selection keys enabled.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/pc-select.el.gz
(defcustom pc-select-selection-keys-only nil
  "Non-nil means only bind the basic selection keys when started.
Other keys that emulate pc-behavior will be untouched.
This gives mostly Emacs-like behavior with only the selection keys enabled."
  :type 'boolean)