jed-users mailing list

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

Re: Jed problem(s) fixed... issues resolved...


[this is a utf-8 message]

On Sat, 7 Jan 2006 13:29:19 -0800, Dave Laird <dlaird@xxxxxxxxxx> said:


> STEP 3]

> If you are going to use Jed as a text editor in anything remotely
> resembling production work OR if you want to truly use either Ispell or
> Aspell to perform spell-checking as you write, you will need to copy the
> files for Ispell you downloaded over to the Jed/$HOME and install them
> there. 

You can install the files in a subdirectory of your home directory, and
prepend that directory to your slang load path, in fact that is the preferred
way to install it - for one thing, when you upgrade JED you don't want to
overwrite ispell.sl with JED's ispell.sl.

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

I will probably replace the current default with this after I've tested
ispell.sl in UTF-8 mode.  I've installed aspell 0.60.4, unfortunately it
looks like flyspell won't work in utf8-mode, except with ascii characters.
I get a runtime error, it seems JED's keyword highlighting won't work with
wide characters: if I replace

() = define_keywords_n ("C", "asmforintnewtry", 3, 0);

with

() = define_keywords_n ("C", "asmförintnewtry", 3, 0);

I get the error

Keyword list is improperly formed.

strbytelen("ö") gives me 2, so I try

() = define_keywords_n ("C", "asmföintnewtry", 3, 0);

which doesn't give an error, but it doesn't highlight "fö" either.


--------------------------
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]