Bug#482351: ess: ess-eldoc is not compiled so cannot be require'd normally

Stephen Eglen S.J.Eglen at damtp.cam.ac.uk
Thu May 22 11:34:32 CEST 2008


 > 
 > 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



More information about the ESS-Debian mailing list