Closed bryce-carson closed 2 years ago
I don't see these symbols in the ESS code base so I'm guessing they come from a script you've opened?
Can you post a full reprex please?
Yes, they're objects and columns within an R script I'm working on.
It's an issue that occurs during interactive use, sporadically, so a reprex as I know it wouldn't be helpful, but I can post steps.
testDF <- data.frame(apple = 1:3, banana = 4:6)
testDF
at the prompt$a
, to produce testDF$a
M-/
to expand the command line prompt to testDF$apple
, and press ReturnOccasionally, only the expanded part of the name is sent to the comint, apple
in this case, which will produce an object not found
error unless something with the same name actually exists.
This is strange. I never experienced this and cannot reproduce. What is M-/
is bound to for you?
It appears that M-/
is bound to hippie-expand
. I can't reproduce the problem now either, so I'm closing this issue.
As per the title, this is the parsing issue I encounter occasionally when I use ess expansions: