THANK YOU!! btw, how about issue 187 or 196? Now if I use vty, it has issue 187, if I use gtk, it has 196 and 125. I think writing one input methold can resolve 125, but 196 block me out of yi editor :(
"Jean-Philippe Bernardy" <[email protected]> writes: > I have just pushed patches that implement that (in my config, see Users/JP) > This should also help writing input methods. > > Cheers! > -- JP > > On Thu, Jan 8, 2009 at 9:45 AM, Jean-Philippe Bernardy > <[email protected]> wrote: >> Best would be to compose the keymap with some "preprocessor" that transforms >> Esc + key into Meta-key. >> >> I'll take a look at this. >> -- JP >> >> On Thu, Jan 8, 2009 at 4:34 AM, chylli <[email protected]> wrote: >>> >>> 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 ? >>> >> >>> >> > > -- Thanks & Regards Changying Li --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
