Re: [patch] fix bug 4584 for branch

2008-02-27 Thread Uwe Stöhr
I comitted a better fix as result of this thread: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg136118.html regards Uwe

Re: [patch] fix bug 4584 for branch

2008-02-27 Thread Juergen Spitzmueller
Uwe Stöhr wrote: > Jürgen, OK? OK. Jürgen

[patch] fix bug 4584 for branch

2008-02-26 Thread Uwe Stöhr
Jürgen, OK? Index: mathed/InsetMathNest.cpp === --- mathed/InsetMathNest.cpp (revision 23253) +++ mathed/InsetMathNest.cpp (working copy) @@ -1253,7 +1253,7 @@ return true; } - if (isAlphaASCII(c)) { + if (isAlphaASCII(c) |