bug-texinfo
[Top][All Lists]
Advanced

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

install-info bug with .gz files


From: Daniel Macks
Subject: install-info bug with .gz files
Date: Mon, 5 Dec 2005 14:48:59 -0500
User-agent: Mutt/1.4.1i

If I 'install-info foo.info' (using install-info from dpkg-1.10.21 or
dpkg-1.13.11), the dir entry lists the node as (foo).  If I
'install-info foo.info.gz', the dir entry lists the node as
(foo.info). This is not just an aesthetic problem for the dir file,
but a functional bug: there is no way to use install-info to remove
this (foo.info) node!  'install-info --remove foo.info.gz', the
obvious opposite of the install mode fails:

  install-info(foo.info.gz): no entry for file `foo'.

And also trying to remove "foo.info" and "foo" fail the same way.
Either during install the .info extension should always be removed
when constructing the dir, or else during remove only the final
extension of the passed node-name should be removed. The former is
more aesthetically pleasing (in keeping with the texinfo.info Listing
a New Info File node). The latter may be the only way to solve this
now, since people already have the "broken" dir files present.

dan

-- 
Daniel Macks
address@hidden
http://www.netspace.org/~dmacks





reply via email to

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