emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: info.el with auto-compression-mode


From: Richard M. Stallman
Subject: Re: info.el with auto-compression-mode
Date: Sun, 27 Nov 2005 23:46:33 -0500

    -(eval-when-compile (require 'jka-compr))
    +(eval-when-compile (require 'jka-cmpr-hook))

That makes no sense.  jka-compr-hook is always loaded.
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]