home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / sources / 971 < prev    next >
Encoding:
Text File  |  1993-01-27  |  969 b   |  21 lines

  1. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!math.fu-berlin.de!ira.uka.de!yale.edu!spool.mu.edu!darwin.sura.net!ra!mimsy!sdd.comsat.com!ctd.comsat.com!news!neal
  2. From: neal@ctd.comsat.com (Neal Becker)
  3. Newsgroups: gnu.emacs.sources
  4. Subject: update to ange-ftp-binary-file-name-regex
  5. Message-ID: <NEAL.93Jan26111852@neal.ctd.comsat.com>
  6. Date: 26 Jan 93 16:18:52 GMT
  7. Distribution: gnu
  8. Organization: COMSAT Labs
  9. Lines: 8
  10. NNTP-Posting-Host: neal.ctd.comsat.com
  11. X-Md4-Signature: 1baa65c0965f4de2d69842e9450ff1cd
  12.  
  13. The proliferation of new zip and gzip stuff has caused me to scramble
  14. to keep up.  Here's my latest list.  Any additions
  15. (subtractions/corrections)?
  16.  
  17. (defvar ange-ftp-binary-file-name-regexp
  18.   (concat "\\.[zZ]$\\|\\.lzh$\\|\\.arc$\\|\\.zip$\\|\\.zoo$\\|\\.tar$\\|\\.taz$\\|\\.tpz$\\|"
  19.       "\\.dvi$\\|\\.ps$\\|\\.elc$\\|TAGS$\\|\\.gif$\\|\\.exe$\\|\\.mpg$\\|"
  20.       "\\.EXE\\(;[0-9]+\\)?$\\|\\.Z-part-..$\\|part[0-9]+\\|\\.TZ[a-z]?$")
  21.