>>>> "Kyle" == Kyle Jones
<kyle_jones(a)wonderworks.com> writes:
Kyle> [ Please, everyone, trim your quotations. Having to fish five
Kyle> useful lines out of 350 wastes the time of people who read this
Kyle> list. ]
Kyle> Rendhalver [Peter Brown] writes:
> ok here's the backtrace i got
>
> Signaling: (wrong-type-argument number-char-or-marker-p "3000")
> balloon-help-motion-hook(#<motion-event 511, -2>)
> run-hook-with-args(balloon-help-motion-hook #<motion-event 511, -2>)
> mouse-motion-hook(#<motion-event 511, -2>)
Kyle> Try (load "balloon-help.el") to load the source file and then
Kyle> reproduce the error. This should produce a more detailed
Kyle> stacktrace.
looks like it's a mis-configuration problem on my part *blush*
i had this in my config files
(require 'balloon-help)
(setq balloon-help-mode t)
(setq balloon-help-timeout "3000")
this is the culprit ^ ^
i changed it to
(setq balloon-help-timeout '3000)
and this fixed the problem
sorry for the sillyness
--
XEmacs Advocate | Do not try the patience of Wizards,
FreeBSD Devote | for they are subtle and quick to anger.
Perl Hacker | - Elric (Technomage) , Babylon 5.
Apache God | <mailto:rendhalverï¼ xemacs.org>