[ESS] Emacs won't start with ESS

Richard M. Heiberger rmh at temple.edu
Sat Aug 22 03:58:59 CEST 2009


Instead of
(require 'ess-site)


try using the full pathname

;; use the correct path for your system
(load-file "c:/emacs/ess/lisp/ess-site.el")

using (require)  implies that the ess packages is installed
in a place emacs knows about.  My guess is that you put ess
in some non-standard place.

Rich



More information about the ESS-help mailing list