[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: info.el with auto-compression-mode
From: |
Yoichi NAKAYAMA |
Subject: |
Re: info.el with auto-compression-mode |
Date: |
Mon, 28 Nov 2005 20:26:23 +0900 |
User-agent: |
Wanderlust/2.14.1 (Bad Medicine-pre) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (Sanjō) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) |
At Sun, 27 Nov 2005 23:46:33 -0500,
Richard M. Stallman wrote:
> Does this patch give good results?
>
>
> *** info.el 26 Nov 2005 20:39:47 -0500 1.462
> --- info.el 27 Nov 2005 22:20:41 -0500
> ***************
> *** 448,455 ****
> (or tail
> (error "Can't find %s or any compressed version of it" filename)))
> ;; check for conflict with jka-compr
> ! (if (and (featurep 'jka-compr)
> ! (jka-compr-installed-p)
> (jka-compr-get-compression-info fullname))
> (setq decoder nil))
> (if decoder
> --- 448,454 ----
> (or tail
> (error "Can't find %s or any compressed version of it" filename)))
> ;; check for conflict with jka-compr
> ! (if (and (jka-compr-installed-p)
> (jka-compr-get-compression-info fullname))
> (setq decoder nil))
> (if decoder
Yes, it works.
--
Yoichi NAKAYAMA