Open aspell-helper opened 22 years ago
Kevin Atkinson kevina\@sf updated the issue on 2002-11-04 22:57:19 UTC
Christoph Hintermüller nothere\@sf updated the issue on 2003-09-13 10:13:12 UTC
Kevin Atkinson kevina\@sf updated the issue on 2004-02-20 03:13:44 UTC
Christoph Hintermüller nothere\@sf created a feature request on 2002-09-25 10:07:11 UTC (Orig. from https://sourceforge.net/p/aspell/feature-requests/10)
Hi Another improvement to aspell make it automatically or at leas on userrequest concatenate a line ending with `-' with the next removing trailing whitespaces and the - the only exception not doing the concatenation would be if the - is preceded by a whitespace instead of a alpha numeric character
here a german example
Zähler für die im ElektrodeSet enthaltenen Elektroden- gruppen
right now aspell version 0.51 snapshot remarks the secondline containing gruppen as misspelled
if it had concatenated the two lines and removed trailing whitespace and - form the first line it would have seen Elektrodengruppen and highlighted the whole word if not known.
ok it is a bit difficult to keep track on concatenation as it is necessary to keep track of the concatenation even this is done only for the word beeing split by lines.
cu Christoph