[R] the underscore ("_") in variable name

Ed Kademan kademan at phz.com
Tue Oct 3 17:07:15 CEST 2000


ben at zoo.ufl.edu writes:

>   Could ESS indeed be programmed to insert "<-" when one typed "_" ?

I have something like the following in my .emacs file to do that:

  (add-hook
   'inferior-ess-mode-hook
   '(lambda ()
      (define-key inferior-ess-mode-map "_" "<-")))

-- 
Ed Kademan              508.651.3700
PHZ Capital Partners    508.653.1745 (fax)
321 Commonwealth Road   <kademan at phz.com>
Wayland, MA 01778
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list