redefining (meta backspace) as backward-kill-word in xemacs

Jonathan Baron baron at cattell.psych.upenn.edu
Tue Jan 22 16:24:38 CET 2002


I added these commands as follows:

(add-hook 'inferior-ess-mode-hook '(lambda ()
 (local-unset-key 'delete)
 (local-unset-key [(meta backspace)])
 (local-set-key [(meta backspace)] 'backward-kill-word)))

and it still doesn't work.  I should add that it has always
worked in an R process.  It fails to work when I use gnuclient
to edit, e.g., myfile.R.

JOn
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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