Re: Documentation for GUD tooltips

2005-03-12 Thread Richard Stallman
Maybe it is a bug but no-one has complained about it, probably because not many people use GUD tooltips. The comments in tooltip.el suggest that this is a kludge to avoid display problems (Gerd Moellmann?), so I'm not sure that there is an easy fix. There are other problems that I

Re: Documentation for GUD tooltips

2005-03-11 Thread Nick Roberts
> Its a bit more subtle than that. GUD tooltips use track-mouse (ordinary > tooltips work at a lower level and don't rely on events in lisp). For > a GUD tooltip to work, the lisp-level mouse-movement event must be > generated in the buffer with the overlay arrow and the mode o

Re: Documentation for GUD tooltips

2005-03-10 Thread Richard Stallman
Its a bit more subtle than that. GUD tooltips use track-mouse (ordinary tooltips work at a lower level and don't rely on events in lisp). For a GUD tooltip to work, the lisp-level mouse-movement event must be generated in the buffer with the overlay arrow and the mode of the selec