Bug#305750: ispell reorders words in personal dictionary without good reason

2006-03-09 Thread Martin Michlmayr
* David Coe [EMAIL PROTECTED] [2006-03-09 00:15]: I have no objection, so go for it. Sorry I'm too busy to do it myself. Thanks, I've uploaded with the following patch: diff -u ispell-3.1.20.0/debian/changelog ispell-3.1.20.0/debian/changelog --- ispell-3.1.20.0/debian/changelog +++

Bug#305750: ispell reorders words in personal dictionary without good reason

2006-03-08 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2005-11-03 22:22]: Here's a revised patch. Although the previous patch is harmless, it turns out to address the problem at the wrong level. Thanks a lot! You don't know how much grief this bug has caused me. David, unless I object within the next

Bug#305750: ispell reorders words in personal dictionary without good reason

2006-03-08 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2006-03-09 04:58]: David, unless I object within the next week or two, I will NMU this unless you, of course. ;) -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#305750: ispell reorders words in personal dictionary without good reason

2006-03-08 Thread David Coe
Martin Michlmayr [EMAIL PROTECTED] writes: G * Martin Michlmayr [EMAIL PROTECTED] [2005-11-03 22:22]: Here's a revised patch. Although the previous patch is harmless, it turns out to address the problem at the wrong level. Thanks a lot! You don't know how much grief this bug has caused

Bug#305750: ispell reorders words in personal dictionary without good reason

2005-11-03 Thread Geoff Kuenning
ispell reorders the words in your personal dictionary without good reason when you have words which only differ in their capitalization. This is easily fixed, and will be corrected in the next version. The patch to tree.c to make the sort stable is: Index: tree.c /home/geoff/src/local/ispell

Bug#305750: ispell reorders words in personal dictionary without good reason

2005-11-03 Thread Geoff Kuenning
I neglected to mention that the patch I sent hasn't yet been tested, although I believe it to be correct. -- Geoff Kuenning [EMAIL PROTECTED] http://www.cs.hmc.edu/~geoff/ Windows XP is the most reliable Windows ever, which is like saying that asparagus is the most articulate vegetable

Bug#305750: ispell reorders words in personal dictionary without good reason

2005-11-03 Thread Martin Michlmayr
* Geoff Kuenning [EMAIL PROTECTED] [2005-11-03 11:57]: I neglected to mention that the patch I sent hasn't yet been tested, although I believe it to be correct. Nope, doesn't work. In my first ispell call, pdictcmp() doesn't get run at all and in the second call, it only compares FOOBARBAZ and

Bug#305750: ispell reorders words in personal dictionary without good reason

2005-11-03 Thread Geoff Kuenning
Aargh. The previously sent patch is completely ineffective; it's addressing the problem at a place different from where the bug arises. A correct fix is somewhat trickier, but I'm working on it... -- Geoff Kuenning [EMAIL PROTECTED] http://www.cs.hmc.edu/~geoff/ Statistics don't bore

Bug#305750: ispell reorders words in personal dictionary without good reason

2005-11-03 Thread Geoff Kuenning
Here's a revised patch. Although the previous patch is harmless, it turns out to address the problem at the wrong level. The correct approach is to build the internal data structure with variant spellings stored in the same order as they appear in the personal dictionary. Fortunately, this is

Bug#305750: ispell reorders words in personal dictionary without good reason

2005-11-03 Thread Martin Michlmayr
tags 305750 + fixed-upstream patch thanks * Geoff Kuenning [EMAIL PROTECTED] [2005-11-03 14:14]: Here's a revised patch. Although the previous patch is harmless, it turns out to address the problem at the wrong level. Thanks a lot! You don't know how much grief this bug has caused me. --