Dekel Tsur <[EMAIL PROTECTED]> writes: | On Wed, May 29, 2002 at 10:54:05PM +0200, Lars Gullik Bjønnes wrote: >> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> >> | I doubt though that there is still a big gain to be found in this area. >> >> Perhaps not... >> >> But we can at least put all the tokens that should usually never be >> parsed by paresLyxFromat2... i.e. "\end_inset" placed last. >> >> Also we could see if we have other places where we have >> huge "ifs" > | Why not convert the token string to a number (in lyxlex?), and then | use a switch?
Yes we could also try that... but we are also going to split up the lfuns into different namespaces for mathed,tabular,global etc. (and also the keybindings) -- Lgb