home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / elm / 2225 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.7 KB  |  38 lines

  1. Newsgroups: comp.mail.elm
  2. Path: sparky!uunet!cs.utexas.edu!oakhill!dwolfe
  3. From: dwolfe@oakhill.sps.mot.com (Dave Wolfe)
  4. Subject: Re: trouble backspacing using "s" save command ???
  5. Message-ID: <1992Aug26.171127.12343@oakhill.sps.mot.com>
  6. Date: Wed, 26 Aug 1992 17:11:27 GMT
  7. References: <fish.714770554@news2.gsfc.nasa.gov>
  8. Organization: Motorola Inc., Austin, Texas
  9. Keywords: elm
  10. Lines: 26
  11.  
  12. In <fish.714770554@news2.gsfc.nasa.gov> fish@daacdev1.stx.com writes:
  13.  
  14. >when i use the s (save) command and make a type i can't backspace
  15. >over what i typed - is there a way around this? i guess ^c might do
  16. >it
  17.  
  18. Elm uses tty cooked mode for multi-character input, such as the save
  19. destination (as opposed to raw mode for single-character input such as
  20. commands from the menu screen).  For such input, the tty settings elm
  21. is running under count because all input editing is done by the system
  22. and not by elm.  Depending on how you're starting elm, the default tty
  23. settings may not be what you're expecting, e.g. the erase character may
  24. default to DEL rather than ^H.  For instance, I encountered this
  25. problem when a user had his stty settings in his .login file but was
  26. starting elm in a manner which didn't process his .login and didn't
  27. inherit his current settings.
  28.  
  29. Examine where your stty/tputs customization occurs and whether or not
  30. it's getting executed by the method you start elm when you experience
  31. this problem.  Sorry I can't give you a cookbook answer on how to fix
  32. it, but there's too little information about your environment for all
  33. the variables to this problem.
  34.  
  35. -- 
  36.  Dave Wolfe   | 6501 William Cannon Dr. W. | (512) 891-3246
  37.  Motorola SPS | Austin, TX  78735-8598     | dwolfe@pets.sps.mot.com
  38.