texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * contrib/nonbugs/README, contrib/nonbugs/*.texi:


From: Patrice Dumas
Subject: branch master updated: * contrib/nonbugs/README, contrib/nonbugs/*.texi: add a directory for Texinfo files with some issues, but not bugs.
Date: Sat, 02 Nov 2024 13:02:13 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new b8d266d984 * contrib/nonbugs/README, contrib/nonbugs/*.texi: add a 
directory for Texinfo files with some issues, but not bugs.
b8d266d984 is described below

commit b8d266d9847ed9e7e46250a62668497769aa9f2d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Nov 2 18:02:03 2024 +0100

    * contrib/nonbugs/README, contrib/nonbugs/*.texi: add a directory for
    Texinfo files with some issues, but not bugs.
---
 ChangeLog                                    |  5 +++++
 contrib/nonbugs/README                       | 11 +++++++++++
 contrib/nonbugs/inlineif_math_error_tex.texi | 14 ++++++++++++++
 contrib/nonbugs/multiline_ref_info.texi      | 18 ++++++++++++++++++
 4 files changed, 48 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 00595bca05..86e5dc4d33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-02  Patrice Dumas  <pertusus@free.fr>
+
+       * contrib/nonbugs/README, contrib/nonbugs/*.texi: add a directory for
+       Texinfo files with some issues, but not bugs.
+
 2024-11-02  Patrice Dumas  <pertusus@free.fr>
 
        * contrib/nontests/txitextest: use a temporary directory in the
diff --git a/contrib/nonbugs/README b/contrib/nonbugs/README
new file mode 100644
index 0000000000..8b6779ba46
--- /dev/null
+++ b/contrib/nonbugs/README
@@ -0,0 +1,11 @@
+texinfo/contrib/nonbugs/README
+
+  Copyright 2024 Free Software Foundation, Inc.
+
+  Copying and distribution of this file, with or without modification,
+  are permitted in any medium without royalty provided the copyright
+  notice and this notice are preserved.
+
+The Texinfo files have some issues with either formatting or viewing the
+result.  However, these issues are not considered as bugs for various reasons,
+explained in comments at the beginning of each file.
diff --git a/contrib/nonbugs/inlineif_math_error_tex.texi 
b/contrib/nonbugs/inlineif_math_error_tex.texi
new file mode 100644
index 0000000000..d6c671177f
--- /dev/null
+++ b/contrib/nonbugs/inlineif_math_error_tex.texi
@@ -0,0 +1,14 @@
+\input texinfo.tex
+
+@c formatting with Texinfo TeX triggers a bug.  Fixing this but is not
+@c expected to happen any day, as this construct should be very uncommon.
+
+@node Top
+
+@node node
+
+@inlinefmtifelse{info, something, @math{a \times 2}}.
+
+No inlinefmtifelse @math{a \times 2}.
+
+@bye
diff --git a/contrib/nonbugs/multiline_ref_info.texi 
b/contrib/nonbugs/multiline_ref_info.texi
new file mode 100644
index 0000000000..2988ebcc29
--- /dev/null
+++ b/contrib/nonbugs/multiline_ref_info.texi
@@ -0,0 +1,18 @@
+\input texinfo
+
+@c This manual shows that the standalone Info reade does not find the
+@c anchor, because the @xref is not determined as a cross-reference
+@c since the Info reader only looks for punctuation matching a *Note
+@c on two lines.  This is not a bug, as it prevents from finding bogus
+@c cross-references since cross-references crossing more than two lines
+@c should be very uncommon or even non-existent.
+
+@node Top
+@top top
+
+@anchor{chap @* f nl Something @* After punct}
+
+@node chap
+@chapter Chap
+
+@xref{chap @* f nl Something @* After punct}.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]