> On a linux console and using t-mouse, clicking on a link in a help > buffer only works if the cursor is already over the link. Otherwise > Emacs reports "No cross-reference here" which indicates that > help-follow-mouse has been activated, rather than push-button. > > Can you debug it? I don't know how to try to repeat this.
I have looked at it but it's a low level problem and involves code that I'm not I'm not familar with. Both t-mouse.el and xt-mouse.el put mouse clicks into the command input via the variable unread-command-events. For some reason xt-mouse.el works as I would expect, but t-mouse.el doesn't. It's quite forward to reproduce if you have gpm installed and running: all you have to do is try to click on a link in the help buffer while the cursor is elsewhere in the buffer or another window is selected. -- Nick http://www.inet.net.nz/~nickrob _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
