Displaying 2 results from an estimated 2 matches for "50ess".
Did you mean:
10esr
2018 Oct 23
0
elpa-ess fails to initialize after update to 18.10 on ubuntu bionic
...;; ess-close-brace-offset 0 0 0 0 0
(add-hook 'local-write-file-hooks
(lambda ()
(ess-nuke-trailing-whitespace)))))
and so on.
One observation I have is that we (pre-ELPA) had /etc/emacs/site-start.d/50ess.el.
It sets a path (but this is harder now as the path has the version number
embedded, as also shown in your snippet). But ... as I longer needed it, and
ELPA seems to cover this, I thought we were good.
So maybe we do need the startup file for as long as not every user activates
packages-initial...
2018 Oct 23
2
elpa-ess fails to initialize after update to 18.10 on ubuntu bionic
The latest ess and elpa-ess 18.10-1bionic0 packages for ubuntu leave
ess unable to find initialization files when it is invoked from R via
M-x R. I've found a workaround by creating a soft link:
cd /usr/share
sudo ln -s /usr/share/emacs/site-lisp/elpa-src/ess-18.10 ess
but this may be a widespread problem. It appeared on each of the three
computers on which I updated the packages, and