Variable: touch-screen-word-select

touch-screen-word-select is a customizable variable defined in touch-screen.el.gz.

Value

nil

Documentation

Whether or not to select whole words while dragging to select.

If non-nil, long-press events (see touch-screen-delay) followed by dragging will try to select entire words.

This variable was added, or its default value changed, in Emacs 30.1.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/touch-screen.el.gz
(defcustom touch-screen-word-select nil
  "Whether or not to select whole words while dragging to select.
If non-nil, long-press events (see `touch-screen-delay') followed
by dragging will try to select entire words."
  :type 'boolean
  :group 'touch-screen
  :version "30.1")