texinfo-commits
[Top][All Lists]
Advanced

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

[6174] example .infokey changed


From: Gavin D. Smith
Subject: [6174] example .infokey changed
Date: Tue, 03 Mar 2015 15:51:19 +0000

Revision: 6174
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6174
Author:   gavin
Date:     2015-03-03 15:51:18 +0000 (Tue, 03 Mar 2015)
Log Message:
-----------
example .infokey changed

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/info-stnd.texi

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-03-03 15:39:48 UTC (rev 6173)
+++ trunk/ChangeLog     2015-03-03 15:51:18 UTC (rev 6174)
@@ -1,11 +1,18 @@
 2015-03-03  Gavin Smith  <address@hidden>
 
+       * info/info-stnd.texi (infokey format): Example .infokey changed 
+       to include "ESC u" for clearing search highlight.  Line setting 
+       scroll-step to its default value removed.  Suggest keys Up and 
+       Down to scroll up and down.
+
+2015-03-03  Gavin Smith  <address@hidden>
+
        * info/t/Init-inter.inc: Create a background process to hold a 
        FIFO open for writing, instead of opening it read-write for 
        pseudotty.
        Eliminate extra invocation of mknod.  Remove extra shell 
        variable with same value as another.
-       * info/t/Init-test.inc (cleanup): Kill this background subshell.
+       * info/t/Init-test.inc (cleanup): Kill this background process.
 
        * info/pseudotty.c: Exit for end-of-file on either of the file 
        descriptors being used.

Modified: trunk/doc/info-stnd.texi
===================================================================
--- trunk/doc/info-stnd.texi    2015-03-03 15:39:48 UTC (rev 6173)
+++ trunk/doc/info-stnd.texi    2015-03-03 15:51:18 UTC (rev 6174)
@@ -2361,10 +2361,8 @@
 k       prev-line
 l       forward-char
 h       backward-char
-\kd     next-line
-\ku     prev-line
-\kr     forward-char
-\kl     backward-char
+\kd     down-line
+\ku     up-line
 \       scroll-forward
 \kD     scroll-forward-page-only
 b       scroll-backward
@@ -2380,8 +2378,9 @@
 u       up-node
 t       top-node
 d       dir-node
+\mu     clear-search
 #var
-scroll-step=1
+highlight-searches=On
 @end example
 
 The file consists of one or more @dfn{sections}.  Each section starts with




reply via email to

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