home *** CD-ROM | disk | FTP | other *** search
- .K PAT,FILE1,FILE2,FILE3
- .bra {
- .ket }
- ;; MREF -- Highlights references in text
- ;; using the pattern search mode of Mat.
- ;; -- this is almost identical to the (commented) 'REF' script;
- ;; the difference should be obvious...
-
- run ChangeTaskPri -5 +
- Mat >T:Ref_list P "#?^({PAT})^#?" T "^0^1^2" nocase TAG "^B^P..." {FILE1} {FILE2} {FILE3} +
- type T:Ref_list
-
-
-