Hi all, I am seeing strange behaviour with completion inside []. Suppose I have ttt <- data.frame(aaa=1, bbb=1) and I want to run ttt$aaa[ttt$aaa == 1] <- 2 then completion at this point fails: ttt$aaa[ttt$aa<TAB> On the other hand, strangly enough, this works as expected: ttt$aaa[ ttt$aa<TAB> Regards, Andreas