> > Not all lisp files in /usr/share/emacs/site-lisp/ess/ have their > compiled counterparts in /usr/share/emacs-snapshot/site-lisp/ess/, which > is symlinked from /usr/share/emacs/23.0.60/site-lisp. One of these is > ess-eldoc, so the only way to `require' it is, say, as: > > (add-hook 'inferior-ess-mode-hook > (lambda () > (require 'ess-eldoc "/usr/share/emacs/site-lisp/ess/ess-eldoc.el"))) >
Thanks for this Sebastian. I think when I added ess-eldoc.el, I didn't add it to the Makefile so that it would be compiled. I've changed the lisp/Makefile to correct this in ESS SVN. (Dirk, how do we close off the bug report?) Stephen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

