From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/mouse-window-auto_002dselection.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 devdocs/elisp/mouse-window-auto_002dselection.html (limited to 'devdocs/elisp/mouse-window-auto_002dselection.html') diff --git a/devdocs/elisp/mouse-window-auto_002dselection.html b/devdocs/elisp/mouse-window-auto_002dselection.html deleted file mode 100644 index 4e2e5788..00000000 --- a/devdocs/elisp/mouse-window-auto_002dselection.html +++ /dev/null @@ -1,12 +0,0 @@ -

Mouse Window Auto-selection

The following option allows to automatically select the window under the mouse pointer. This accomplishes a policy similar to that of window managers that give focus to a frame (and thus trigger its subsequent selection) whenever the mouse pointer enters its window-system window (see Input Focus).

User Option: mouse-autoselect-window -
-

If this variable is non-nil, Emacs will try to automatically select the window under the mouse pointer. The following values are meaningful:

A positive number
-

This specifies a delay in seconds after which auto-selection triggers. The window under the mouse pointer is selected after the mouse has remained in it for the entire duration of the delay.

A negative number
-

A negative number has a similar effect as a positive number, but selects the window under the mouse pointer only after the mouse pointer has remained in it for the entire duration of the absolute value of that number and in addition has stopped moving.

Other value

Any other non-nil value means to select a window instantaneously as soon as the mouse pointer enters it.

In either case, the mouse pointer must enter the text area of a window in order to trigger its selection. Dragging the scroll bar slider or the mode line of a window conceptually should not cause its auto-selection.

Mouse auto-selection selects the minibuffer window only if it is active, and never deselects the active minibuffer window.

-
-

Mouse auto-selection can be used to emulate a focus follows mouse policy for child frames (see Child Frames) which usually are not tracked by the window manager. This requires to set the value of focus-follows-mouse (see Input Focus) to a non-nil value. If the value of focus-follows-mouse is auto-raise, entering a child frame with the mouse will raise it automatically above all other child frames of that frame’s parent frame.

-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Mouse-Window-Auto_002dselection.html -

-
-- cgit v1.2.3