Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 2009 05:33:25 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Daniel Underwood <djuatdelta@gmail.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: Emacs-ess
Message-ID:  <87zldswa6i.fsf@kobe.laptop>
In-Reply-To: <1A44786C-D6B4-4F81-A993-63ED7B4C65F2@gmail.com> (Daniel Underwood's message of "Mon, 4 May 2009 21:09:34 -0400")
References:  <1A44786C-D6B4-4F81-A993-63ED7B4C65F2@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 4 May 2009 21:09:34 -0400, Daniel Underwood <djuatdelta@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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87zldswa6i.fsf>