jed-users mailing list

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

Re: [Jed-users-l] Aspell blues...


On 30.05.11, Dave Laird wrote:

> Has anyone gotten the latest stable version of Jed to work using
> Aspell? 

I use aspell successfully since years, now with 
Jed Version: 0.99.19
S-Lang Version: 2.2.2
and the ispell mode from Paul Boekholt
http://jedmodes.sourceforge.net/mode/ispell/
(installed via the Debian jed-extra package).

My configuration (in ~/.jed/jed.rc) is:

autoload("ispell_region", "ispell");

setkey("ispell_region",                      Key_F7);

% ispell.sl
variable Ispell_Program_Name = "aspell";
% your default dictionary. "default" means use system default
variable Ispell_Dictionary = "british";
% use ize variant of british dictionary:
autoload("aspell_add_dictionary", "ispell_init");
define ispell_init_hook()
{
   aspell_add_dictionary("british", "en_GB-ize", "", "'", "");
}


Günter
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


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