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

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!rock!stanford.edu!agate!spool.mu.edu!howland.reston.ans.net!usc!rpi!utcsri!relay.cs.toronto.edu!ark.vis.toronto.edu!vis.toronto.edu!jservice
  2. Newsgroups: gnu.emacs.sources
  3. From: jservice@vis.toronto.edu ("James R. R. Service")
  4. Subject: Re: update to ange-ftp-binary-file-name-regex
  5. Message-ID: <93Jan26.124847est.91538@ark.vis.toronto.edu>
  6. Organization: Department of Computer Science, University of Toronto
  7. References: <NEAL.93Jan26111852@neal.ctd.comsat.com>
  8. Distribution: gnu
  9. Date: 26 Jan 93 17:49:23 GMT
  10. Lines: 15
  11.  
  12. neal@ctd.comsat.com (Neal Becker) writes:
  13.  
  14. >The proliferation of new zip and gzip stuff has caused me to scramble
  15. >to keep up.  Here's my latest list.  Any additions
  16. >(subtractions/corrections)?
  17.  
  18. >(defvar ange-ftp-binary-file-name-regexp
  19. >  (concat "\\.[zZ]$\\|\\.lzh$\\|\\.arc$\\|\\.zip$\\|\\.zoo$\\|\\.tar$\\|\\.taz$\\|\\.tpz$\\|"
  20. >      "\\.dvi$\\|\\.ps$\\|\\.elc$\\|TAGS$\\|\\.gif$\\|\\.exe$\\|\\.mpg$\\|"
  21. >      "\\.EXE\\(;[0-9]+\\)?$\\|\\.Z-part-..$\\|part[0-9]+\\|\\.TZ[a-z]?$")
  22.  
  23. I had to concat "\\|\\.ZIP\\(;[0-9]+\\)?$" to the above in order to be able
  24. to ftp zipped stuff from a VAX machine.
  25.  
  26. --
  27.