On Mar 2, 5:22 pm, "weber" <[EMAIL PROTECTED]> wrote: > Hi! > It's a very good idea. > > I'm trying it on Emacs 22 and it "almost works". There's seems to be a > problem when the tooltip opens on top of the mouse cursor. That makes > the tooltip disappear immediately (just like when you move the mouse > over a tooltip...). > > Any ideas on how to solve that? >
You can try moving the mouse cursor to the top-left corner before the tooltip is shown (th-show-tooltip-for-point), so that it's out of the way: (set-mouse-position (selected-frame) 0 0) If it solves the problem I'll add it to the source. > Also do you know how could I change the font of the tooltip? > I seem to have a default Courier here. There's a face called tooltip. I think that can be customized. _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
