Emacs-ess
Giorgos Keramidas
keramida at ceid.upatras.gr
Tue May 5 02:33:29 UTC 2009
On Mon, 4 May 2009 21:09:34 -0400, Daniel Underwood <djuatdelta at gmail.com> wrote:
> How do I install emacs-ess. I don't see it in the ports.
You can probably just download the emacs-ess sources and extract them in
a personal directory for testing, i.e.:
% mkdir ~/elisp
% cd ~/elisp
% fetch http://ess.r-project.org/downloads/ess/ess-5.3.11.tgz
% tar xzvf ess-5.3.11.tgz
Then add in your ~/.emacs file the following:
(add-to-list 'load-path "~/elisp/ess-5.3.11")
(require 'ess-site)
If you see an *ESS* buffer then you are probably ready to go. If not,
then see the detailed installation instructions in `ess-5.3.11/README'.
HTH,
Giorgos
More information about the freebsd-questions
mailing list