/[mc]/mc/lib/mc.ext.in
ViewVC logotype

Diff of /mc/lib/mc.ext.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.73.2.4 by rillig, Tue Jun 7 16:54:00 2005 UTC revision 1.73.2.5 by leonardjo, Sun Jul 3 12:38:43 2005 UTC
# Line 134  regex/\.(tar|TAR)$ Line 134  regex/\.(tar|TAR)$
134          Open=%cd %p#utar          Open=%cd %p#utar
135          View=%view{ascii} tar tvvf %f          View=%view{ascii} tar tvvf %f
136    
 # zip  
 type/^([Zz][Ii][Pp])\ archive  
         Open=%cd %p#uzip  
         View=%view{ascii} unzip -v %f  
   
 # zoo  
 regex/\.([Zz][Oo][Oo])$  
         Open=%cd %p#uzoo  
         View=%view{ascii} zoo l %f  
           
137  # lha  # lha
138  type/^LHa\ .*archive  type/^LHa\ .*archive
139          Open=%cd %p#ulha          Open=%cd %p#ulha
# Line 185  regex/(^|\.)ls-?lR(\.g?z|Z|bz2)?$ Line 175  regex/(^|\.)ls-?lR(\.g?z|Z|bz2)?$
175  regex/\.(diff|patch)(\.(bz2|gz|Z))?$  regex/\.(diff|patch)(\.(bz2|gz|Z))?$
176          Open=%cd %p#patchfs          Open=%cd %p#patchfs
177    
 # gzip  
 type/^gzip  
         Open=gzip -dc %f | %var{PAGER:more}  
         View=%view{ascii} gzip -dc %f 2>/dev/null  
   
 # bzip2  
 type/^bzip2  
         Open=bzip2 -dc %f | %var{PAGER:more}  
         View=%view{ascii} bzip2 -dc %f 2>/dev/null  
   
 # bzip  
 type/^bzip  
         Open=bzip -dc %f | %var{PAGER:more}  
         View=%view{ascii} bzip -dc %f 2>/dev/null  
   
 # compress  
 type/^compress  
         Open=gzip -dc %f | %var{PAGER:more}  
         View=%view{ascii} gzip -dc %f 2>/dev/null  
   
178  # ar library  # ar library
179  regex/\.s?a$  regex/\.s?a$
180          Open=%cd %p#uar          Open=%cd %p#uar
# Line 235  regex/\.iso$ Line 205  regex/\.iso$
205  shell/.7z  shell/.7z
206          View=%view{ascii} 7za l %f 2>/dev/null          View=%view{ascii} 7za l %f 2>/dev/null
207    
208    
209  ### Sources ###  ### Sources ###
210    
211  # C  # C
# Line 262  shell/.s Line 233  shell/.s
233  regex/\.(C|cc|cpp)$  regex/\.(C|cc|cpp)$
234          Open=%var{EDITOR:vi} %f          Open=%var{EDITOR:vi} %f
235    
236    
237  ### Documentation ###  ### Documentation ###
238    
239  # Texinfo  # Texinfo
# Line 425  include/video Line 397  include/video
397          #Open=(gtv %f >/dev/null 2>&1 &)          #Open=(gtv %f >/dev/null 2>&1 &)
398          #Open=(xanim %f >/dev/null 2>&1 &)          #Open=(xanim %f >/dev/null 2>&1 &)
399    
400    
401  ### Documents ###  ### Documents ###
402    
403  # Postscript  # Postscript
# Line 522  regex/\.(rexx?|cmd)$ Line 495  regex/\.(rexx?|cmd)$
495         Open=rexx %f %{Enter parameters};echo "Press ENTER";read y         Open=rexx %f %{Enter parameters};echo "Press ENTER";read y
496    
497    
498    ### Plain compressed files ###
499    
500    # zip
501    type/^([Zz][Ii][Pp])\ archive
502            Open=%cd %p#uzip
503            View=%view{ascii} unzip -v %f
504    
505    # zoo
506    regex/\.([Zz][Oo][Oo])$
507            Open=%cd %p#uzoo
508            View=%view{ascii} zoo l %f
509            
510    # gzip
511    type/^gzip
512            Open=gzip -dc %f | %var{PAGER:more}
513            View=%view{ascii} gzip -dc %f 2>/dev/null
514    
515    # bzip2
516    type/^bzip2
517            Open=bzip2 -dc %f | %var{PAGER:more}
518            View=%view{ascii} bzip2 -dc %f 2>/dev/null
519    
520    # bzip
521    type/^bzip
522            Open=bzip -dc %f | %var{PAGER:more}
523            View=%view{ascii} bzip -dc %f 2>/dev/null
524    
525    # compress
526    type/^compress
527            Open=gzip -dc %f | %var{PAGER:more}
528            View=%view{ascii} gzip -dc %f 2>/dev/null
529    
530    
531  ### Default ###  ### Default ###
532    
533  # Default target for anything not described above  # Default target for anything not described above

Legend:
Removed from v.1.73.2.4  
changed lines
  Added in v.1.73.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26