Hi all, Is this expected behaviour or a bug in match.call? f <- function(x, ...) { g <- function(...) match.call() g(x = x, ...) } f(x = 1, y = ) # g(x = x, y = ..1) Hadley -- Chief Scientist, RStudio http://had.co.nz/