emacs --debug-init output interpretation needed
Stephen Eglen
S.J.Eglen at damtp.cam.ac.uk
Tue Sep 7 11:33:57 CEST 2004
hi Robin,
>
>
> Debugger entered--Lisp error:
> (wrong-type-argument symbolp (&optional
> start-args))
> (defun (&optional start-args) "Call , i.e., the
> R version '' using ESS.\nThis function was
> generated by `ess-r-versions-create'."
> (interactive "P") (let (...) (R start-args)))
> eval-buffer()
> (save-excursion (set-buffer eval-buf)
> (delete-region (point-min) (point-max)) (setq
> versions (mapcar ... ...))
> (ess-write-to-dribble-buffer (format "(R):
> ess-r-versions-create making M-x defuns for %s"
> ...)) (setq ess-r-versions-created versions)
This is a problem with the R code that tries to find other versions of
R (e.g. R-1.8.1) and add them to the toolbar. This is similar to the
problem you had a couple of months ago, let's take this off list...
I got the hint from seeing `ess-r-versions-create' in the debug - it
is trying to create a version of R with no name!
Stephen
More information about the ESS-help
mailing list