Re: [aspell-devel] Possible bug in new_filer.cpp

2006-06-16 Thread Jose Da Silva
On June 16, 2006 09:43 am, Peter Kümmel wrote: > Gary Setter wrote: > > Reply --- > > Peter, > > Please consider, There are many projects that that support Linux > > and Windows and having one dominate open source spell checker > > that supports the same platforms would be a great benefit. The

Re: [aspell-devel] Possible bug in new_filer.cpp

2006-06-16 Thread Peter Kümmel
Gary Setter wrote: > Reply --- > Peter, > Please consider, There are many projects that that support Linux > and Windows and having one dominate open source spell checker > that supports the same platforms would be a great benefit. The > only way that is going to happen is if people like you s

Re: [aspell-devel] Possible bug in new_filer.cpp

2006-06-14 Thread Gary Setter
- Original Message - > > I'm not in the loop, but did you submit your changes to the > > sourceforge project? > > No, I've only subscribed to the list. > > > Kevin, > > Are we close to closing down the win-32 port ghetto and making > > aspell and Linux/windows application? > > Best rega

Re: [aspell-devel] Possible bug in new_filer.cpp

2006-06-12 Thread Peter Kümmel
Gary Setter wrote: > - Original Message - > From: "Peter Kümmel" <[EMAIL PROTECTED]> > To: > Sent: Sunday, June 11, 2006 6:03 AM > Subject: [aspell-devel] Possible bug in new_filer.cpp > > >> While compiling aspell I get warnings in new_fi

Re: [aspell-devel] Possible bug in new_filer.cpp

2006-06-11 Thread Gary Setter
- Original Message - From: "Peter Kümmel" <[EMAIL PROTECTED]> To: Sent: Sunday, June 11, 2006 6:03 AM Subject: [aspell-devel] Possible bug in new_filer.cpp > While compiling aspell I get warnings in new_filter.cpp. > > Is the assignment in the if() really by

Re: [aspell-devel] Possible bug in new_filer.cpp

2006-06-11 Thread Kevin Atkinson
On Sun, 11 Jun 2006, Peter Kümmel wrote: While compiling aspell I get warnings in new_filter.cpp. Is the assignment in the if() really by design or is it a typo and copy&paste error? When it should really be an assignment, why not move it into the code block? Just an idea. I am almost certai

[aspell-devel] Possible bug in new_filer.cpp

2006-06-11 Thread Peter Kümmel
While compiling aspell I get warnings in new_filter.cpp. Is the assignment in the if() really by design or is it a typo and copy&paste error? When it should really be an assignment, why not move it into the code block? Just an idea. Peter Index: lib/new_filter.cpp =