home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff374.lzh / Mat / MREF < prev    next >
Text File  |  1990-10-08  |  412b  |  14 lines

  1. .K PAT,FILE1,FILE2,FILE3
  2. .bra {
  3. .ket }
  4. ;;    MREF      --  Highlights references in text
  5. ;;                  using the pattern search mode of Mat.
  6. ;;  -- this is almost identical to the (commented) 'REF' script;
  7. ;;  the difference should be obvious...
  8.  
  9. run ChangeTaskPri -5 +
  10.  Mat >T:Ref_list P "#?^({PAT})^#?" T "^0^1^2" nocase TAG "^B^P..." {FILE1} {FILE2} {FILE3} +
  11.  type T:Ref_list
  12.  
  13.  
  14.