Something not loading properly

Martin Henry H. Stevens hstevens at rci.rutgers.edu
Thu May 3 18:58:51 CEST 2001


Thanks very much to Rich and Tony. Adding Rich's recommended lines to my
_emacs file remedied the error messages, although I don't know the meaning
of added lines...{:-)
Henry

My current _emacs file follows:

(load-file "C:/ess-5.1.18/lisp/ess-site.el")
(load-file "c:/gnuserv/gnuserv.el")

(show-paren-mode 1) ;; parentheses highlighting
(global-font-lock-mode 1) ;; syntax highlighting
(setq font-lock-maximum-decoration t) ;; have it maximum!!
(setq frame-title-format "%b") ;; put the name of the current
;;buffer as the frame name

(setenv "PATH" (concat  "c:\\gnuserv;" (getenv "PATH")))
(setq exec-path (cons "c:\gnuserv" exec-path))
;;;; You need this if you decide to use gnuclient
(add-to-list 'load-path "c:/gnuserv")
(setq gnuserv-frame (selected-frame))
(require 'gnuserv)
(gnuserv-start)



----- Original Message -----
From: "Rich Heiberger" <rmh at surfer.sbm.temple.edu>
To: <ess-help at stat.math.ethz.ch>; "Martin Henry H. Stevens"
<hstevens at rci.rutgers.edu>
Sent: Thursday, May 03, 2001 12:02 PM
Subject: Re: Something not loading properly


> 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