issue366: Google maps mode can't pan left/right

Priority: bug Status: chatting
Messages
msg901 (view) Author: yotama9 Date: 2011-09-14.12:24:28
Hi. 

When I go to google maps. I can't pan left or right (up and down work fine). C-h b showed that the C-f
and C-b keybindings are declared twice, once for forward and backward of one character and the other for
panning maybe this is the source of the problem?
msg922 (view) Author: retroj Date: 2011-09-25.22:55:49
Unable to reproduce problem.

  "... keybindings are declared twice, once for forward and backward of
   one character and the other for panning maybe this is the source of the
   problem?"

No, google_maps_keymap is at the top of the keymap stack, and therefore
any bindings in it shadow bindings in lower keymaps.
History
Date User Action Args
2011-09-25 22:55:49retrojsetstatus: unread -> chatting
messages: + msg922
2011-09-14 12:24:28yotama9create