[ESS] Shift Underline Produces '<-'

Miguel Morin mmorin at turing.ac.uk
Wed Apr 25 18:11:11 CEST 2018


Hello all,

I started using ESS recently. Steven McKinney's solution works as long as I only load `.emacs` once. If I write another instruction and load it again, it reverts back to default. I fixed it with two toggles, the first forcing it to default, the second turning it off:

(ess-toggle-underscore t)
(ess-toggle-underscore nil)

Regards,

Miguel


More information about the ESS-help mailing list