On Fri, Sep 19, 2008 at 10:28:27PM -0400, rgheck wrote: > The problem is that there is no such thing as inset-specific binding. > Tab is bound, by site.bind, to LFUN_CELL_FORWARD. This LFUN acts > differently in different insets, or at least it can---see, e.g., the > recently much discussed behavior of LFUN_FONT_BOLD---but there is at > present no way to bind Tab to different LFUNS depending upon the inset > we're in. You certainly can make LFUN_CELL_FORWARD behave however you > like when the cursor is in a listings inset. You could even make it > close the document, if you were feeling sadistic. But obviously, that is > not the idea behind LFUNs. They are supposed to have some uniform or at > least predictable behavior across insets. What we need is what Pavel > suggested: A kind of inset-specific binding.
Well, it's an old suggestion. Maybe it's time to act on it... Andre'