home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.sources
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!fly.cnuce.cnr.it!pot
- From: pot@fly.cnuce.cnr.it (Francesco Potorti`)
- Subject: info.el
- Message-ID: <m0nBjpx-0001EDC@fly.cnuce.cnr.IT>
- Sender: daemon@cis.ohio-state.edu
- Reply-To: pot@cnuce.cnr.it
- Organization: Source only Discussion and requests in gnu.emacs.help.
- Distribution: gnu
- Date: Tue, 12 Jan 1993 13:31:00 GMT
- Lines: 31
-
- This patch allows Dave Gillespie's new info reader info.el to use
- gzipped info files.
-
- *** /local/lib/emacs/lisp/local/info.el~ Tue Jan 12 12:30:33 1993
- --- /local/lib/emacs/lisp/local/info.el Tue Jan 12 12:25:58 1993
- ***************
- *** 219,226 ****
- (defvar Info-suffix-list '( (".info" . nil)
- (".Z" . "uncompress -c %s")
- (".Y" . "unyabba")
- (".info.Z" . "uncompress -c %s")
- ! (".info.Y" . "unyabba") )
- "List of file name suffixes and associated decoding commands.
- Each entry should be (SUFFIX . STRING); if STRING contains %s, that is
- changed to name of the file to decode, otherwise the file is given to
- --- 219,228 ----
- (defvar Info-suffix-list '( (".info" . nil)
- (".Z" . "uncompress -c %s")
- (".Y" . "unyabba")
- + (".z" . "ungzip")
- (".info.Z" . "uncompress -c %s")
- ! (".info.Y" . "unyabba")
- ! (".info.z" . "ungzip") )
- "List of file name suffixes and associated decoding commands.
- Each entry should be (SUFFIX . STRING); if STRING contains %s, that is
- changed to name of the file to decode, otherwise the file is given to
-
-
- Francesco Potorti` | pot@cnuce.cnr.IT (Internet)
- | 39369::pot (DECnet)
- | +39-50-593203 (voice)
-