ess-mode is "Emacs speaks statistics." This mode is useful for editing programs for R or Splus (two separate statistics packages).

In my buffer, when ever I type '_' the character is replaced with "<-" which is very frustrating. Is there a emacs lisp statement to turn off this behavior?

Thanks,

SetJmp emacs: 22.1.1 ess-mode release (unknown)

link|improve this question

78% accept rate
1  
I find this feature quite convenient, and like Michal posted, pressing underscore twice inserts a literal underscore. Assignment string <- is by far more utilized in R programming than underscore (or is it just my perception). Anyway, it does the job nicely for me... – aL3xa Mar 28 '10 at 0:23
Duplicate - see stackoverflow.com/questions/1816238/… – csgillespie Jun 10 '10 at 16:13
feedback

1 Answer

up vote 10 down vote accepted

From ESS's manual (look under "Changes/New Features in 5.2.0"):

ESS[S]: Pressing underscore ("_") once inserts " <- " (as before); pressing underscore twice inserts a literal underscore. To stop this smart behaviour, add "(ess-toggle-underscore nil)" to your .emacs after ess-site has been loaded

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.