Re: [ESS] how to deal with underscore in ggplot2 etc

2020-09-04 Thread Jeremie Juste via ESS-help
Hello, > My biggest concern is using ggplot2 > where all the geom functions have an underscore: geom_smooth etc?the > package is authored by the people behind Rstudio who do not care about > ESS users If you tweak ggplots for hours every key stroke saved counts. Here is my work flow. First I

Re: [ESS] how to deal with underscore in ggplot2 etc

2020-09-04 Thread Tyler Smith via ESS-help
This is a bit irritating, isn't it! You might not know that on ESS you can toggle between '<-' and '_' by pressing the underscore key twice. That's the quickest fix, and the one I use. I frequently find myself cursing to myself when I do this :) You could probably use a different key to insert

Re: [ESS] how to deal with underscore in ggplot2 etc

2020-09-04 Thread John Haman via ESS-help
I disable the underscore behavior in ESS. (setq ess-smart-S-assign-key nil) If you like the underscore behavior, maybe remap the function to another key. Best, John On Fri, Sep 4, 2020, at 9:33 AM, Stephen Bond via ESS-help wrote: > Hello ESS users, > Please, tell me how do you deal with