From unknown Sun Jun 22 11:42:18 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#69004 <69004@debbugs.gnu.org> To: bug#69004 <69004@debbugs.gnu.org> Subject: Status: Cannot open lzip-compressed info manuals Reply-To: bug#69004 <69004@debbugs.gnu.org> Date: Sun, 22 Jun 2025 18:42:18 +0000 retitle 69004 Cannot open lzip-compressed info manuals reassign 69004 emacs submitter 69004 Francesco Turco severity 69004 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 13:40:13 2024 Received: (at submit) by debbugs.gnu.org; 9 Feb 2024 18:40:14 +0000 Received: from localhost ([127.0.0.1]:57175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYVnJ-0007rA-AA for submit@debbugs.gnu.org; Fri, 09 Feb 2024 13:40:13 -0500 Received: from lists.gnu.org ([2001:470:142::17]:41396) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYV3N-0005tC-N0 for submit@debbugs.gnu.org; Fri, 09 Feb 2024 12:52:48 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rYU4s-0005On-86 for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2024 11:50:14 -0500 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rYU4k-0008Rs-8i for bug-gnu-emacs@gnu.org; Fri, 09 Feb 2024 11:50:10 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 55D55240103 for ; Fri, 9 Feb 2024 17:50:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1707497400; bh=bF1I96h93C7EuvaoISrv5EBVQhcUQCJ9fuhE98Fx9AE=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:From; b=UejALN2qKcND3EGadKtacAgLTkCy4aj5YAZvUugwEqV/p3EKIPJMTPD21yRlAHGq8 UmYz8onfPY/H45SZa6Nm7MRfdcJ/jYaOWxP1MHeL6GW/LB91iBmWW8gobnzhMG8dS4 cavJqQ1irkcGU5q1PFXlsFKjEltVxHt2ZHNGgTGOM77cG+J0xePPVszQ1nO1uYwlsI yr5+Jm4aOj95d/e8/AjWLf6AosgMWfZRslgLG7peT1n3Gaj+e5yWb8mDW7axW3yR6y WBfNp5wGKrXyQOMaIKqGP5NyZ3umtb5ou6rViML6p9BflskpwAErbWz74cOsAkdnfD WogYXol71e/Rg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TWfwR75jYz6txn for ; Fri, 9 Feb 2024 17:49:59 +0100 (CET) From: Francesco Turco To: bug-gnu-emacs@gnu.org Subject: Cannot open lzip-compressed info manuals Date: Fri, 09 Feb 2024 16:49:59 +0000 Message-ID: <8734u1inuw.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.66; envelope-from=fturco@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 09 Feb 2024 13:37:17 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hello. I'm using GNU Emacs 29.2 on a Gentoo Linux system. On this system, all info manuals are compressed with lzip and have a .lz suffix. When running M-x info and opening any info manual (e.g. the info manual for bash), I get error messages similar to the following one: > Info file `bash' does not exist; consider installing it In reality the info manual for bash is available on my system: $ file /usr/share/info/bash.info.lz /usr/share/info/bash.info.lz: lzip compressed data, version: 1 In info.el source code there is no instance of either "lzip" or "lz". In particular, there is no lzip-related entry in the Info-suffix-list variable definition. In my opinion it would be nice to add support for lzip-compressed info manuals to M-x info. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 13:56:30 2024 Received: (at 69004) by debbugs.gnu.org; 9 Feb 2024 18:56:30 +0000 Received: from localhost ([127.0.0.1]:58303 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYW2w-0000Df-2p for submit@debbugs.gnu.org; Fri, 09 Feb 2024 13:56:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48752) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYW2u-0000DF-1x for 69004@debbugs.gnu.org; Fri, 09 Feb 2024 13:56:21 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rYW2Y-0001mU-Cp; Fri, 09 Feb 2024 13:55:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=PhC0xumMDmjI0da1X7rnfzH/SolALOpqI4HDN1R5FSU=; b=C8vIlY1BlvJo hRBC9SpgwFuh141GYfa1/mDE6BzR3UNWX6ASwebVD8DZjtsX9AS+06Uofej79M3XwHZom5Vf0n7o9 CuRNoTEtcfdPvX2paJWyl9P172KJGGfvRdCI7kR9MLeTAS8Z6UOZAytQDV8ebQ/uZAkZMgPQ+/7CA 6G/wEJus3JJOV1y3FGg5qnzmog0JT33mFCzfQAlLJMJygfcFkoAKGDCJ6sfeWVVVv4JeuvBEKV7vk L9UcT2nc6mC/P7DUYoQPpfMF07pjZqRbNcik1dSw4pRGq9c1W09aDxk7dCF9r4fmI19gCis53gzm/ fVMEuPYdbF4z7w58mBZiTg==; Date: Fri, 09 Feb 2024 20:55:54 +0200 Message-Id: <86ttmhv551.fsf@gnu.org> From: Eli Zaretskii To: Francesco Turco In-Reply-To: <8734u1inuw.fsf@posteo.net> (message from Francesco Turco on Fri, 09 Feb 2024 16:49:59 +0000) Subject: Re: bug#69004: Cannot open lzip-compressed info manuals References: <8734u1inuw.fsf@posteo.net> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 69004 Cc: 69004@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Francesco Turco > Date: Fri, 09 Feb 2024 16:49:59 +0000 > > I'm using GNU Emacs 29.2 on a Gentoo Linux system. > > On this system, all info manuals are compressed with lzip and have a .lz > suffix. Emacs doesn't (yet) support Info manuals compressed with lzip. > When running M-x info and opening any info manual (e.g. the info manual > for bash), I get error messages similar to the following one: > > > Info file `bash' does not exist; consider installing it > > In reality the info manual for bash is available on my system: > > $ file /usr/share/info/bash.info.lz > /usr/share/info/bash.info.lz: lzip compressed data, version: 1 > > In info.el source code there is no instance of either "lzip" or "lz". > In particular, there is no lzip-related entry in the Info-suffix-list > variable definition. > > In my opinion it would be nice to add support for lzip-compressed info > manuals to M-x info. Patches welcome to add lzip support to info.el. From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 10 04:39:36 2024 Received: (at 69004-done) by debbugs.gnu.org; 10 Feb 2024 09:39:37 +0000 Received: from localhost ([127.0.0.1]:56209 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYjpg-0001Kw-IO for submit@debbugs.gnu.org; Sat, 10 Feb 2024 04:39:36 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60880) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYjpb-0001K1-Uq for 69004-done@debbugs.gnu.org; Sat, 10 Feb 2024 04:39:32 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rYja4-0000H2-HN; Sat, 10 Feb 2024 04:23:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=5SsMHrN4vES2CNTAF0uAHIUQwNUmzaAnqJ34EsVXyg4=; b=DIBMWz0wIMhL TLC6XzMEsEbdf0lv5mjJTAgOMDahqlF82MSwGerfIvUYHXf/suzckRzJSmb4l3XYAkYi2zXLIiBZP elgZOMoSNLMdvVo8eC+Pp2grnL+wUFO0LLH9On1eft9+N6NIKK7vHEblaSBPUIlld8w4LL5gqWMwE wMGhIUcYPhd2uibxee7lJl9Jf96tQo5iFN2yq5fXoRpy2pH9dHAL/KhgB9BvpCobeAtzyU8UCky6v Tj2A05r/5fx1QnIdS9ehYFDCrV/qL4lME6EGn3DZvYCSPTfs24yOVo5x1hfiWDHfypyI0Z0t9WGeJ 2pFibI3IdcJ/FK/7Q7YeEw==; Date: Sat, 10 Feb 2024 11:23:25 +0200 Message-Id: <86zfw8u0z6.fsf@gnu.org> From: Eli Zaretskii To: fturco@posteo.net In-Reply-To: <86ttmhv551.fsf@gnu.org> (message from Eli Zaretskii on Fri, 09 Feb 2024 20:55:54 +0200) Subject: Re: bug#69004: Cannot open lzip-compressed info manuals References: <8734u1inuw.fsf@posteo.net> <86ttmhv551.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 69004-done Cc: 69004-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Cc: 69004@debbugs.gnu.org > Date: Fri, 09 Feb 2024 20:55:54 +0200 > From: Eli Zaretskii > > > From: Francesco Turco > > Date: Fri, 09 Feb 2024 16:49:59 +0000 > > > > I'm using GNU Emacs 29.2 on a Gentoo Linux system. > > > > On this system, all info manuals are compressed with lzip and have a .lz > > suffix. > > Emacs doesn't (yet) support Info manuals compressed with lzip. > > > When running M-x info and opening any info manual (e.g. the info manual > > for bash), I get error messages similar to the following one: > > > > > Info file `bash' does not exist; consider installing it > > > > In reality the info manual for bash is available on my system: > > > > $ file /usr/share/info/bash.info.lz > > /usr/share/info/bash.info.lz: lzip compressed data, version: 1 > > > > In info.el source code there is no instance of either "lzip" or "lz". > > In particular, there is no lzip-related entry in the Info-suffix-list > > variable definition. > > > > In my opinion it would be nice to add support for lzip-compressed info > > manuals to M-x info. > > Patches welcome to add lzip support to info.el. I have now added that on master; closing. From unknown Sun Jun 22 11:42:18 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 09 Mar 2024 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator