Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ec7d5b1e
Commit
ec7d5b1e
authored
Dec 30, 2007
by
Richard M. Stallman
Browse files
(Accessing Mouse): Renamed from Accessing Events.
(Accessing Scroll): New node broken out of Accessing Mouse.
parent
8ed10e73
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
lispref/ChangeLog
lispref/ChangeLog
+5
-0
lispref/commands.texi
lispref/commands.texi
+8
-3
No files found.
lispref/ChangeLog
View file @
ec7d5b1e
2007
-
12
-
30
Richard
Stallman
<
rms
@
gnu
.
org
>
*
commands
.
texi
(
Accessing
Mouse
):
Renamed
from
Accessing
Events
.
(
Accessing
Scroll
):
New
node
broken
out
of
Accessing
Mouse
.
2007
-
12
-
28
Richard
Stallman
<
rms
@
gnu
.
org
>
*
frames
.
texi
(
Size
Parameters
):
Fix
typo
.
...
...
lispref/commands.texi
View file @
ec7d5b1e
...
...
@@ -954,7 +954,8 @@ the current Emacs session. If a symbol has not yet been so used,
* Event Examples:: Examples of the lists for mouse events.
* Classifying Events:: Finding the modifier keys in an event symbol.
Event types.
* Accessing Events:: Functions to extract info from events.
* Accessing Mouse:: Functions to extract info from mouse events.
* Accessing Scroll:: Functions to get info from scroll bar events.
* Strings of Events:: Special considerations for putting
keyboard character events in a string.
@end menu
...
...
@@ -1803,8 +1804,8 @@ must be the last element of the list. For example,
@end example
@end defun
@node Accessing
Events
@subsection Accessing Events
@node Accessing
Mouse
@subsection Accessing
Mouse
Events
@cindex mouse events, data in
This section describes convenient functions for accessing the data in
...
...
@@ -1950,6 +1951,10 @@ to the window text area, otherwise they are relative to
the entire window area including scroll bars, margins and fringes.
@end defun
@node Accessing Scroll
@subsection Accessing Scroll Bar Events
@cindex scroll bar events, data in
These functions are useful for decoding scroll bar events.
@defun scroll-bar-event-ratio event
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment