[ESS] ess-r-args-show
Stephen Eglen
S.J.Eglen at damtp.cam.ac.uk
Wed Aug 17 21:31:34 CEST 2011
Matthew Fidler <matthew.fidler at gmail.com> wrote:
> I think you need the following:
> (add-to-list "$ESSHOME/lisp")
sorry to be picky, but that won't work, I think you mean instead:
(add-to-list 'load-path "$ESSHOME/lisp")
in which case you don't need:
> (load "$ESSHOME/lisp/ess-site")
but can instead do
(require 'ess-site).
If however you just do:
> (load "$ESSHOME/lisp/ess-site")
that will automatically add that dir to load-path as part of ESS setup.
Stephen
More information about the ESS-help
mailing list