When I try it, the code complains about x-max-tooltip-size not being
set.  When I then setq this to something (setq x-max-tooltip-size 1000)
and then try, I get "Wrong type argument: listp, 1000".

Then in the code I see the usage for this variable to be in the
function, th-show-tooltip-for-point-gnuemacs.

         (tooltip-height (* (frame-char-height) (min (length lines)
                                                     (cdr
                                                     x-max-tooltip-size))))

This would say that you expect this variable to be a list?

-- 
Galen Boyer
_______________________________________________
gnu-emacs-sources mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to