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
c20aeb83
Commit
c20aeb83
authored
Jul 21, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
f8349001
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
etc/NEWS
etc/NEWS
+11
-4
src/ChangeLog
src/ChangeLog
+3
-0
No files found.
etc/NEWS
View file @
c20aeb83
...
...
@@ -2863,10 +2863,17 @@ that have a `help-echo' property.
If the value of the `help-echo' property is a function, that function
is called with three arguments WINDOW, OBJECT and POSITION. WINDOW is
the window in which the help was found, OBJECT is the buffer or string
which had the `help-echo' property. POSITION is the position within
OBJECT under the mouse pointer. The function should return a help
string or nil for none.
the window in which the help was found.
If OBJECT is a buffer, POS is the position in the buffer where the
`help-echo'
text property was found.
If OBJECT is an overlay, that overlay has a `help-echo' property, and
POS is the position in the overlay's buffer under the mouse.
If OBJECT is a string (an overlay string or a string displayed with
the `display' property). POS is the position in that string under the
mouse.
If the value of the `help-echo' property is neither a function nor a
string, it is evaluated to obtain a help string.
...
...
src/ChangeLog
View file @
c20aeb83
2000-07-21 Gerd Moellmann <gerd@gnu.org>
* xterm.c (note_mouse_highlight): Process overlays in the right
order of priority.
* keyboard.c (show_help_echo, gen_help_event): Extend comments.
* xterm.c (note_mouse_highlight): If help-echo was found in an
...
...
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