Something not loading properly

Rich Heiberger rmh at surfer.sbm.temple.edu
Thu May 3 18:02:48 CEST 2001


It looks like you don't have gnuserv installed where emacs is looking for it.

Add the following to your .emacs (with suitable adjustments for the pathnames
on your machine).

(setenv "PATH" (concat  "c:\\emacs\\gnuserv;" (getenv "PATH")))
(setq exec-path (cons "c:\\emacs\\gnuserv" exec-path))

;;;; You need this if you decide to use gnuclient
(add-to-list 'load-path "c:/emacs/gnuserv")
(require 'gnuserv)
(gnuserv-start)
(setq gnuserv-frame (selected-frame))



My paths are set up with these directories in parallel:
c:\emacs\emacs-20.7\lisp\*
c:\emacs\ess\lisp\*
c:\emacs\gnuserv\*
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
ess-help mailing list -- To (un)subscribe, send
subscribe	or	unsubscribe
(in the "body", not the subject !)  To: ess-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the ESS-help mailing list