Hi Klaus,
> In the backtrace i see that ad-Orig-re-search-forward causes the
> error. Seems that a package has adviced re-search-forward which
> causes this error. I can only say that ECB does not advice this
> function. But you can easily test if the problem is an ECB-problem:
> Just try if the error also occurs with deactivated ECB!
>
> @cedet-guys: Do you advice this function? Maybe senator.....
[...]
Yes `re-search-forward' is advised in senator to implement
`senator-isearch-semantic-mode'. However it is not the problem as
your backtrace shows that the built-in `re-search-forward' is executed
through `ad-Orig-re-search-forward'.
If fact it appears to be a bug in `semantic-html.el' in semantic 2.0beta3,
in the function `semantic-html-extract-section-name', which seems to have
been fixed by Eric in current CVS version (semantic 2.0pre2).
Sincerely,
David
|