"David Ponce" <[EMAIL PROTECTED]> writes:
> The latest bug fix release of the SEmantic NAvigaTOR 2.0 library is
> available at <http://www.dponce.com/more-elisp.html>.
With this version of senator.el, I get the following error whenever I start an
isearch (even non-Java buffers):
Signaling: (wrong-number-of-arguments (lambda nil (ishl-remove-overlays) (if
ishl-timer (cancel-timer ishl-timer))) 1)
isearch-lazy-highlight-cleanup(t)
senator-isearch-mode-hook()
run-hooks(isearch-mode-hook)
isearch-mode(t nil nil nil)
isearch-forward(nil 1)
* call-interactively(isearch-forward)
There seems to be some kind of conflict between senator and ishl (attached),
the latter being a useful package for doing additional highlighting during
isearch.
Any idea what's going wrong?
Thanks,
--- John
ishl.el