[ESS] no gnuclient
Richard M. Heiberger
rmh at temple.edu
Mon Mar 28 09:06:20 CEST 2005
apologies. the line
(add-to-list 'load-path (concat where "emacs/gnuserv"))
is specific to my setup where I defined the variable where
to be the root of my software settings. The more general line for windows
is
;; use the correct path to gnuserv for your setup.
(add-to-list 'load-path "c:/emacs/gnuserv") ;; windows
and for linux, it would be something like
;; use the correct path to gnuserv for your setup.
(add-to-list 'load-path "/emacs/gnuserv")
More information about the ESS-help
mailing list