jed-users mailing list

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

Re: Another distro fix request, ispell/aspell/hunspell/...


2009/2/17, G. Milde <milde@xxxxxxxxxxxxxxxxxxxxx>:

> @Paul: how about using this OS-independent search also in ispell_init.sl?

It already has a check for ispell and aspell:
!if (is_defined("Ispell_Program_Name"))
{
   variable Ispell_Program_Name;
   if (orelse {1 == file_status("/usr/bin/aspell")}
       {1 == file_status("/usr/local/bin/aspell")})
     Ispell_Program_Name = "aspell";
   else
     Ispell_Program_Name = "ispell";
}

I've never tried Hunspell. If it works with the Debian
dictionaries-common package, I'll see if I can add support for it.

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


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