home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / sources / 934 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.6 KB  |  44 lines

  1. Newsgroups: gnu.emacs.sources
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!fly.cnuce.cnr.it!pot
  3. From: pot@fly.cnuce.cnr.it (Francesco Potorti`)
  4. Subject: info.el
  5. Message-ID: <m0nBjpx-0001EDC@fly.cnuce.cnr.IT>
  6. Sender: daemon@cis.ohio-state.edu
  7. Reply-To: pot@cnuce.cnr.it
  8. Organization: Source only  Discussion and requests in gnu.emacs.help.
  9. Distribution: gnu
  10. Date: Tue, 12 Jan 1993 13:31:00 GMT
  11. Lines: 31
  12.  
  13. This patch allows Dave Gillespie's new info reader info.el to use
  14. gzipped info files.
  15.  
  16. *** /local/lib/emacs/lisp/local/info.el~    Tue Jan 12 12:30:33 1993
  17. --- /local/lib/emacs/lisp/local/info.el    Tue Jan 12 12:25:58 1993
  18. ***************
  19. *** 219,226 ****
  20.   (defvar Info-suffix-list '( (".info" . nil)
  21.                   (".Z" . "uncompress -c %s")
  22.                   (".Y" . "unyabba")
  23.                   (".info.Z" . "uncompress -c %s")
  24. !                 (".info.Y" . "unyabba") )
  25.     "List of file name suffixes and associated decoding commands.
  26.   Each entry should be (SUFFIX . STRING); if STRING contains %s, that is
  27.   changed to name of the file to decode, otherwise the file is given to
  28. --- 219,228 ----
  29.   (defvar Info-suffix-list '( (".info" . nil)
  30.                   (".Z" . "uncompress -c %s")
  31.                   (".Y" . "unyabba")
  32. +                 (".z" . "ungzip")
  33.                   (".info.Z" . "uncompress -c %s")
  34. !                 (".info.Y" . "unyabba")
  35. !                 (".info.z" . "ungzip") )
  36.     "List of file name suffixes and associated decoding commands.
  37.   Each entry should be (SUFFIX . STRING); if STRING contains %s, that is
  38.   changed to name of the file to decode, otherwise the file is given to
  39.  
  40.  
  41.             Francesco Potorti`    | pot@cnuce.cnr.IT (Internet)
  42.                      | 39369::pot       (DECnet)
  43.                     | +39-50-593203    (voice)
  44.