jed-users mailing list

[2006 Date Index] [2006 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Ispell possibly broken in latest Debian/Ubuntu?


On Sat, 7 Jan 2006 06:27:35 -0800, Dave Laird <dlaird@xxxxxxxxxx> said:

> > Then I guess it evals OK.  Now can you turn on flyspell mode?

> Then I get the UTF-8 string not found error.

Do you mean the "Invalid UTF-8 encoded string" error?  That's
caused by the default value of Ispell_Chars in ispell_init, which has
latin1 characters in it.  I should probably replace it with

public variable Ispell_Letters = Assoc_Type[String_Type, "a-zA-Z"];

I don't have an ispell or aspell that understands utf-8, but ispell.sl
should probably work in utf-8 mode with just ascii characters, at least
for English.

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2006 date index] [2006 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]