Have you taken a look at http://fink.sourceforge.net/faq/usage-packages.php#apple-x-delete
? -- Alexander K. Hansen Associate Research Scientist, Columbia University visiting MIT Plasma Science and Fusion Center Levitated Dipole Experiment 175 Albany Street, NW17-219 Cambridge, MA� 02139-4213 � -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Corneli Sent: Tuesday, August 26, 2003 7:08 PM To: [EMAIL PROTECTED] Subject: [Fink-users] rxvt delete key Hello, first of all, my delete key is not working (rxvt 2.7.8, OSX 10.3). It was working just fine with my old set-up, which consists entirely of the line rxvt*deletekey:^d in my .Xdefaults. Second of all, I managed to get it working for a moment (at least over SSH), but it has since stopped working. I can't remember what I did to fix it. The key is sending the correct escape sequence to emacs, namely ^[[3 -- so I can rebind it in Emacs. I found this nice binding on the web: (global-set-key [delete] (lambda () (interactive) (if mark-active (kill-region (point) (mark)) (delete-char 1)))) Third, I'd really appreciate it if someone could help me figure out how to get it working as a delete key outside of Emacs! As a side note, for one reason or another BackSpace is currently coming across as ^H instead of ^?, which is annoying. I fixed this with rxvt*keysym.0xff08:\177 in my .Xdefaults. Joe ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
