texinfo-commits
[Top][All Lists]
Advanced

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

[8021] abort character in info test suite


From: gavinsmith0123
Subject: [8021] abort character in info test suite
Date: Tue, 7 Aug 2018 14:58:30 -0400 (EDT)

Revision: 8021
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8021
Author:   gavin
Date:     2018-08-07 14:58:29 -0400 (Tue, 07 Aug 2018)
Log Message:
-----------
abort character in info test suite

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/t/Infokey-config
    trunk/info/t/echo-area-no-completions.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-07 18:12:51 UTC (rev 8020)
+++ trunk/ChangeLog     2018-08-07 18:58:29 UTC (rev 8021)
@@ -1,3 +1,9 @@
+2018-08-07  Gavin Smith  <address@hidden>
+
+       * info/t/Infokey-config: Use C-x for aborting in echo area in 
+       test suite.
+       * info/t/echo-area-no-completions.sh: Update.
+
 2018-08-07  Vitezslav Crhonek <address@hidden>  (tiny change)
 
        * info/info.c (get_initial_file) <man page fallback>: Avoid

Modified: trunk/info/t/Infokey-config
===================================================================
--- trunk/info/t/Infokey-config 2018-08-07 18:12:51 UTC (rev 8020)
+++ trunk/info/t/Infokey-config 2018-08-07 18:58:29 UTC (rev 8021)
@@ -3,6 +3,7 @@
 !      menu-digit      # menu-digit can't be rebound
 D      print-node      # Dump node to file
 #echo-area
+^x      echo-area-abort # as C-g discards typeahead and ESC used for Meta key
 #var
 infopath-no-defaults=On
 automatic-footnotes=On

Modified: trunk/info/t/echo-area-no-completions.sh
===================================================================
--- trunk/info/t/echo-area-no-completions.sh    2018-08-07 18:12:51 UTC (rev 
8020)
+++ trunk/info/t/echo-area-no-completions.sh    2018-08-07 18:58:29 UTC (rev 
8021)
@@ -19,10 +19,9 @@
 
 run_ginfo -f intera -n xrefnode
 # Enter echo area and try to follow a cross-reference that doesn't exist
-# Use backspace to exit echo area, because neither ESC or C-g work reliably
-# as cancel characters in the test suite.
+
 printf 'fs\r\r\r\r\r\r' >$PTY_TYPE
-printf '\b\b\bq' >$PTY_TYPE
+printf '\030\030q' >$PTY_TYPE
 
 timeout_test
 cleanup




reply via email to

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