[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .emacs file missing with emacsW32 (?)
From: |
Eli Zaretskii |
Subject: |
Re: .emacs file missing with emacsW32 (?) |
Date: |
Mon, 03 Sep 2007 06:06:05 +0300 |
> Date: Sun, 02 Sep 2007 22:45:41 +0100
> From: Quin Wills <quin.wills@googlemail.com>
> Cc:
>
> I'm assuming you mean that I should then be creating my own .emacs file.
> I've done the following. I've created the following "~/.emacs", saying
> the following:
>
> load "C:/Program Files/Emacs/site-lisp/ess-5.3.5/lisp/ess-site"
Is this in your .emacs file? If so, it should be
(load "C:/Program Files/Emacs/site-lisp/ess-5.3.5/lisp/ess-site")
in parenthesis. And you should restart Emacs after that.
> And using: control panel > system > advanced > environment variables
>
> added "C:\Program Files\R\R-2.4.1" to both "user variables for Quin" and
> "system variables" to point the way to R
It's enough to add this only to either "user variables for Quin" or to
"system variables". I assume that you added this to the value of
Path, right?
And you need to restart Emacs after the change to environment
variables as well.
> And nothing. Oi.
Well, nothing will happen unless you invoke R. How did you do that,
after making all those changes?