[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6680] document nodeline variable
From: |
Gavin D. Smith |
Subject: |
[6680] document nodeline variable |
Date: |
Thu, 08 Oct 2015 15:48:56 +0000 |
Revision: 6680
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6680
Author: gavin
Date: 2015-10-08 15:48:55 +0000 (Thu, 08 Oct 2015)
Log Message:
-----------
document nodeline variable
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/doc/info-stnd.texi
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-10-08 13:03:12 UTC (rev 6679)
+++ trunk/ChangeLog 2015-10-08 15:48:55 UTC (rev 6680)
@@ -1,5 +1,10 @@
2015-10-08 Gavin Smith <address@hidden>
+ * doc/info-stnd.texi (Variables): Document 'nodeline' variable.
+ * NEWS: Announce new variables.
+
+2015-10-08 Gavin Smith <address@hidden>
+
* doc/texinfo.texi (Macro Details): Mention problem with index
entries.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2015-10-08 13:03:12 UTC (rev 6679)
+++ trunk/NEWS 2015-10-08 15:48:55 UTC (rev 6680)
@@ -79,8 +79,11 @@
again, as was the case before Texinfo 5.0.
* info
- . new user variable `xref-rendition' enables underlining and
- highlighting of cross-references (IN PROGRESS)
+ . New user variables `ref-rendition', `hl-ref-rendition', and
+ `match-rendition' enable cutomization of how cross-references and
+ search matches are highlighted.
+ . By default only the node pointers are displayed at the top of a node.
+ Customize this with the `nodeline' variable.
. new command M-x tree-search to search all subnodes of a node (IN PROGRESS)
. Now tries to find referenced manuals in the same directory as the
current file first, before looking in search path. Customize this
Modified: trunk/doc/info-stnd.texi
===================================================================
--- trunk/doc/info-stnd.texi 2015-10-08 13:03:12 UTC (rev 6679)
+++ trunk/doc/info-stnd.texi 2015-10-08 15:48:55 UTC (rev 6680)
@@ -2243,6 +2243,16 @@
be able to select text by holding down the @kbd{Shift} key while
clicking and dragging.
address@hidden nodeline
address@hidden node header line
+How to print the node header line that appears at the top of each node.
+By default only the pointers to neighbouring nodes are displayed
+(the ``Next'', ``Prev'', and ``Up'' pointers): this corresponds to
+the @code{pointers} value for this variable. To print the entire line,
+set @code{nodeline} to the value @code{print}, which will include the
+filename and name of the node. To not display the header line at all,
+use the value @code{no}.
+
@anchor{scroll-behavior}
@item scroll-behavior
@itemx scroll-behaviour
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6680] document nodeline variable,
Gavin D. Smith <=