all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#69004: Cannot open lzip-compressed info manuals
@ 2024-02-09 16:49 Francesco Turco
  2024-02-09 18:55 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Francesco Turco @ 2024-02-09 16:49 UTC (permalink / raw)
  To: 69004

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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#69004: Cannot open lzip-compressed info manuals
  2024-02-09 16:49 bug#69004: Cannot open lzip-compressed info manuals Francesco Turco
@ 2024-02-09 18:55 ` Eli Zaretskii
  2024-02-10  9:23   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2024-02-09 18:55 UTC (permalink / raw)
  To: Francesco Turco; +Cc: 69004

> 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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#69004: Cannot open lzip-compressed info manuals
  2024-02-09 18:55 ` Eli Zaretskii
@ 2024-02-10  9:23   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2024-02-10  9:23 UTC (permalink / raw)
  To: fturco; +Cc: 69004-done

> 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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-10  9:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-09 16:49 bug#69004: Cannot open lzip-compressed info manuals Francesco Turco
2024-02-09 18:55 ` Eli Zaretskii
2024-02-10  9:23   ` Eli Zaretskii

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.