>>>>> "BW" == Blake Winton <[EMAIL PROTECTED]> writes:

    BW> Just loaded JDE-2.1.7, and when I start emacs, I get in the *Messages*
    BW> the following lines:
    BW> Loading wid-browse...
    BW> Loading wid-browse...done
    BW> Error in init file: Symbol's value as variable is void:
    BW> speedbar-dynamic-tags-function-list
    BW> Fontifying _emacs...
    BW> Fontifying _emacs... (regexps............)
    BW> Error in init file: Symbol's value as variable is void:
    BW> speedbar-dynamic-tags-function-list

    BW> To "fix" it, I've put the following in my _emacs:
    BW> (setq speedbar-dynamic-tags-function-list nil)
    BW> but this strikes me as ugly, and probably just treating the symptom.
    BW> I'm not sure whether it's a speedbar bug, or a JDE bug.

    BW> I've got speedbar-0.11, semantic-1.1 and emacs-20.7.

    BW> Any ideas?  Any more information needed?

My guess is that you don't have speedbar 0.10 or later in your
load-path as instructed in

  <http://sunsite.auc.dk/jde/rootpage.html#JDE Requirements>

This means that you will load an older version of speedbar
which comes with GNU Emacs (version 0.8.1 in Emacs 20.6 for
example) which does not have
speedbar-dynamic-tags-function-list variable defined.

Reply via email to