"<=" in R or S

Hans Ehrbar ehrbar at econ.utah.edu
Wed Oct 4 18:00:18 CEST 2000


The command

(define-key ess-mode-map "\C-^" 'R-equals)

worked for me only because I had been in ess-mode previously
in the same emacs session.  In order to put it into the
.emacs file you have to do what Ed Kademan suggested:

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

What is the difference between inferior-ess-mode-map
and ess-mode-map?

I did not get C-= to work either, but then I remembered
that I was kermiting from an old dos machine in my home
to a linux machine in my office and then telnetting
to our Department Sun station, and this might be
responsible for not all control keys working.


Hans Ehrbar.

-- 
Hans G. Ehrbar   http://www.econ.utah.edu/ehrbar   ehrbar at econ.utah.edu
Economics Department, University of Utah     (801) 581 7797 (my office)
1645 Campus Center Dr., Rm 308               (801) 581 7481 (econ office)
Salt Lake City    UT 84112-9300              (801) 585 5649 (FAX)

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
ess-help mailing list -- To (un)subscribe, send
subscribe	or	unsubscribe
(in the "body", not the subject !)  To: ess-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the ESS-help mailing list