summaryrefslogtreecommitdiff
path: root/devdocs/elisp/mouse-events.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/mouse-events.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/mouse-events.html')
-rw-r--r--devdocs/elisp/mouse-events.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/elisp/mouse-events.html b/devdocs/elisp/mouse-events.html
deleted file mode 100644
index 40679458..00000000
--- a/devdocs/elisp/mouse-events.html
+++ /dev/null
@@ -1,6 +0,0 @@
- <h4 class="subsection">Mouse Events</h4> <p>Emacs supports four kinds of mouse events: click events, drag events, button-down events, and motion events. All mouse events are represented as lists. The <small>CAR</small> of the list is the event type; this says which mouse button was involved, and which modifier keys were used with it. The event type can also distinguish double or triple button presses (see <a href="repeat-events">Repeat Events</a>). The rest of the list elements give position and time information. </p> <p>For key lookup, only the event type matters: two events of the same type necessarily run the same command. The command can access the full values of these events using the ‘<samp>e</samp>’ interactive code. See <a href="interactive-codes">Interactive Codes</a>. </p> <p>A key sequence that starts with a mouse event is read using the keymaps of the buffer in the window that the mouse was in, not the current buffer. This does not imply that clicking in a window selects that window or its buffer—that is entirely under the control of the command binding of the key sequence. </p><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
- <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Mouse-Events.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Mouse-Events.html</a>
- </p>
-</div>