>>>>> "David" == David Ponce <David> writes:
David> Hello,
>> When I enable eldoc-mode inside a java buffer I get the following
>> kind of errors:
>>
>> This is from *Message-Log*
>>
>> eldoc-mode is enabled
>> itimer "itimer-0" signaled: (void-variable
>> semanticdb-current-database)
>>
>> It looks like there is a missing (require 'semanticdb) somewhere.
>>
>> I'm using Cygwin-Xemacs with latest semantic and jde.
David> It seems you found a little bug in senator.el ;-)
David> semanticdb is an optional Semantic feature and it is not loaded by
David> default. You have to use (require 'semanticdb) only if you plan to
David> use the Semantic Database to make Semantic tokens persistent.
David> Unfortunately `senator-eldoc-print-current-symbol-info-default'
David> unconditionally uses the `semanticdb-current-database' variable so
David> the error you got.
David> Attached you will find a patch to latest version of senator.el to fix
David> this problem.
David> Your feedback will be welcome. Thanks.
Yes SIR, now it works ... thanks
David> Sincerely,
David> David
Ciao
Volker