home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / frame / 3859 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.3 KB

  1. Path: sparky!uunet!gossip.pyramid.com!olivea!sgigate!odin!fido!mahakala!clarke
  2. From: clarke@mahakala.wpd.sgi.com (David Clarke)
  3. Newsgroups: comp.text.frame
  4. Subject: IgnoreCharsIX
  5. Message-ID: <1ii6qjINN360@fido.asd.sgi.com>
  6. Date: 7 Jan 93 21:20:19 GMT
  7. Organization: Silicon Graphics, Inc.  Mountain View, CA
  8. Lines: 22
  9. NNTP-Posting-Host: mahakala.wpd.sgi.com
  10.  
  11. I'd like to create a standard list of characters to be ignored
  12. when sorting for an index, but I can foresee occasions where
  13. a writer *won't* want a character ignored.  For instance,
  14. someone might want /etc/hosts to appear under "/" rather than
  15. "e", though in the other 99% of the cases she would want the
  16. "/" ignored for sorting purposes.
  17.  
  18. I think I've been able to get around this by putting the
  19. ignored character ("/", in this case) in brackets after the entry,
  20. like this /etc/hosts[/].  This seems to have the effect of un-
  21. ignoring the "/" and causing the entry to be sorted under the "/",
  22. rather than the "e".
  23.  
  24. However, pessimist that I am, I'm concerned that this solution
  25. seems just too easy.  I haven't found anything in the documentation
  26. covering this issue.  Has anyone else used this or any other solution 
  27. to this problem?
  28. -----------------
  29. David Clarke
  30. Publications Production
  31. clarke@wpd.sgi.com
  32. (415)390-5137
  33.