Bo Peng wrote: > On Sun, Sep 7, 2008 at 4:39 PM, Pavel Sanda <[EMAIL PROTECTED]> wrote: > > Stefan Schimanski wrote: > >> Attached is a patch to replace the manual interception of keys with proper > >> LFUNs. In fact one half of it was already implemented. Now you can also set > >> the key to hide the popup/inline completion. > >> > >> With this the remaining question is how to bind the LFUNs by default. > >> Locally I have tried Tab and Escape and it works as before. > >> Opinions? > > > > i'm not able to make it work. > > Haven't follow the thread closely, are you able to use a bind file to > achieve what you want?
yes, if i manually put Tab into bind file, it starts working. when i try to use Tab via shortcuts panel, then i see \bind " " "complete" in generated bind file. so the problem is that '\t' char is directly put into bind file instead of being translated into "Tab". pavel