[ESS-bugs] Lisp nesting exceeds 'max-lisp-eval-depth'
Richard M. Heiberger
rmh at temple.edu
Tue May 23 21:16:38 CEST 2006
I don't think the typo is in our code. I think it is more likely
to be in .emacs or site-start.el where someone has customized one
of the inferior* variables.
Which emacs variable are we talking about?
Is this inferior-R-program-name set manually in .emacs or site-start.el?
Or is it one of the names that is generated.
On my system here is the generated function (I manually added the
line breaks to avoid mailer folding)
(symbol-function 'R-2.3.0)
(lambda (&optional start-args)
"Call R-2.3.0, i.e., the R version 'R-2.3.0' using ESS.
This function was generated by `ess-rterm-versions-create'."
(interactive "P")
(let ((inferior-R-program-name "c:/progra~1/R/R-2.3.0/bin/Rterm.exe"))
(R start-args)))
More information about the ESS-bugs
mailing list