Albert Vilella <[EMAIL PROTECTED]> wrote: > I would like to ask about how to disable the ess emacs shortcut that > converts shift+- to '<-' instead of "_" symbols.
Put this in your .emacs file (after ess is loaded): (ess-toggle-underscore nil) By the way, check out the ESS-help mailing list: https://stat.ethz.ch/mailman/listinfo/ess-help -- David Brahm ([EMAIL PROTECTED]) ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
