home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / bug / 1701 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  2.2 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!digi.lonestar.ORG!kgallagh
  2. From: kgallagh@digi.lonestar.ORG (Kevin Gallagher)
  3. Newsgroups: gnu.emacs.bug
  4. Subject: Re: Emacs problem
  5. Date: 25 Jan 1993 20:50:18 -0500
  6. Organization: DSC Communications Corp, Plano, TX
  7. Lines: 37
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gnu-emacs@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <1993Jan25.031503.5763@digi.lonestar.org>
  12. References: <1jq1clINNqk2@usenet.INS.CWRU.Edu>
  13.  
  14. In article <1jq1clINNqk2@usenet.INS.CWRU.Edu> cb147@cleveland.freenet.edu (David Barzilai) writes:
  15. >I have recently been attempting to use the gnu version of
  16. >emacs but have encountered a major difficulty:  My erase
  17. >character has been interpreted as "delete" rather than
  18. >"backspace."  Please note that my terminal emulation is
  19. >vt102 on my IBM-compatible xt computer.
  20.  
  21. You did not identify the vt102 emulator you are using, which makes it harder
  22. to respond.
  23.  
  24. By default, the PC Backspace key transmits a C-h character.  Entering a
  25. CTRL-Backspace key conbination transmits a DEL character, which not too many
  26. people realize.  (The PC Del key does NOT transmit a DEL character, by the
  27. way.)
  28.  
  29. Emacs, by default, uses the DEL character as an erase character.  When IBM
  30. designed the PC keyboard, it copied the Apple II use of C-h as an erase
  31. character, instead of using DEL, which was becoming the more accepted
  32. character to use.
  33.  
  34. Digital Equipent uses the DEL character as an erase character in its editors
  35. and its Delete key on its VT terminals (in the same position as the PC
  36. Backspace key is located) generates a DEL character.
  37.  
  38. The more recent versions of GNU Emacs come with a lisp file called bobcat.el
  39. which switches the GNU Emacs interpretation of C-h and DEL.  It uses the GNU Emacs
  40. keyboard translation table to accomplish this.
  41.  
  42. Once loaded, GNU Emacs will treat C-h as if a DEL were entered and DEL as if a
  43. C-h were entered.
  44.  
  45. -- 
  46. ----------------------------------------------------------------------------
  47. Kevin Gallagher        kgallagh@digi.lonestar.org OR ...!uunet!digi!kgallagh
  48. DSC Communications Corporation   Addr: MS 152, 1000 Coit Rd, Plano, TX 75075
  49. ----------------------------------------------------------------------------
  50.  
  51.