Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#457741: wrong direntries from makeinfo 4.11
- X-seq: zsh-workers 24318
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Norbert Preining <preining@xxxxxxxx>, 457741@xxxxxxxxxxxxxxx
- Subject: Re: Bug#457741: wrong direntries from makeinfo 4.11
- Date: Tue, 25 Dec 2007 11:30:14 -0500
- Cc: Karl Berry <karl@xxxxxxxxxxxxxxx>, Sven Joachim <svenjoac@xxxxxx>, 451268@xxxxxxxxxxxxxxx, bug-texinfo@xxxxxxx, debian-tex-maint@xxxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- In-reply-to: <20071225111748.GA31978@xxxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Norbert Preining <preining@xxxxxxxx>, 457741@xxxxxxxxxxxxxxx, Karl Berry <karl@xxxxxxxxxxxxxxx>, Sven Joachim <svenjoac@xxxxxx>, 451268@xxxxxxxxxxxxxxx, bug-texinfo@xxxxxxx, debian-tex-maint@xxxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <87fxxrjd3n.fsf@xxxxxx> <20071219153013.GE7485@xxxxxxxxxxxxxxxxxxxxxxxx> <20071225111748.GA31978@xxxxxxxxxxxxxxxxxxxxxxxx>
On Tue, Dec 25, 2007 at 12:17:48PM +0100, Norbert Preining wrote:
> Not working version, created with makeinfo including the fix from above:
>
> > This is the header of /usr/share/info/zsh.info.gz:
> >
> > ,----
> > | This is zsh.info, produced by makeinfo version 4.11 from tzsh.texi.
> > |
> > | INFO-DIR-SECTION Utilities
> > | START-INFO-DIR-ENTRY
> > | * ZSH: (zsh). The Z Shell Manual.
> > | END-INFO-DIR-ENTRY
> > `----
>
> Working entry created with the old version of makeinfo 4.11 without the
> fix:
> >
> > And here is the header of /usr/share/info/zsh.info.gz in the working
> > 4.3.4-dev-6-1 version:
> >
> > ,----
> > | This is zsh.info, produced by makeinfo version 4.11 from tzsh.texi.
> > |
> > | INFO-DIR-SECTION Utilities
> > | START-INFO-DIR-ENTRY
> > | * ZSH: (zsh). The Z Shell Manual.
> > | END-INFO-DIR-ENTRY
> > `----
>
> I cannot check now for the format of these START-INFO-DIR-ENTRY but
> could it be that the additional spaces at the beginning are wrong?
Can you explain what's incorrect about the leading spaces?
--- orig/Doc/ztexi.yo
+++ mod/Doc/ztexi.yo
@@ -71,7 +71,7 @@
NOTRANS(@ifinfo)+NL()\
NOTRANS(@dircategory Utilities)+NL()\
NOTRANS(@direntry)+NL()\
- NOTRANS( * ZSH: (zsh). The Z Shell Manual.)+NL()\
+ NOTRANS(* ZSH: (zsh). The Z Shell Manual.)+NL()\
NOTRANS(@end direntry)+NL()\
NOTRANS(@end ifinfo)+NL()\
)
> Strange enough I cannot see anything in the above fix which might cause
> this problem. Do you have any idea?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author