DEL behaves as BS
Alberto Murta
amurta at ipimar.pt
Fri Jan 3 15:20:34 CET 2003
John Fox wrote:
>
> Dear Alberto,
>
> IN Emacs, the keyboard is completely configurable. Adding the following
> lines to your init.el file should produce the behaviour that you want:
>
> (define-key ess-mode-map [delete] 'delete-char) ; delete key deletes
> character under (i.e., to right of) cursor
> (define-key inferior-ess-mode-map [delete] 'delete-char) ; delete
> key deletes character under cursor
>
> I hope that this helps,
> John
It works fine. Thank you very much.
Best regards
Alberto
More information about the ESS-help
mailing list