[EMAIL PROTECTED] (Lars Gullik Bj�nnes) writes:

| This is the only thing that I think can have changed that, can you
| check it out?

Does this patch solve the problem?

| Index: formula.C
| ===================================================================
| RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/formula.C,v
| retrieving revision 1.9
| diff -u -r1.9 formula.C
| --- formula.C   1999/11/24 22:14:46     1.9
| +++ formula.C   1999/12/01 10:09:09
| @@ -1145,7 +1145,7 @@
|            if (('0'<= c && c<= '9') || strchr(";:!|[]().,?", c))
|               mathcursor->Insert(c, LM_TC_CONST);
|          else
| -          if (strchr("+/-*<>= ", c))
| +          if (strchr("+/-*<>=", c))
|               mathcursor->Insert(c, LM_TC_BOP);
|          else
|            if (strchr(latex_special_chars, c) && c!= '_')    
| 

        Lgb

Reply via email to