[Nix-dev] PATCH: add ESS
Ambrus Kaposi
kaposi.ambrus at gmail.com
Tue Jan 18 12:12:40 CET 2011
Hi,
I created a package for ESS (Emacs Speaks Statistics) which is mainly
an Emacs mode and programming environment for the R programming
language.
It works fine on my machine. I'm using it the following way in my ~/.emacs:
(setq load-path (cons
"/var/run/current-system/sw/share/emacs/site-lisp" load-path))
(load "/var/run/current-system/sw/share/emacs/site-lisp/ess-5.12/lisp/ess-site")
; (requie 'ess-site) ;doesn't work
Any comment on the expression, integration into emacs etc. would be appreciated.
Thanks,
Ambrus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ess.diff
Type: application/octet-stream
Size: 1694 bytes
Desc: not available
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20110118/3c551659/attachment.obj
More information about the nix-dev
mailing list