home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14666 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.4 KB  |  63 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!usc!sdd.hp.com!hp-cv!hp-pcd!hpcvusn!barstow
  3. From: barstow@cv.hp.com (Art Barstow)
  4. Subject: Re: VUE defining filetypes problems
  5. Message-ID: <1993Jan8.211602.14839@hpcvusn.cv.hp.com>
  6. Sender: nobody@hpcvusn.cv.hp.com (Nobody - UID must be 99999)
  7. Nntp-Posting-Host: hpcvusc.cv.hp.com
  8. Organization: Hewlett-Packard Company, Corvallis, Oregon USA
  9. X-Newsreader: TIN [version 1.1.9 PL6]
  10. References: <1993Jan8.104335.14846@decuk.uvo.dec.com>
  11. Date: Fri, 8 Jan 1993 21:16:02 GMT
  12. Lines: 49
  13.  
  14. Dave Willoughby (davew@olo.dec.com) wrote:
  15.  
  16.     > 
  17.     > CORE
  18.     >     */core         \
  19.     >     !d&r         \
  20.     >     core.l.bm     \
  21.     >     core.s.bm        \
  22.     >     XDB
  23.  
  24. The problem with the above filetype definition is that
  25. a continuation mark on the "CORE" line is missing.
  26.  
  27. Put in the continuation and make sure that NO whitespace
  28. follows the mark.
  29.  
  30.     > 
  31.     > NONREADABLE           \
  32.     >     *              \
  33.     >     !d&!r&!x        \
  34.     >     ${NOREAD_L}      \
  35.     >     ${NOREAD_S}
  36.     > 
  37.  
  38. The problem with the above definition is that it is 
  39. missing the "actions list".  Change it to:
  40.  
  41. NONREADABLE           \
  42.     *              \
  43.     !d&!r&!x        \
  44.     ${NOREAD_L}      \
  45.     ${NOREAD_S}     \
  46.     SomeAction
  47.  
  48. Note that even if you don't have an action for this
  49. filetype, you need to put one in the definition.
  50.  
  51.     > 
  52.     > Anyone see what I'm doing wrong ?
  53.     > 
  54.     > Thanks for any ideas,
  55.     > 
  56.     > Dave Willoughby,
  57.     > Digital Equipment Co Ltd,
  58.     > Warrington, UK.
  59.  
  60. Art Barstow
  61. barstow@cv.hp.com
  62. ---
  63.