[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[8002] always call node_set_body_start
From: |
gavinsmith0123 |
Subject: |
[8002] always call node_set_body_start |
Date: |
Sat, 2 Jun 2018 05:50:08 -0400 (EDT) |
Revision: 8002
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8002
Author: gavin
Date: 2018-06-02 05:50:08 -0400 (Sat, 02 Jun 2018)
Log Message:
-----------
always call node_set_body_start
Modified Paths:
--------------
trunk/ChangeLog
trunk/info/nodes.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2018-06-02 08:03:49 UTC (rev 8001)
+++ trunk/ChangeLog 2018-06-02 09:50:08 UTC (rev 8002)
@@ -1,5 +1,13 @@
2018-06-02 Gavin Smith <address@hidden>
+ * info/nodes.c (info_node_of_tag_ext): Always call
+ node_set_body_start regardless of the value of
+ preprocess_nodes_p. Benno Schulenberg reported that searching
+ commands could find matches in the node information line if the
+ use set "hide-note-references=On".
+
+2018-06-02 Gavin Smith <address@hidden>
+
* doc/texinfo.tex (\pdfgettoks): Add a comment.
2018-03-10 Paul Eggert <address@hidden>
Modified: trunk/info/nodes.c
===================================================================
--- trunk/info/nodes.c 2018-06-02 08:03:49 UTC (rev 8001)
+++ trunk/info/nodes.c 2018-06-02 09:50:08 UTC (rev 8002)
@@ -1284,8 +1284,7 @@
anchors that occur within the node. */
scan_node_contents (node, parent, tag_ptr);
- if (!preprocess_nodes_p)
- node_set_body_start (node);
+ node_set_body_start (node);
tag->cache = *node;
if (!(node->flags & N_WasRewritten))
tag->cache.contents = 0; /* Pointer into file buffer
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [8002] always call node_set_body_start,
gavinsmith0123 <=