[ESS] Update to modified GNU Emacs
Vincent Goulet
vincent.goulet at act.ulaval.ca
Fri Aug 31 01:53:06 CEST 2007
Hi all,
As a result of this recent thread
https://stat.ethz.ch/pipermail/ess-help/2007-August/004279.html
I made a couple of small additions to my modified GNU Emacs
distribution, namely the the following lines to the site
configuration (site-start.el) file:
=====
;; Following the "source if real" philosophy put forward by ESS, one
;; should not need the command history and should not save the
;; workspace at the end of an R session. Hence, both options are
;; disabled here.
(setq-default inferior-R-args "--no-restore-history --no-save ")
;; Set code indentation following the standard in R sources.
(setq-default c-default-style "bsd")
(setq-default c-basic-offset 4)
(add-hook 'ess-mode-hook
'(lambda()
(ess-set-style 'C++ 'quiet)))
=====
Hence, no need to download again the whole distribution if you did it
in the last couple of days.
I also started to number my releases and added a NEWS file, to help
keeo track of changes. The distribution is always at
http://vgoulet.act.ulaval.ca/emacs/
Vincent Goulet, Associate Professor
École d'actuariat
Université Laval, Québec
Vincent.Goulet at act.ulaval.ca http://vgoulet.act.ulaval.ca
More information about the ESS-help
mailing list