Bug#869733: ispell.1X: Fix some formatting and textual matters

2019-08-09 Thread Geoff Kuenning
an/patches/0039-Man-page-issues-fix.patch Regards, robert -- Geoff Kuenning ge...@cs.hmc.edu http://www.cs.hmc.edu/~geoff/ It's is not, it isn't ain't, and it's it's, not its, if you mean it is. If you don't, it's its. Then too, it's hers. It isn't her's. It isn't our's

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

2005-11-03 Thread Geoff Kuenning
casecmp ((*enta)-word, (*entb)-word, 1); +cmpresult = casecmp ((*enta)-word, (*entb)-word, 1); +if (cmpresult == 0) + cmpresult = strcmp ((char *)(*enta)-word, (char *)(*entb)-word); +return cmpresult; } #endif -- Geoff Kuenning [EMAIL PROTECTED] http://www.cs.hmc.edu

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 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
(newp-flagfield) == FOLLOWCASE) -- Geoff Kuenning [EMAIL PROTECTED] http://www.cs.hmc.edu/~geoff/ The P in PDF is a lie. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#318917: dictionaries-common: [ispell.el]: Does not allow to safe word if it thinks is is a new composition

2005-08-22 Thread Geoff Kuenning
is the comparative form of moth. -- Geoff Kuenning [EMAIL PROTECTED] http://www.cs.hmc.edu/~geoff/ Software, like bridges, should be elegant and visually pleasing as well as functional. Ugly constructs, designs, and languages should be avoided like the plague. -- To UNSUBSCRIBE, email to [EMAIL

Bug#310844: Fails with strings starting by \sp (e.g., \spanish, \special)

2005-05-26 Thread Geoff Kuenning
where n is a number, is a control sequence, but ispell's deformatter is a bit dumb about it.) You'll find similar problems with \f and \(. If you want plain-text deformatting, ispell 3.3 offers the -o option to do that. -- Geoff Kuenning [EMAIL PROTECTED] http://www.cs.hmc.edu/~geoff/ One

Bug#130397: Bug 130397

2005-01-19 Thread Geoff Kuenning
like multispell, invoked like this: multispell [ispell-switches] -d language-1 -d language-2 and behaving like ispell -a. For convenience, it could also automatically supply a catch-all -w switch. -- Geoff Kuenning [EMAIL PROTECTED] http://www.cs.hmc.edu/~geoff/ Statistics don't

Bug#130397: Bug 130397

2005-01-18 Thread Geoff Kuenning
fixispell-a, and it will be in the next ispell release. Here it is: #!/bin/sh # # $Id: fixispell-a,v 1.1 2005/01/18 13:48:52 geoff Exp geoff $ # # Copyright 2005, Geoff Kuenning, Claremont, CA. # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification