[ESS] Help setting key binding for ess
Seth Falcon
sethfalcon at gmail.com
Tue Mar 21 14:33:25 CET 2006
"A.J. Rossini" <blindglobe at gmail.com> writes:
> We really ought to use a defvar for this setting, so apologies,
> Seth.
Here is a patch that creates a variable ess-S-assign-key that the user
can use to specify a key that should get mapped to '<-'.
It doesn't use ess-smart-underscore, because that stops making sense
if you haven't mapped '_'.
For example, to have C-= insert '<-', you can put the following in
.emacs:
(setq ess-S-assign-key [?\C-=])
(ess-toggle-S-assign-key t)
+ seth
More information about the ESS-help
mailing list