2006-11-13 Denis Pilat <denis.pilat@st.com>
[deliverable/binutils-gdb.git] / readline / emacs_keymap.c
index ca9d1343b655ca2eae3a04d6bc99c87e1be69854..c7399534fdb43bda3c466c609b4ac4eb6cd4b290 100644 (file)
@@ -278,7 +278,13 @@ KEYMAP_ENTRY_ARRAY emacs_standard_keymap = {
   { ISFUNC, rl_insert },       /* Latin capital letter Y with acute */
   { ISFUNC, rl_insert },       /* Latin capital letter thorn (Icelandic) */
   { ISFUNC, rl_insert },       /* Latin small letter sharp s (German) */
+#ifndef __MINGW32__
   { ISFUNC, rl_insert },       /* Latin small letter a with grave */
+#else
+  /* Temporary - this is a bug in readline 5.1 that should be fixed in
+     readline 5.2.  */
+  { ISFUNC, 0 },               /* Must leave this unbound for the arrow keys to work.  */
+#endif
   { ISFUNC, rl_insert },       /* Latin small letter a with acute */
   { ISFUNC, rl_insert },       /* Latin small letter a with circumflex */
   { ISFUNC, rl_insert },       /* Latin small letter a with tilde */
This page took 0.024147 seconds and 4 git commands to generate.