jed-users mailing list

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

Re: new development version of jed available


On 27.07.05, Dave Kuhlman wrote:
> 
> I downloaded and built slang-2.0.4.
> 
> Then I applied your latest patch file.
> 
> Looks good.
> 
> Except the enhanced version of recent.sl from Jed modes no longer loads.

Which version of Jedmode's recent.sl are you using? There where updates
recently to make the "jedmodes" SLang2-proof which might solve your
problem.

% 3.1    2005-03-34
%        *  made slang-2 proof: A[[0:-2]] --> A[[:-2]] (P. Boekholt)
% 3.2    2005-04-02
%        * code cleanup and reorganisation
%        * recent_load_file is now static (was public)
%        * synchronize recent files file between different running sessions
%
 
> When I try to do:
> 
>     require("recent");
> 
> I see the following error message:
> 
>     mode is undefined
> 
> recent.sl defined a static variable "mode".  Is there something
> different in the way that slang 2.0.4 handles static variables?

This is now

private variable mode = "recent";

and the order of loading requirements and implementing a namespace was
changed.

Please upgrade and try again.


Guenter


-- 
G.Milde web.de

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


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