[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: CHECK_HTMLXREF on by default.
From: |
Gavin D. Smith |
Subject: |
branch master updated: CHECK_HTMLXREF on by default. |
Date: |
Fri, 11 Oct 2024 15:59:35 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 528e6e3236 CHECK_HTMLXREF on by default.
528e6e3236 is described below
commit 528e6e3236c8c626e96053e0cd051b0acf817c5f
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Oct 11 20:30:36 2024 +0100
CHECK_HTMLXREF on by default.
* tp/Texinfo/Convert/converters_defaults.txt (html):
Set CHECK_HTMLXREF on by default.
* tp/t/test_utils.pl (set_converter_option_defaults):
Clear CHECK_HTMLXREF.
* doc/texinfo.texi (File Names and Links Customization for HTML),
* NEWS: Update.
---
ChangeLog | 12 +++++++++++
NEWS | 2 ++
doc/texinfo.texi | 14 ++++++-------
tp/Texinfo/Convert/converters_defaults.txt | 1 +
tp/Texinfo/Options.pm | 1 +
tp/Texinfo/XS/convert/converters_options.c | 2 ++
tp/t/test_utils.pl | 4 ++++
.../res_parser/formatting_chm/formatting.2 | 24 ++++++++++++++++++++++
.../res_parser/formatting_html32/formatting.2 | 24 ++++++++++++++++++++++
.../formatting_html_no_split/formatting.2 | 18 ++++++++++++++++
.../formatting_regions/formatting_regions.2 | 24 ++++++++++++++++++++++
.../res_parser/formatting_xhtml/formatting.2 | 24 ++++++++++++++++++++++
.../res_parser/sectioning_directions/sectioning.2 | 1 +
.../sectioning.2 | 1 +
.../sectioning_without_anchors/sectioning.2 | 1 +
.../formatting_enable_encoding/formatting.2 | 24 ++++++++++++++++++++++
.../res_parser/formatting_exotic/formatting.2 | 18 ++++++++++++++++
.../layout/res_parser/formatting_fr/formatting.2 | 24 ++++++++++++++++++++++
.../res_parser/formatting_fr_icons/formatting.2 | 24 ++++++++++++++++++++++
.../res_parser/formatting_inline_css/formatting.2 | 24 ++++++++++++++++++++++
.../res_parser/formatting_mathjax/formatting.2 | 24 ++++++++++++++++++++++
.../formatting_numerical_entities/formatting.2 | 24 ++++++++++++++++++++++
.../formatting_sort_element_counts/formatting.2 | 18 ++++++++++++++++
.../res_parser/formatting_texi2html/formatting.2 | 24 ++++++++++++++++++++++
.../formatting_texi2html_nodes/formatting.2 | 24 ++++++++++++++++++++++
.../formatting_weird_quotes/formatting.2 | 24 ++++++++++++++++++++++
26 files changed, 398 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b6c495bb83..7c41df730f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2024-10-11 Gavin Smith <gavinsmith0123@gmail.com>
+
+ CHECK_HTMLXREF on by default.
+
+ * tp/Texinfo/Convert/converters_defaults.txt (html):
+ Set CHECK_HTMLXREF on by default.
+ * tp/t/test_utils.pl (set_converter_option_defaults):
+ Clear CHECK_HTMLXREF.
+
+ * doc/texinfo.texi (File Names and Links Customization for HTML),
+ * NEWS: Update.
+
2024-11-10 Patrice Dumas <pertusus@free.fr>
* info/nodes.c (info_get_node_with_defaults): remove filename_in in
diff --git a/NEWS b/NEWS
index 658d12d16f..5c69b881bd 100644
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,8 @@ See the manual for detailed information.
. Use <pre> instead of <div><em> for displaymath formatting.
. Remove border, cellpadding, cellspacing and align attributes, add
classes and use CSS when needed.
+ . CHECK_HTMLXREF set by default for warnings about links to unknown
+ external manuals
. EPUB:
stricter conformance for conformance checkers.
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index ee84d8a4be..a2aaff5e23 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -18314,12 +18314,12 @@ Cross-references between HTML manuals are specified
precisely
through the @file{htmlxref.cnf} file (@pxref{HTML Xref Configuration}).
@vindex CHECK_HTMLXREF
-Defaults directories and file names are used for cross-reference target manual
-not found through HTML Xref Configuration (@pxref{HTML Xref Link Basics}). If
-you want to make sure that all the manuals referred to are found in an HTML
-Xref configuration file, you should set @code{CHECK_HTMLXREF} to get a message
-for each external manual not in the HTML Xref configuration files. This could
-be relevant, for example, if you know that no manual is installed locally.
+Default directories and file names are used for cross-reference target
+manual not found through HTML Xref Configuration (@pxref{HTML Xref Link
+Basics}). By default, a warning is given for each external manual not in
+the HTML Xref configuration files. If you do not want warnings about such
+manuals, you should set @code{CHECK_HTMLXREF} to @samp{0}. This could
+be relevant, for example, if you know that manuals are installed locally.
@vindex HTMLXREF_MODE
@vindex HTMLXREF_FILE
@@ -18912,7 +18912,7 @@ commands; default @samp{2}.
@item CHECK_HTMLXREF
Check that manuals which are the target of external
cross-references (@pxref{Four and Five Arguments}) are present in
-@file{htmlxref.cnf} (@pxref{HTML Xref Configuration}); default false.
+@file{htmlxref.cnf} (@pxref{HTML Xref Configuration}); default true.
@item CONTENTS_OUTPUT_LOCATION
If set to @samp{after_top}, output the contents at the end of the @code{@@top}
diff --git a/tp/Texinfo/Convert/converters_defaults.txt
b/tp/Texinfo/Convert/converters_defaults.txt
index 7830e194b8..b435e50305 100644
--- a/tp/Texinfo/Convert/converters_defaults.txt
+++ b/tp/Texinfo/Convert/converters_defaults.txt
@@ -47,6 +47,7 @@ CLOSE_QUOTE_SYMBOL undef
CONTENTS_OUTPUT_LOCATION after_top
CONVERT_TO_LATEX_IN_MATH undef
INDENTED_BLOCK_COMMANDS_IN_TABLE 0
+CHECK_HTMLXREF 1
COPIABLE_LINKS 1
DATE_IN_HEADER 0
DEFAULT_RULE <hr>
diff --git a/tp/Texinfo/Options.pm b/tp/Texinfo/Options.pm
index 5600a08175..695d09bb7b 100644
--- a/tp/Texinfo/Options.pm
+++ b/tp/Texinfo/Options.pm
@@ -286,6 +286,7 @@ my %converter_html_regular_options_defaults = (
'CONTENTS_OUTPUT_LOCATION' => 'after_top',
'CONVERT_TO_LATEX_IN_MATH' => undef,
'INDENTED_BLOCK_COMMANDS_IN_TABLE' => 0,
+ 'CHECK_HTMLXREF' => 1,
'COPIABLE_LINKS' => 1,
'DATE_IN_HEADER' => 0,
'DEFAULT_RULE' => '<hr>',
diff --git a/tp/Texinfo/XS/convert/converters_options.c
b/tp/Texinfo/XS/convert/converters_options.c
index 8bfe145cca..ffa3241c80 100644
--- a/tp/Texinfo/XS/convert/converters_options.c
+++ b/tp/Texinfo/XS/convert/converters_options.c
@@ -56,6 +56,7 @@ set_html_regular_options_defaults (OPTIONS *options)
option_set_conf (&options->CONTENTS_OUTPUT_LOCATION, -2, "after_top");
option_set_conf (&options->CONVERT_TO_LATEX_IN_MATH, -1, 0);
option_set_conf (&options->INDENTED_BLOCK_COMMANDS_IN_TABLE, 0, 0);
+ option_set_conf (&options->CHECK_HTMLXREF, 1, 0);
option_set_conf (&options->COPIABLE_LINKS, 1, 0);
option_set_conf (&options->DATE_IN_HEADER, 0, 0);
option_set_conf (&options->DEFAULT_RULE, -2, "<hr>");
@@ -113,6 +114,7 @@ add_html_regular_options_defaults (OPTIONS_LIST
*options_list)
add_new_option_value (options_list, GOT_char, "CONTENTS_OUTPUT_LOCATION",
-2, "after_top");
add_new_option_value (options_list, GOT_integer, "CONVERT_TO_LATEX_IN_MATH",
-1, 0);
add_new_option_value (options_list, GOT_integer,
"INDENTED_BLOCK_COMMANDS_IN_TABLE", 0, 0);
+ add_new_option_value (options_list, GOT_integer, "CHECK_HTMLXREF", 1, 0);
add_new_option_value (options_list, GOT_integer, "COPIABLE_LINKS", 1, 0);
add_new_option_value (options_list, GOT_integer, "DATE_IN_HEADER", 0, 0);
add_new_option_value (options_list, GOT_char, "DEFAULT_RULE", -2, "<hr>");
diff --git a/tp/t/test_utils.pl b/tp/t/test_utils.pl
index 7acf989d23..74bfe753b6 100644
--- a/tp/t/test_utils.pl
+++ b/tp/t/test_utils.pl
@@ -424,6 +424,10 @@ sub set_converter_option_defaults($$;$)
if (!defined($converter_options->{'DEBUG'})) {
$converter_options->{'DEBUG'} = $debug;
}
+ if (!defined($converter_options->{'CHECK_HTMLXREF'})) {
+ # avoid bloating test results with warnings
+ $converter_options->{'CHECK_HTMLXREF'} = 0;
+ }
return $converter_options;
}
diff --git a/tp/tests/coverage/res_parser/formatting_chm/formatting.2
b/tp/tests/coverage/res_parser/formatting_chm/formatting.2
index 151f983bc0..a87f83d2ab 100644
--- a/tp/tests/coverage/res_parser/formatting_chm/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_chm/formatting.2
@@ -328,10 +328,22 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -340,10 +352,22 @@ formatting.texi:22: warning: @image file `f-ile' (for
HTML) not found, using `f-
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_html32/formatting.2
b/tp/tests/coverage/res_parser/formatting_html32/formatting.2
index 151f983bc0..a87f83d2ab 100644
--- a/tp/tests/coverage/res_parser/formatting_html32/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_html32/formatting.2
@@ -328,10 +328,22 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -340,10 +352,22 @@ formatting.texi:22: warning: @image file `f-ile' (for
HTML) not found, using `f-
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.2
b/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.2
index bbc82dbd6d..f458dd6bae 100644
--- a/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.2
@@ -328,14 +328,32 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git
a/tp/tests/coverage/res_parser/formatting_regions/formatting_regions.2
b/tp/tests/coverage/res_parser/formatting_regions/formatting_regions.2
index 4968aea71c..5b93f5060f 100644
--- a/tp/tests/coverage/res_parser/formatting_regions/formatting_regions.2
+++ b/tp/tests/coverage/res_parser/formatting_regions/formatting_regions.2
@@ -323,18 +323,42 @@ formatting_regions.texi:48: @ref reference to nonexistent
node `node' (possibly
formatting_regions.texi:48: @ref reference to nonexistent node `node'
(possibly involving @mymacro)
formatting_regions.texi:48: @ref reference to nonexistent node `node'
(possibly involving @mymacro)
formatting_regions.texi:48: @ref reference to nonexistent node `node'
(possibly involving @mymacro)
+formatting_regions.texi:38: warning: no htmlxref.cnf entry found for `file
n---ame@' (possibly involving @mymacro)
+formatting_regions.texi:38: warning: no htmlxref.cnf entry found for `file
name' (possibly involving @mymacro)
+formatting_regions.texi:38: warning: no htmlxref.cnf entry found for `a comma,
in file' (possibly involving @mymacro)
+formatting_regions.texi:38: warning: no htmlxref.cnf entry found for `pman'
(possibly involving @mymacro)
+formatting_regions.texi:38: warning: no htmlxref.cnf entry found for `file
name, spurious arg' (possibly involving @mymacro)
+formatting_regions.texi:38: warning: no htmlxref.cnf entry found for `info
file with uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving
@mymacro)
formatting_regions.texi:38: warning: @image file `f-ile' (for HTML) not found,
using `f-ile.jpg' (possibly involving @mymacro)
formatting_regions.texi:38: warning: @image file `f-ile' (for HTML) not found,
using `f-ile.jpg' (possibly involving @mymacro)
formatting_regions.texi:38: warning: @image file `f--ile@.' (for HTML) not
found, using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting_regions.texi:38: warning: @image file `filejk _" %@' (for HTML) not
found, using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting_regions.texi:27: warning: no htmlxref.cnf entry found for `file
n---ame@' (possibly involving @mymacro)
+formatting_regions.texi:27: warning: no htmlxref.cnf entry found for `file
name' (possibly involving @mymacro)
+formatting_regions.texi:27: warning: no htmlxref.cnf entry found for `a comma,
in file' (possibly involving @mymacro)
+formatting_regions.texi:27: warning: no htmlxref.cnf entry found for `pman'
(possibly involving @mymacro)
+formatting_regions.texi:27: warning: no htmlxref.cnf entry found for `file
name, spurious arg' (possibly involving @mymacro)
+formatting_regions.texi:27: warning: no htmlxref.cnf entry found for `info
file with uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving
@mymacro)
formatting_regions.texi:27: warning: @image file `f-ile' (for HTML) not found,
using `f-ile.jpg' (possibly involving @mymacro)
formatting_regions.texi:27: warning: @image file `f-ile' (for HTML) not found,
using `f-ile.jpg' (possibly involving @mymacro)
formatting_regions.texi:27: warning: @image file `f--ile@.' (for HTML) not
found, using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting_regions.texi:27: warning: @image file `filejk _" %@' (for HTML) not
found, using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting_regions.texi:45: warning: no htmlxref.cnf entry found for `file
n---ame@' (possibly involving @mymacro)
+formatting_regions.texi:45: warning: no htmlxref.cnf entry found for `file
name' (possibly involving @mymacro)
+formatting_regions.texi:45: warning: no htmlxref.cnf entry found for `a comma,
in file' (possibly involving @mymacro)
+formatting_regions.texi:45: warning: no htmlxref.cnf entry found for `pman'
(possibly involving @mymacro)
+formatting_regions.texi:45: warning: no htmlxref.cnf entry found for `file
name, spurious arg' (possibly involving @mymacro)
+formatting_regions.texi:45: warning: no htmlxref.cnf entry found for `info
file with uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving
@mymacro)
formatting_regions.texi:45: warning: @image file `f-ile' (for HTML) not found,
using `f-ile.jpg' (possibly involving @mymacro)
formatting_regions.texi:45: warning: @image file `f-ile' (for HTML) not found,
using `f-ile.jpg' (possibly involving @mymacro)
formatting_regions.texi:45: warning: @image file `f--ile@.' (for HTML) not
found, using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting_regions.texi:45: warning: @image file `filejk _" %@' (for HTML) not
found, using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting_regions.texi:48: warning: no htmlxref.cnf entry found for `file
n---ame@' (possibly involving @mymacro)
+formatting_regions.texi:48: warning: no htmlxref.cnf entry found for `file
name' (possibly involving @mymacro)
+formatting_regions.texi:48: warning: no htmlxref.cnf entry found for `a comma,
in file' (possibly involving @mymacro)
+formatting_regions.texi:48: warning: no htmlxref.cnf entry found for `pman'
(possibly involving @mymacro)
+formatting_regions.texi:48: warning: no htmlxref.cnf entry found for `file
name, spurious arg' (possibly involving @mymacro)
+formatting_regions.texi:48: warning: no htmlxref.cnf entry found for `info
file with uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving
@mymacro)
formatting_regions.texi:48: warning: @image file `f-ile' (for HTML) not found,
using `f-ile.jpg' (possibly involving @mymacro)
formatting_regions.texi:48: warning: @image file `f-ile' (for HTML) not found,
using `f-ile.jpg' (possibly involving @mymacro)
formatting_regions.texi:48: warning: @image file `f--ile@.' (for HTML) not
found, using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_xhtml/formatting.2
b/tp/tests/coverage/res_parser/formatting_xhtml/formatting.2
index 151f983bc0..a87f83d2ab 100644
--- a/tp/tests/coverage/res_parser/formatting_xhtml/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_xhtml/formatting.2
@@ -328,10 +328,22 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -340,10 +352,22 @@ formatting.texi:22: warning: @image file `f-ile' (for
HTML) not found, using `f-
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git
a/tp/tests/customization/res_parser/sectioning_directions/sectioning.2
b/tp/tests/customization/res_parser/sectioning_directions/sectioning.2
index 123dd5ee64..5cc4048879 100644
--- a/tp/tests/customization/res_parser/sectioning_directions/sectioning.2
+++ b/tp/tests/customization/res_parser/sectioning_directions/sectioning.2
@@ -1,2 +1,3 @@
sectioning.texi:88: warning: node `Last node no description' is next for
`Third node unnumbered' in menu but not in sectioning
sectioning.texi: warning: must specify a title with a title command or @top
+sectioning.texi:3: warning: no htmlxref.cnf entry found for `dir'
diff --git
a/tp/tests/customization/res_parser/sectioning_directions_split_chapter/sectioning.2
b/tp/tests/customization/res_parser/sectioning_directions_split_chapter/sectioning.2
index 123dd5ee64..5cc4048879 100644
---
a/tp/tests/customization/res_parser/sectioning_directions_split_chapter/sectioning.2
+++
b/tp/tests/customization/res_parser/sectioning_directions_split_chapter/sectioning.2
@@ -1,2 +1,3 @@
sectioning.texi:88: warning: node `Last node no description' is next for
`Third node unnumbered' in menu but not in sectioning
sectioning.texi: warning: must specify a title with a title command or @top
+sectioning.texi:3: warning: no htmlxref.cnf entry found for `dir'
diff --git
a/tp/tests/customization/res_parser/sectioning_without_anchors/sectioning.2
b/tp/tests/customization/res_parser/sectioning_without_anchors/sectioning.2
index c8a6cb0ac9..779afe41b0 100644
--- a/tp/tests/customization/res_parser/sectioning_without_anchors/sectioning.2
+++ b/tp/tests/customization/res_parser/sectioning_without_anchors/sectioning.2
@@ -1 +1,2 @@
sectioning.texi: warning: must specify a title with a title command or @top
+sectioning.texi:3: warning: no htmlxref.cnf entry found for `dir'
diff --git a/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.2
b/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.2
index 151f983bc0..a87f83d2ab 100644
--- a/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.2
@@ -328,10 +328,22 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -340,10 +352,22 @@ formatting.texi:22: warning: @image file `f-ile' (for
HTML) not found, using `f-
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_exotic/formatting.2
b/tp/tests/layout/res_parser/formatting_exotic/formatting.2
index bbc82dbd6d..f458dd6bae 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_exotic/formatting.2
@@ -328,14 +328,32 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_fr/formatting.2
b/tp/tests/layout/res_parser/formatting_fr/formatting.2
index 151f983bc0..a87f83d2ab 100644
--- a/tp/tests/layout/res_parser/formatting_fr/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_fr/formatting.2
@@ -328,10 +328,22 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -340,10 +352,22 @@ formatting.texi:22: warning: @image file `f-ile' (for
HTML) not found, using `f-
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.2
b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.2
index 151f983bc0..a87f83d2ab 100644
--- a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.2
@@ -328,10 +328,22 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -340,10 +352,22 @@ formatting.texi:22: warning: @image file `f-ile' (for
HTML) not found, using `f-
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_inline_css/formatting.2
b/tp/tests/layout/res_parser/formatting_inline_css/formatting.2
index 151f983bc0..a87f83d2ab 100644
--- a/tp/tests/layout/res_parser/formatting_inline_css/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_inline_css/formatting.2
@@ -328,10 +328,22 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -340,10 +352,22 @@ formatting.texi:22: warning: @image file `f-ile' (for
HTML) not found, using `f-
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_mathjax/formatting.2
b/tp/tests/layout/res_parser/formatting_mathjax/formatting.2
index 151f983bc0..a87f83d2ab 100644
--- a/tp/tests/layout/res_parser/formatting_mathjax/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_mathjax/formatting.2
@@ -328,10 +328,22 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -340,10 +352,22 @@ formatting.texi:22: warning: @image file `f-ile' (for
HTML) not found, using `f-
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git
a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.2
b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.2
index 151f983bc0..a87f83d2ab 100644
--- a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.2
@@ -328,10 +328,22 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -340,10 +352,22 @@ formatting.texi:22: warning: @image file `f-ile' (for
HTML) not found, using `f-
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git
a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
index bbc82dbd6d..f458dd6bae 100644
--- a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
@@ -328,14 +328,32 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_texi2html/formatting.2
b/tp/tests/layout/res_parser/formatting_texi2html/formatting.2
index 151f983bc0..a87f83d2ab 100644
--- a/tp/tests/layout/res_parser/formatting_texi2html/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_texi2html/formatting.2
@@ -328,10 +328,22 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -340,10 +352,22 @@ formatting.texi:22: warning: @image file `f-ile' (for
HTML) not found, using `f-
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_texi2html_nodes/formatting.2
b/tp/tests/layout/res_parser/formatting_texi2html_nodes/formatting.2
index 151f983bc0..a87f83d2ab 100644
--- a/tp/tests/layout/res_parser/formatting_texi2html_nodes/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_texi2html_nodes/formatting.2
@@ -328,10 +328,22 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -340,10 +352,22 @@ formatting.texi:22: warning: @image file `f-ile' (for
HTML) not found, using `f-
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.2
b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.2
index 151f983bc0..a87f83d2ab 100644
--- a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.2
@@ -328,10 +328,22 @@ formatting.texi:88: @ref reference to nonexistent node
`node' (possibly involvin
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:88: @ref reference to nonexistent node `node' (possibly
involving @mymacro)
formatting.texi:123: warning: empty index key in @findex
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:32: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:22: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -340,10 +352,22 @@ formatting.texi:22: warning: @image file `f-ile' (for
HTML) not found, using `f-
formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:81: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found,
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file n---ame@'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name'
(possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `a comma, in
file' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `pman' (possibly
involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `file name,
spurious arg' (possibly involving @mymacro)
+formatting.texi:88: warning: no htmlxref.cnf entry found for `info file with
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f-ile' (for HTML) not found, using
`f-ile.jpg' (possibly involving @mymacro)
formatting.texi:88: warning: @image file `f--ile@.' (for HTML) not found,
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: CHECK_HTMLXREF on by default.,
Gavin D. Smith <=