On Tue, Dec 17, 2002 at 11:38:06PM +0100, Kornel Benko wrote: > > 1. Update to current CVS and build. Do not patch lyx yourself at all > > please. > > done.
Please try removing these lines altogether : 76 if (sym.empty()) { 77 lyxerr[Debug::KEY] << "sym empty in getSymbolName()" << endl; 78 if (!text_.isEmpty()) 79 sym = fromqstr(text_); 80 } in the clean CVS. Thi is the problem, I think. We're returning some text, and our bad operator== is hitting the first Key_Unknown it finds. If that doesn't work, try returning @NONE@ when sym.empty() instead. I'd like -dbg key with the above change, again, please. btw, I can insert ccedilla just fine regardless ... regards jhon