emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#69004: closed (Cannot open lzip-compressed info manuals)


From: GNU bug Tracking System
Subject: bug#69004: closed (Cannot open lzip-compressed info manuals)
Date: Sat, 10 Feb 2024 09:40:02 +0000

Your message dated Sat, 10 Feb 2024 11:23:25 +0200
with message-id <86zfw8u0z6.fsf@gnu.org>
and subject line Re: bug#69004: Cannot open lzip-compressed info manuals
has caused the debbugs.gnu.org bug report #69004,
regarding Cannot open lzip-compressed info manuals
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69004: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69004
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Cannot open lzip-compressed info manuals Date: Fri, 09 Feb 2024 16:49:59 +0000
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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#69004: Cannot open lzip-compressed info manuals Date: Sat, 10 Feb 2024 11:23:25 +0200
> Cc: 69004@debbugs.gnu.org
> Date: Fri, 09 Feb 2024 20:55:54 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> 
> > From: Francesco Turco <fturco@posteo.net>
> > 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.


--- End Message ---

reply via email to

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