zsh-users
 help / color / mirror / code / Atom feed
* makeinfo problem with 3.1.6?
@ 2000-03-17 15:29 John S Cooper
  2000-03-17 18:37 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: John S Cooper @ 2000-03-17 15:29 UTC (permalink / raw)
  To: zsh-users

[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':

  $ make                                                                ~/zsh-3.1.6/Doc
  makeinfo ./zsh.texi; exit 0
  ./zsh.texi:975: Use braces to give a command as an argument to @'.
  ./zsh.texi:982: Use braces to give a command as an argument to @'.
  ./zsh.texi:982: Use braces to give a command as an argument to @'.
  ./zsh.texi:2343: Use braces to give a command as an argument to @'.
  ./zsh.texi:5548: Use braces to give a command as an argument to @'.
  ./zsh.texi:5770: Use braces to give a command as an argument to @'.
  ./zsh.texi:8459: Use braces to give a command as an argument to @'.
  ./zsh.texi:9229: Use braces to give a command as an argument to @'.
  ./zsh.texi:9317: Use braces to give a command as an argument to @'.
  ./zsh.texi:10639: Use braces to give a command as an argument to @'.
  ./zsh.texi:11120: Use braces to give a command as an argument to @'.
  ./zsh.texi:11343: Use braces to give a command as an argument to @'.
  makeinfo: Removing output file `/home/johnc/zsh-3.1.6/Doc/zsh.info' due to errors; use --force to preserve.
  $ makeinfo --version                                                  ~/zsh-3.1.6/Doc
  makeinfo (GNU texinfo) 3.12h

  Copyright (C) 1999 Free Software Foundation, Inc.
  There is NO warranty.  You may redistribute this software
  under the terms of the GNU General Public License.
  For more information about these matters, see the files named COPYING.
  $                                                                     ~/zsh-3.1.6/Doc


I don't know `texi' and `makeinfo', but like using `info' in Emacs.  Any ideas
how to fix this?

[Please Cc me on any replies, as I'm not on the mailing list]

Thanks,

    --- John


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

* Re: makeinfo problem with 3.1.6?
  2000-03-17 15:29 makeinfo problem with 3.1.6? John S Cooper
@ 2000-03-17 18:37 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2000-03-17 18:37 UTC (permalink / raw)
  To: John S Cooper, zsh-users

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


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

end of thread, other threads:[~2000-03-17 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-17 15:29 makeinfo problem with 3.1.6? John S Cooper
2000-03-17 18:37 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).