
1 Dec
2003
1 Dec
'03
4:51 p.m.
Andras Simon <andras@renyi.hu> writes:
Yes, it's certainly a bit too eager; but checking
(and (not executing-kbd-macro) (not cursor-in-echo-area) (not (eq (selected-window) (minibuffer-window))) ...)
Thanks, committed. The real problem is that I skimped off on doing a proper replacement for eldoc, I still think it only requires a tiny amount of code and is a better option than advising. I've turned it on in my .emacs so I'll make it more usable soon. Cheers, Luke