bug-texinfo
[Top][All Lists]
Advanced

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

Re: Unknown command for C-n in texinfo-5.2


From: Karl Berry
Subject: Re: Unknown command for C-n in texinfo-5.2
Date: Fri, 8 Nov 2013 00:29:53 GMT

    With texinfo-5.2, hitting `C-n` results in "Unknown command (C-n)."

Argh.  I wonder what happened.  The patch is trivial, of course, FWIW
.. installed for next time.

Thanks,
Karl

--- infomap.c   (revision 5386)
+++ infomap.c   (working copy)
@@ -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]