home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / help / 5272 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  950 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!gatech!usenet.ins.cwru.edu!agate!pedro
  2. From: pedro@eerc.berkeley.edu (Peter Clark)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Remapping DEL key on a SUN4
  5. Date: 6 Jan 1993 19:46:13 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 20
  8. Distribution: world
  9. Message-ID: <1ifcu5INNmn5@agate.berkeley.edu>
  10. NNTP-Posting-Host: quiver.eerc.berkeley.edu
  11.  
  12. Hi all,
  13.  
  14. I am using emacs 18.58 on a SUN 4 (Sparc 1) with a type 4 keyboard.
  15.  
  16. I would like to remap the DEL key on the keypad from delete-backward-char
  17. to delete-char.  I have tried in my .emacs
  18. (global-set-key "DEL" 'delete-char)
  19. (global-set-key "\DEL" 'delete-char)
  20. etc. to no avail.
  21.  
  22. I did notice that I could do a 
  23. M-x local-set-key DEL delete-char
  24. while running emacs and this worked OK.
  25.  
  26. I've looked in the FAQ, I've tried everything, please help explain this!!!
  27.  
  28. Thanks for all hints and pointers!
  29.  
  30. Cheers, Peter Clark
  31. pedro@eerc.berkeley.edu
  32.