W Eryk Wolski
2010-Aug-09 12:26 UTC
[R] ESS question. How to get rid of ess-smart-underscore?
Hi, ESS replaces "_" by "<-". How can I switch off this feature? I need to be able to type the underscore Thanks Eryk -- Witold Eryk Wolski Heidmark str 5 D-28329 Bremen tel.: 04215261837
Marc Schwartz
2010-Aug-09 12:44 UTC
[R] ESS question. How to get rid of ess-smart-underscore?
On Aug 9, 2010, at 7:26 AM, W Eryk Wolski wrote:> Hi, > > ESS replaces "_" by "<-". How can I switch off this feature? > > I need to be able to type the underscore > > Thanks > ErykEryk, If you type the underscore key twice, you get an underscore character rather than the assignment operator. You can disable the behavior by putting: (ess-toggle-underscore nil) in your .emacs file. Also, as you may be aware, there is a dedicated ESS help list at: https://stat.ethz.ch/mailman/listinfo/ess-help HTH, Marc Schwartz
Kevin E. Thorpe
2010-Aug-09 12:45 UTC
[R] ESS question. How to get rid of ess-smart-underscore?
W Eryk Wolski wrote:> Hi, > > ESS replaces "_" by "<-". How can I switch off this feature? > > I need to be able to type the underscore > > Thanks > Eryk >Pressing the underscore a second time gives you the underscore. -- Kevin E. Thorpe Biostatistician/Trialist, Knowledge Translation Program Assistant Professor, Dalla Lana School of Public Health University of Toronto email: kevin.thorpe at utoronto.ca Tel: 416.864.5776 Fax: 416.864.3016
Abhijit Dasgupta
2010-Aug-09 14:05 UTC
[R] ESS question. How to get rid of ess-smart-underscore?
I bogged about 3 possible solutions recently (statbandit.wordpress.com). Possibly the 2nd most recent post. Abhijit On Aug 9, 2010 8:28 AM, "W Eryk Wolski" <wewolski@gmail.com> wrote: Hi, ESS replaces "_" by "<-". How can I switch off this feature? I need to be able to type the underscore Thanks Eryk -- Witold Eryk Wolski Heidmark str 5 D-28329 Bremen tel.: 04215261837 ______________________________________________ R-help@r-project.org 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. [[alternative HTML version deleted]]