Dear all,
I've encountered the same problem reported (likely) by @juliangilbey here
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828046
This is without ESS
l@p6k:/media/shared$ time emacs -batch -eval '(nil)'
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50auctex.el (source)...
Loading /usr/share/emacs/site-lisp/auctex.el (source)...
Loading /usr/share/emacs/site-lisp/preview-latex.el (source)...
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)...
Loading /etc/emacs/site-start.d/50maxima-emacs.el (source)...
Loading /etc/emacs/site-start.d/50python-docutils.el (source)...
Symbol's function definition is void: nil
real 0m0.067s
user 0m0.052s
sys 0m0.012s
while this is with ESS
l@p6k:/media/shared$ time emacs -batch -eval '(nil)'
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50auctex.el (source)...
Loading /usr/share/emacs/site-lisp/auctex.el (source)...
Loading /usr/share/emacs/site-lisp/preview-latex.el (source)...
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)...
Loading /etc/emacs/site-start.d/50ess.el (source)...
Loading /etc/emacs/site-start.d/50maxima-emacs.el (source)...
Loading /etc/emacs/site-start.d/50python-docutils.el (source)...
Symbol's function definition is void: nil
real 2m8.148s
user 0m0.380s
sys 0m0.040s
I reproduced what above on my two home Debian Testing boxes (Emacs 24.5.1, ESS 16.04-2)
Any hint? I'm not a lisp programmer but available for further tests/infos
Thanks, best Luca
Dear all,
I've encountered the same problem reported (likely) by @juliangilbey here
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828046
This is without ESS
while this is with ESS
I reproduced what above on my two home Debian Testing boxes (Emacs 24.5.1, ESS 16.04-2)
Any hint? I'm not a lisp programmer but available for further tests/infos
Thanks, best Luca