.config/mc/mc.ext.cygwin
changeset 326 4cd8dc6dcb84
parent 325 667339502172
child 327 a8face3f062f
--- a/.config/mc/mc.ext.cygwin	Fri Apr 06 20:12:54 2012 +0300
+++ b/.config/mc/mc.ext.cygwin	Fri Apr 06 20:23:16 2012 +0300
@@ -86,6 +86,11 @@
 # by e-mail to mc-devel@gnome.org
 
 
+# Manual page
+# Exception - .so libraries are not manual pages
+regex/\.(so|so\.[0-9\.]*)$
+	View=%view{ascii} file %f && nm %f
+
 ### Documentation ###
 
 # Texinfo
@@ -98,43 +103,6 @@
 shell/.info
 	Open=info -f %f
 
-# Manual page
-# Exception - .so libraries are not manual pages
-regex/\.(so|so\.[0-9\.]*)$
-	View=%view{ascii} file %f && nm %f
-
-regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])|\.man)$
-	Open=case %d/%f in */log/*|*/logs/*) cat %f ;; *) nroff  -man %f ;; esac | sensible-pager
-	View=%view{ascii,nroff} case %d/%f in */log/*|*/logs/*) cat %f ;; *) nroff  -man %f ;; esac
-
-# Troff with me macros.
-# Exception - "read.me" is not a nroff file.
-shell/read.me
-	Open=
-	View=
-
-shell/.me
-	Open=nroff  -me %f | sensible-pager
-	View=%view{ascii,nroff} nroff  -me %f
-
-# Troff with ms macros.
-shell/.ms
-	Open=nroff  -ms %f | sensible-pager
-	View=%view{ascii,nroff} nroff  -ms %f
-
-# Manual page - compressed
-regex/([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])\.g?[Zz]$
-	Open=case %d/%f in */log/*|*/logs/*) gzip -dc %f ;; *) gzip -dc %f | nroff  -man ;; esac | sensible-pager
-	View=%view{ascii,nroff} case %d/%f in */log/*|*/logs/*) gzip -dc %f ;; *) gzip -dc %f | nroff  -man ;; esac
-
-regex/([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])\.bz$
-	Open=case %d/%f in */log/*|*/logs/*) bzip -dc %f ;; *) bzip -dc %f | nroff  -man ;; esac | sensible-pager
-	View=%view{ascii,nroff} case %d/%f in */log/*|*/logs/*) bzip -dc %f ;; *) bzip -dc %f | nroff  -man ;; esac
-
-regex/([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])\.bz2$
-	Open=case %d/%f in */log/*|*/logs/*) bzip2 -dc %f ;; *) bzip2 -dc %f | nroff  -man ;; esac | sensible-pager
-	View=%view{ascii,nroff} case %d/%f in */log/*|*/logs/*) bzip2 -dc %f ;; *) bzip2 -dc %f | nroff  -man ;; esac
-
 ### Miscellaneous ###
 
 # Makefile