all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to change tooltip text
@ 2006-07-28  1:21 Ye Wenbin
  0 siblings, 0 replies; only message in thread
From: Ye Wenbin @ 2006-07-28  1:21 UTC (permalink / raw)



hello, I wrote a elisp which need a feature like x-show-tip.
but I need to change the the text when user is typing.
x-show-tip seems too slow.
I test like this:

(add-hook 'after-change-functions
           (lambda (&rest arg)
             (and (current-word) (x-show-tip (current-word))))
           nil t)

When typing quickly, you can see the tip frame can't follow and
the input character maybe not show in the screen.

Is there a way to reuse the tip frame but change the text? Or is
there other way to implement this feature?

Thanks for advance!

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-28  1:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-28  1:21 how to change tooltip text Ye Wenbin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.