home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / acorn / 8418 < prev    next >
Encoding:
Text File  |  1992-08-29  |  2.4 KB  |  44 lines

  1. Newsgroups: comp.sys.acorn
  2. Path: sparky!uunet!ftpbox!mothost!merlin.dev.cdx.mot.com!merlin.dev.cdx.mot.com!lezz
  3. From: lezz@merlin.dev.cdx.mot.com (Lezz Giles)
  4. Subject: Re: OS differences and improvements
  5. Message-ID: <1992Aug28.173251.14638@merlin.dev.cdx.mot.com>
  6. Sender: news@merlin.dev.cdx.mot.com (USENET News System)
  7. Nntp-Posting-Host: fenric.dev.cdx.mot.com
  8. Reply-To: lezz@merlin.dev.cdx.mot.com (Lezz Giles)
  9. Organization: Motorola Codex, Canton, MA
  10. References: <memo.597624@cix.compulink.co.uk> <10383@baird.cs.strath.ac.uk>
  11. Date: Fri, 28 Aug 1992 17:32:51 GMT
  12. Lines: 30
  13.  
  14. In article <10383@baird.cs.strath.ac.uk>, sproven@cs.strath.ac.uk (Simon B Proven IE91) writes:
  15. |>>What cockup? The Backspace key generates the backspace character and the
  16. |>>Delete key generates the Delete character. It's up to the applications
  17. |>>to respond to these ACSII codes as they see fit - it's nothing to do
  18. |>>with the OS. In this here copy of SrcEdit when I press the Backspace key
  19. |>>it deletes the character to the left of the caret. QED.
  20. |>
  21. |>Those who think Unix gets it right talk rubbish - if I use backspace in
  22. |>many places (usually to a remote machine) then I get ^H and/or ^? depending
  23. |>on which setup I'm logged on to.  Hardly standardised, or easy to use,
  24. |>since I can never tell what it's going to be.  At least the machines here
  25. |>(Sparcstation ELCs) use both keys properly on the console.  BOTH for
  26. |>delete left, BTW - in vi anyway.
  27.  
  28. Unix may be showing its age here - you're allowed one "delete" key but
  29. it can be more or less whatever you want, i.e. what is suitable for the
  30. terminal you're using.  We used to have a utility which could determine
  31. your terminal type, so you could use stty to set up the appropriate keys.
  32.  
  33. Unix has a lot of history, and carries some baggage as a result - look at
  34. the default delete and kill-line keys ("#" and "@")!  Also look at the fact
  35. that you can set delays for the time taken to do a line-feed, a carriage
  36. return and a tab - extremely important for a teletype!  The upside of this
  37. history is that it has an extremely rich and flexible set of utilities and
  38. tools which have improved and developed over time mostly by programmers -
  39. so if you think like a programmer then you'll probably love Unix, but if
  40. you think like a normal person then you'll hate it!  Things like the Mac
  41. and RISC-OS are designed for normal people.
  42.  
  43. Lezz "Yet another Unix hacker" Giles
  44.