Skip to content
Prev 605 / 63421 Next

R-alpha: bug in passing of empty (...)

Martin Maechler <maechler@stat.math.ethz.ch> writes:
I don't know whether it's a bug or a feature, but it has nothing to do
with (...)
character(0)
[1] "NextMethod" "airquality" "dig"        "grid"       "l"         
 [6] "tst"        "umach"      "x"          "xmin"       "y"         
[11] "z"          "æøå"
[1] "x"
[1] "x"

I'm rather suspecting that pos=-1 in the argument list to ls should
have been pos=1. Anyone have the big picture on pos and envir?