Hi, I use R with XEmacs and ESS, when I'm editing a R file in XEmacs, the delete key work like the Backspace key. This behaviour is only in XEmacs + ESS + R file, it dont have this behaviour on a R section (M+R). Anybody know how to make a delete key to work like the delete key?? ESS 5.1.20-2 XEmacs 21.4.6-8 Thanks for all -- You will always have good luck in your personal affairs. -- | // | \\ [*****************************][*******************] || ( ? ? ) [Ronaldo Reis J?nior ][PentiumIII-600 ] | V [UFV/DBA-Entomologia ][HD: 30 + 10 Gb ] || / \ [36571-000 Vi?osa - MG ][RAM: 128 Mb ] | /(.''`.)\ [Fone: 31-3899-2532 ][Video: SiS620-8Mb ] ||/(: :' :)\ [chrysopa at insecta.ufv.br ][Modem: Pctel-onboar] |/ (`. `'` ) \[ICQ#: 5692561 ][Kernel: 2.4.18 ] || ( `- ) [*****************************][*******************] ||| _/ \_Powered by GNU/Debian W/Sarge D+ || Lxuser#: 205366
Dear Ronaldo, You can add the following lines to your .xemacs file: (define-key ess-mode-map [delete] 'delete-char) (define-key inferior-ess-mode-map [delete] 'delete-char) I hope that this helps, John At 11:58 AM 4/1/2003 -0300, you wrote:>Hi, > >I use R with XEmacs and ESS, when I'm editing a R file in XEmacs, the delete >key work like the Backspace key. > >This behaviour is only in XEmacs + ESS + R file, it dont have this behaviour >on a R section (M+R). > >Anybody know how to make a delete key to work like the delete key?? > >ESS 5.1.20-2 > >XEmacs 21.4.6-8----------------------------------------------------- John Fox Department of Sociology McMaster University Hamilton, Ontario, Canada L8S 4M4 email: jfox at mcmaster.ca phone: 905-525-9140x23604 web: www.socsci.mcmaster.ca/jfox -----------------------------------------------------