On Thu, May 26, 2005 at 05:53:26PM +0200, Geoff Kuenning wrote: > > I have noticed a strange ispell behavior when strings starting by \sp are in > > the text, like in \spanish or \special, > > > > $ cat test.txt > > \special > > \spanish > > This is a feature, not a bug. > > By default, ispell uses the nroff deformatter. \sp is a control > sequence in nroff. (More accurately, \s<n> 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.
Thanks for the info, I found this thing when examining how flyspell-large-region works, piping the file to ispell -l +opts with no explicit deformatting options. I used the spanish tex FAQ (a large sgml file) for this and results did show those stripped strings. The "-o" ispell 3.3 option should take care of this, thanks. David, I think we can leave this bug open until ispell 3.3 is packaged for Debian and uploaded. Fortunately none of my dicts will be affected by this change (all use ispell-autobuildhash). Feel free to retitle and/or to adjust severity to minor or wishlist. Cheers, -- Agustin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

