Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: makeinfo problem with 3.1.6?
- X-seq: zsh-users 2970
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: John S Cooper <John.Cooper@xxxxxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxx
- Subject: Re: makeinfo problem with 3.1.6?
- Date: Fri, 17 Mar 2000 18:37:18 +0000
- In-reply-to: <uu2i5aa3p.fsf@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <uu2i5aa3p.fsf@xxxxxxxxxxxxxxxxxx>
On Mar 17, 3:29pm, John S Cooper wrote:
} Subject: makeinfo problem with 3.1.6?
}
} [I'm using the standard tools that came with RedHat Linux 6.1]
}
} The zsh 3.1.6 binaries built fine, but I get the following errors from
} `makeinfo':
}
} ./zsh.texi:975: Use braces to give a command as an argument to @'.
Are you using 3.1.6 or 3.1.6-dev-19 or ...?
The problem is that @' was simply a quoted ' in makeinfo before some
fairly recent version (don't recall exactly which), when it changed to
become an introducer for some kind of international character support.
A patch appeared in zsh-workers/7414 and has been in the development
sources since 3.1.6-*-3.
Here again is that patch:
Index: ztexi.yo
===================================================================
@@ -55,7 +55,7 @@
NOTRANS(@c %**end of header)NL()\
NL()\
NOTRANS(@ifinfo)NL()\
- NOTRANS(@set dsq @'@')NL()\
+ NOTRANS(@set dsq '@:')NL()\
NOTRANS(@end ifinfo)NL()\
NOTRANS(@iftex)NL()\
NOTRANS(@set dsq '{}')NL()\
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author