texinfo-commits
[Top][All Lists]
Advanced

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

[5387] C-n should be next-line by default


From: karl
Subject: [5387] C-n should be next-line by default
Date: Fri, 08 Nov 2013 00:29:06 +0000

Revision: 5387
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5387
Author:   karl
Date:     2013-11-08 00:29:05 +0000 (Fri, 08 Nov 2013)
Log Message:
-----------
C-n should be next-line by default

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/infomap.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2013-10-19 12:55:29 UTC (rev 5386)
+++ trunk/ChangeLog     2013-11-08 00:29:05 UTC (rev 5387)
@@ -1,3 +1,9 @@
+2013-11-07  Karl Berry  <address@hidden>
+
+       * info/infomap.c (default_emacs_like_info_keys): somehow
+       CONTROL('n') = A_info_next_line was lost.
+       Report from Allan McRae, 06 Nov 2013 13:59:04.
+
 2013-10-19  Patrice Dumas  <address@hidden>
 
        * tp/Texinfo/Structuring.pm: if SHOW_MENU is set, do not error out on

Modified: trunk/info/infomap.c
===================================================================
--- trunk/info/infomap.c        2013-10-19 12:55:29 UTC (rev 5386)
+++ trunk/info/infomap.c        2013-11-08 00:29:05 UTC (rev 5387)
@@ -297,6 +297,7 @@
   CONTROL('f'), NUL,              A_info_forward_char,
   CONTROL('h'), NUL,              A_info_get_help_window,
   CONTROL('l'), NUL,              A_info_redraw_display,
+  CONTROL('n'), NUL,              A_info_next_line,
   CONTROL('p'), NUL,              A_info_prev_line,
   CONTROL('r'), NUL,              A_isearch_backward,
   CONTROL('s'), NUL,              A_isearch_forward,




reply via email to

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