jed-users mailing list

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

Re: UTF-8...


Good morning, Guenter...

On Wednesday 12 April 2006 12:12 am, G. Milde wrote:
 
> Unfortunately, I do not understand this. Could you produce a unified diff
> with the shell command
>    diff -u <old-ispell-init.sl> <your-ispell-init.sl>
>
Here it is. Sorry I was so remiss in getting this done, but I've been out
of town...

--- ispell_init.sl      2006-01-03 14:10:35.000000000 -0800
+++ /usr/share/jed/lib/ispell_init.sl   2006-01-07 12:38:41.000000000 -0800
@@ -2,18 +2,18 @@
 %
  % Author:      Paul Boekholt
   %
   -% $Id: ispell_init.sl,v 1.9 2005/06/16 08:48:37 paul Exp paul $
   +% $Id: ispell_init.sl,v 1.7 2004/03/25 16:30:23 paul Exp paul $
    %
	 % Copyright (c) 2003 Paul Boekholt.
	  % Released under the terms of the GNU GPL (version 2 or later).
	   %
	    % This defines global variables and functions for the ispell package.
		 % You may evaluate this on starting JED.
		 +autoload("push_defaults", "sl_utils.sl");
		 +autoload("menu_radio", "menutils");
		  % Version numbering for this package follows the RCS numbering of
		   % ispell.sl
		   -provide ("ispell_init");
		   -
		   -variable ispell_version = "ispell.sl 1.18";
		   +variable ispell_version = "ispell.sl 1.17";
		   
		    %{{{ autoloads
			
			@@ -37,7 +37,7 @@
			 %{{{ custom variables
			 
			  % Your spell program.  This could be ispell or aspell.
			  -custom_variable("Ispell_Program_Name", "ispell");
			  +custom_variable("Ispell_Program_Name", "aspell");
			   % your default dictionary. "default" means use system default
			    custom_variable("Ispell_Dictionary", "default");
				
				@@ -46,9 +46,11 @@
				
				
				 public variable Ispell_Hash_Name = Assoc_Type
[String_Type, "default"];
-public variable Ispell_Letters = Assoc_Type
-  [String_Type,
-   "a-zA-Z���������������������������������"];
+%#public variable Ispell_Letters = Assoc_Type
+%
+%#  [String_Type,
+%#   "a-zA-Z���������������������������������"];
+public variable Ispell_Letters = Assoc_Type[String_Type, "a-zA-Z"];
 public variable Ispell_OtherChars = Assoc_Type [String_Type, "'"];
  public variable Ispell_Extchar = Assoc_Type [String_Type, ""];
   public variable Ispell_Options = Assoc_Type [String_Type, ""];
   @@ -120,3 +122,4 @@
   
    %}}}
	
	+provide ("ispell_init");
	

> > This is, of course, the latest version of Jed and the latest version of
> > Slang. 
> 
> As we might be looking back at this mail later (it is archived), giving
> the version in numbers might be better.
> 
> What version of ispell are you using?

@(#) International Ispell Version 3.1.20 (but really Aspell 0.50.5)

Dave
-- 
Dave Laird (Dave@xxxxxxxxxx)
The Used Kharma Lot / The Phoenix Project 
                                           
An automatic & random fortune For the Minute from Unix fortunes:    
You will not censor me through bug terrorism.
	-- James Troup



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