From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yoichi NAKAYAMA Newsgroups: gmane.emacs.devel Subject: Re: info.el with auto-compression-mode Date: Mon, 28 Nov 2005 20:26:23 +0900 Organization: Geiin.org Message-ID: <86r791ko80.wl%yoichi@geiin.org> References: <87wtiu21ua.wl%yoichi@geiin.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1133188353 30926 80.91.229.2 (28 Nov 2005 14:32:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2005 14:32:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 28 15:32:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Egk21-0000vN-Ot for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 15:31:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Egk20-0001Rr-59 for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 09:31:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EghOh-0005xq-6Y for emacs-devel@gnu.org; Mon, 28 Nov 2005 06:42:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EghJ5-0004Sw-AU for emacs-devel@gnu.org; Mon, 28 Nov 2005 06:36:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Egh9T-0003Wg-2e for emacs-devel@gnu.org; Mon, 28 Nov 2005 06:26:35 -0500 Original-Received: from [59.87.89.234] (helo=alcoholic.geiin.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Egh9R-0005CJ-7c; Mon, 28 Nov 2005 06:26:29 -0500 Original-Received: from alcoholic.local-net.geiin.org (alcoholic.local-net [192.168.1.1]) by alcoholic.geiin.org (Postfix) with ESMTP id 440551DF49; Mon, 28 Nov 2005 20:26:24 +0900 (JST) Original-To: rms@gnu.org In-Reply-To: User-Agent: Wanderlust/2.14.1 (Bad Medicine-pre) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:46699 Archived-At: 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