How to efficiently program in Emacs ESS-mode the key
"<" "[less than]"
to
"<- " "[less than][dash][space]"
Just like the MacOS version of R utilizes.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Perhaps this is ESS version dependent.
In my version of ESS (12.03), it seems that you can bind
">"to'ess-insert-S-assignto get what you like.Look at the
ess-commands available to you (M-x ess-<TAB><TAB>and search in the*Completions*buffer that just popped up forassign) to see which command will be the likely culprit that you should bind to">".If that does not work for you — perhaps you might need to upgrade.