Anfang der weitergeleiteten E-Mail: > Von: "LyX Ticket Tracker" <[email protected]> > Datum: 26. September 2010 22:43:25 MESZ > An: [email protected], [email protected] > Betreff: Re: #6917: spell checker hangs on single quote characters > Antwort an: [email protected] > > #6917: spell checker hangs on single quote characters > > Comment: > > It's coded this way. > > A single quote character does not act as word separator. This code is only > in 2.0.0. I don't know the reason for that. > > I think aspell does not like that.
Hi Abdel, svn blame points to you as the one who added the method Paragraph::isWordSeparator() with the logic to rate the quote character as non-word-separator. Please, can you remember what the reasoning here was... Did you do this for hunspell? Did you test it with aspell? The problem is, that if one uses single quotes for quotation this logic fails. Maybe, we can say: dear user, don't do this. But I'm not sure. Stephan > > -- > Ticket URL: <http://www.lyx.org/trac/ticket/6917#comment:1> > The LyX Project <http://www.lyx.org/> > LyX -- The Document Processor
