>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Oct 09, 2002 at 05:30:37PM +0200, Jean-Marc Lasgouttes Andre> wrote: Michael> #571 >> Andre, do you have plans to add support (or at least disable) >> these lfuns in mathed? Currently, they are executed by the >> underlying lyxtext, which is a bad thing. I suspect a couple empty >> 'case' statement would suffice. Andre> Patch attached. I began to adapt that to 1.2.2 and have questions: - how come lfun_prior and lfun_next are not implemented in 1.2.2? Should they? - why are lfun_wordleftsel and lfun_wordrightsel just ignored instead of being equivalent to lfun_homesel and lfun_endsel (which would be more coherent)? JMarc