all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Richard M. Stallman" <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: info.el with auto-compression-mode
Date: Sun, 27 Nov 2005 23:46:33 -0500	[thread overview]
Message-ID: <E1EgauP-0006Cy-Gw@fencepost.gnu.org> (raw)
In-Reply-To: <87wtiu21ua.wl%yoichi@geiin.org> (message from Yoichi NAKAYAMA on Sun, 27 Nov 2005 12:42:37 +0900)

    -(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	other threads:[~2005-11-28  4:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-27  3:42 info.el with auto-compression-mode Yoichi NAKAYAMA
2005-11-28  4:46 ` Richard M. Stallman [this message]
2005-11-28 11:26   ` Yoichi NAKAYAMA

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1EgauP-0006Cy-Gw@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.