[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fixing trivial grammaros
From: |
Eric Blake |
Subject: |
Re: Fixing trivial grammaros |
Date: |
Thu, 23 Apr 2009 06:09:21 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21 Mnenhy/0.7.6.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Ralf Wildenhues on 4/23/2009 12:28 AM:
> Hi Eric,
>
> Thanks, looks good to me, except that you shouldn't use texinfo @stuff
> in node names; and then I'm not sure whether you want to rename the
> node.
Both 'make info' and 'make pdf' passed, followed by a visual inspection of
the results. In emacs info mode, I noticed that there was no visual
distinction in the node name. But you are right; 'info texinfo' states:
* @-commands in node names are not allowed. This includes
punctuation characters that are escaped with a `@', such as `@' and
`{', and accent commands such as `@''. (For a few cases when this
is useful, Texinfo has limited support for using @-commands in
node names; see *note Pointer Validation::.) Perhaps this
limitation will be removed some day.
Meanwhile, my understanding is that the addition of an @anchor preserves
the ability for external links to the old node name to still work. So I'm
squashing this in to the previous proposal:
- --
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAknwWnAACgkQ84KuGfSFAYCu5gCfeqHOxH/DEtexqbNoBNx0qWD0
EjgAnjR7QCLAhTINlAOVMBrRX19xaf3W
=VBME
-----END PGP SIGNATURE-----
>From fed1cde467f2332789722c7e7744c674acefd90b Mon Sep 17 00:00:00 2001
From: Eric Blake <address@hidden>
Date: Thu, 23 Apr 2009 06:08:04 -0600
Subject: [PATCH] fix node name
---
ChangeLog | 2 +-
doc/autoconf.texi | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9768a33..dac741a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,7 +33,7 @@
to address@hidden
* doc/autoconf.texi (config.status Invocation): Likewise.
(AC_FOO_IFELSE vs AC_TRY_FOO): Rename node...
- (address@hidden vs address@hidden): ...to this.
+ (AC_ACT_IFELSE vs AC_TRY_ACT): ...to this.
Add m4_argn.
* lib/m4sugar/m4sugar.m4 (m4_argn): New macro.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index eab3065..626e866 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -594,7 +594,7 @@ Top
* New Macros:: Interaction with foreign macros
* Hosts and Cross-Compilation:: Bugward compatibility kludges
* AC_LIBOBJ vs LIBOBJS:: LIBOBJS is a forbidden token
-* address@hidden vs address@hidden:: A more generic scheme for testing sources
+* AC_ACT_IFELSE vs AC_TRY_ACT:: A more generic scheme for testing sources
Generating Test Suites with Autotest
@@ -21679,7 +21679,7 @@ Autoconf 2.13
* New Macros:: Interaction with foreign macros
* Hosts and Cross-Compilation:: Bugward compatibility kludges
* AC_LIBOBJ vs LIBOBJS:: LIBOBJS is a forbidden token
-* address@hidden vs address@hidden:: A more generic scheme for testing sources
+* AC_ACT_IFELSE vs AC_TRY_ACT:: A more generic scheme for testing sources
@end menu
@node Changed Quotation
@@ -21975,7 +21975,7 @@ AC_LIBOBJ vs LIBOBJS
The @code{LIBOBJDIR} feature is experimental.
address@hidden address@hidden vs address@hidden
address@hidden AC_ACT_IFELSE vs AC_TRY_ACT
@subsection @address@hidden vs.@: @address@hidden
@c the anchor keeps the old node name, to try to avoid breaking links
@anchor{AC_FOO_IFELSE vs AC_TRY_FOO}
--
1.6.1.2
Re: Fixing trivial grammaros, Paolo Bonzini, 2009/04/22