[ESS] is it possible to change the history keys

Tyler Smith tyler.smith at mail.mcgill.ca
Fri Jan 4 23:00:26 CET 2008


On 2008-01-04, Tyler Smith <tyler.smith at mail.mcgill.ca> wrote:
>
> (defun my-ess-mode-hook ()
>   (local-set-key [up] 'comint-previous-input)
>   (local-set-key [down] 'comint-previous-input))
>

Looking at Chuck's answer, mine should probably have been:

(add-hook 'inferior-ess-mode-hook 'my-ess-mode-hook)

Tyler




More information about the ESS-help mailing list