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