.Rhistory and Rinit.el (now installation of ESS 5.2.2)
Mayeul KAUFFMANN
mayeul.kauffmann at tiscali.fr
Tue Aug 24 16:50:16 CEST 2004
>Add the line
>(load "/PATH/ess-site")
>to your .emacs (or _emacs) file (or default.el or site-init.el, for a
site-wide installation). >Replace /PATH above with the value of
ess-lisp-directory as defined in `ess-site.el'. Use
>forwardslashes /. (GNU Emacs uses the filename `%HOME%/.emacs' and XEmacs
uses
>the filename `%HOME%/.xemacs/init.el' for the initialization file.)
>Since I'm using Xemacs, I modified the init.el file, right?
>I added the line load "c:/PATH/....etc as follows, between those two
lines.
>(setq frame-title-format "%S: %f") ; show path along with file name
>(load "c:/Programmi/Emacs/ess-5.2.2/lisp/ess-site.el")
>(require 'ess-site) ; load ess
I think you should add the path to the directory, not the file:
>Add the line
>(load "/PATH/ess-site")
Try this:
(load "c:/Programmi/Emacs/ess-5.2.2/lisp/ess-site")
or
(load "c:/Programmi/Emacs/ess-5.2.2/lisp/ess")
Not this:
(load "c:/Programmi/Emacs/ess-5.2.2/lisp/ess-site.el")
(I use Xemacs and for me ess-site.el is in ..\lisp\ess\)
Mayeul
More information about the ESS-help
mailing list