Hi -

Not a mission critical issue, but still highly annoying.  I just upgraded R
to 2.10.0 (the binary for Ubuntu karmic) and the tab completion facility now
inserts a space after every completed term (something it didn't do in 2.9.0
or 2.9.2).  It wouldn't be an issue so much if it weren't for the fact that
it screws up tab-completing the next term, i.e. if I have a list of lists of
something else, i.e.
tmp.list <- list()
tmp.list[[ "An.example" ]] <- list()
tmp.list[[ "An.example" ]][[ "mat" ]] <- matrix( 10, nr=10, nc=1 )

using tab-completion to fill in the 'tmp.list$An.example" will result in a
trailing space after the "$An.example" - "$An.example* *", requiring that it
be deleted before the next term is specified.

Any idea how to turn this off?  Is this a shell integration issue?
Something I'd need to do by compiling my own version?

Thanks!

Peter Waltman

        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to