in emacs, when you press esc + char, it is same as meta + char, how to
get it ?
I tried something like this :
defaultKm = Emacs.keymap <|>
(ctrl (char '>') ?>>! increaseIndent) <|>
(spec KEsc ?>> esc)
......
where
esc = choice [char 'x' ?>>! executeExtendedCommandE]
but I must write lots of keys from char 'a' to 'z' and it is not
elegent.. how to do that ?
--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---