home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / question / 12971 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  1.5 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: IS UNIX DEAD
  5. Message-ID: <15357@auspex-gw.auspex.com>
  6. Date: 5 Nov 92 23:15:07 GMT
  7. References: <30067@nntp_server.ems.cdc.com> <15330@auspex-gw.auspex.com> <1992Nov5.083501.12507@email.tuwien.ac.at>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 28
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >You obviously misinterpreted the article you replied to;
  14.  
  15. Wrong.
  16.  
  17. >it's not about
  18. >who does the translation (tolower), but that it has to be done AT ALL.
  19.  
  20. Umm, the paragraph to which I replied was, to put it bluntly, about who
  21. does the translation.
  22.  
  23. >That's the real crux. For every directory lookup (or any dir.
  24. >operation, it seems), you have to go through a tolower-loop, etc. A
  25. >bloody nuisance, I call it.
  26.  
  27. Life is harsh.  For every directory lookup (or any directory operation,
  28. it seems), you have to go through a string comparison, too.  Perhaps
  29. it's a nuisance to the writer of the directory lookup code to do case
  30. mapping, too, but *if* it's more pleasant for the user that way, I'd
  31. rather have the programmer put up with the nuisance than the user.
  32.  
  33. It's a "bloody nuisance" to have erase/kill or other editing code in the
  34. tty driver, too, but it's a *real* bloody nuisance to have to do
  35. without it.
  36.  
  37. Now, one can ask whether it *does*, in fact, make life more pleasant for
  38. users to have case-insensitive file names; I've not seen any data for
  39. either side (lots of individual statements, but nothing more interesting
  40. than that).
  41.