home *** CD-ROM | disk | FTP | other *** search
- 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
- Newsgroups: gnu.emacs.sources
- From: jservice@vis.toronto.edu ("James R. R. Service")
- Subject: Re: update to ange-ftp-binary-file-name-regex
- Message-ID: <93Jan26.124847est.91538@ark.vis.toronto.edu>
- Organization: Department of Computer Science, University of Toronto
- References: <NEAL.93Jan26111852@neal.ctd.comsat.com>
- Distribution: gnu
- Date: 26 Jan 93 17:49:23 GMT
- Lines: 15
-
- neal@ctd.comsat.com (Neal Becker) writes:
-
- >The proliferation of new zip and gzip stuff has caused me to scramble
- >to keep up. Here's my latest list. Any additions
- >(subtractions/corrections)?
-
- >(defvar ange-ftp-binary-file-name-regexp
- > (concat "\\.[zZ]$\\|\\.lzh$\\|\\.arc$\\|\\.zip$\\|\\.zoo$\\|\\.tar$\\|\\.taz$\\|\\.tpz$\\|"
- > "\\.dvi$\\|\\.ps$\\|\\.elc$\\|TAGS$\\|\\.gif$\\|\\.exe$\\|\\.mpg$\\|"
- > "\\.EXE\\(;[0-9]+\\)?$\\|\\.Z-part-..$\\|part[0-9]+\\|\\.TZ[a-z]?$")
-
- I had to concat "\\|\\.ZIP\\(;[0-9]+\\)?$" to the above in order to be able
- to ftp zipped stuff from a VAX machine.
-
- --
-