Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ai.mit.edu!indetech!lrs From: indetech!lrs@ai.mit.edu (Lynn Slater) Newsgroups: gnu.emacs.bug Subject: Fix to uncpmpress.el Message-ID: Date: 2 Aug 89 22:46:00 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 You cannot browse compressed read-only files. To fix, in uncompress-while-visiting, change (shell-command-on-region (point-min) (point-max) "uncompress" t) to (let ((buffer-read-only nil)) ;; lrs (shell-command-on-region (point-min) (point-max) "uncompress" t)) -- Lynn =============================================================== Lynn Slater -- {sun, ames, pacbell}!indetech!lrs or lrs@indetech.uucp 42075 Lawrence Place, Fremont Ca 94538 Office (415) 438-2048; Home (415) 796-4149; Fax (415) 438-2034 ===============================================================