Newbie start-up problem
Stephen Eglen
stephen at inf.ed.ac.uk
Sun Jan 11 16:33:24 CET 2004
>
> ;; load ess
> (load "C:/progra~1/emacs/ess-5.1.24/lisp/ess-site.el")
> (setq-default inferior-R-program-name "Rterm.exe")
>
> when I start up emacs, I get the following message:
>
> "Cannot open load file: ess-site"
Umm, strange. Is the file really in that directory?
Try putting the following code in the *scratch* buffer:
(file-exists-p "C:/progra~1/emacs/ess-5.1.24/lisp/ess-site.el")
and then after the closing bracket, press C-x C-e.
If "t" is reported in the echo area at the bottom of emacs, you have
the right directory; but if it says "nil", it means the path is wrong.
let us know how you get on.
stephen
More information about the ESS-help
mailing list