[ESS-bugs] Object completion in R buffer doesn't finish with options(error=recover)
Richard M. Heiberger
rmh at temple.edu
Thu Sep 14 21:40:32 CEST 2006
I can confirm the error.
This is the first few lines of a new R session in ESS
> options(error=recover)
> lm
Enter an item from the menu, or 0 to exit
Selection: 1
Called from: eval(expr, envir, enclos)
Browse[1]> ls()
[1] "x"
Browse[1]> traceback()
3: stop(txt)
2: library(abind)
1: .First()
Browse[1]> x
Error during wrapup: recursive default argument reference
Browse[1]> c
Enter a frame number, or 0 to exit
1: names(package:methods)
Selection: c
Enter an item from the menu, or 0 to exit
Selection: 0
I am testing this on old systems, I will look at a newer system later.
ESS 5.2.10
R 2.2.1
emacs 21.3.50.1 of 2004-12-23
Windows XP
The part that puzzles me is the "recursive default argument reference"
More information about the ESS-bugs
mailing list