In Emacs Speaks Statistics for R, how can the auto replacement of "_" with "<-" be turned off?

link|improve this question

feedback

2 Answers

up vote 8 down vote accepted

To stop this smart behaviour, add (ess-toggle-underscore nil) to your .emacs after ess-site has been loaded.

link|improve this answer
That is just what I was looking for, Thanks! – momeara Dec 1 '09 at 3:43
feedback

What rcs said. But pressing _ again will turn the "<-" into "_" when you need it. So, when you need an underscore, just press it twice.

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.