Sometime ago I added issue 730 about updating eldoc in xemacs.
Anything I can do to make that happen? I've been using eldoc from emacs 22
and 23 just fine with xemacs. My testing has been limited to just what
slime uses eldoc for, but it works just fine.
All that's needed is a copy of eldoc.el and help-fns.el. There is one
change needed in eldoc.el to work with xemacs 21.4. In eldoc, there is
(require 'help-mode), which doesn't work with 21.4. I just changed that to
(load-library "help"). Then everything works in 21.4.
Ray
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta