jed-users mailing list

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

Re: Presentation of JoergsLatexMode


Hello Romano,

Romano Giannetti <romanol@xxxxxxx> wrote:
>
> On Thu, 2006-07-06 at 11:52 +0000, Jörg Sommer wrote:
>
>> 
>> -autoload("enable_stack_check", "stkcheck");
>>  try
>>  {
>> +    require("stkcheck");
>>      enable_stack_check();
>>  }
>>  catch OpenError: {} % stkcheck not found in the path
>> 
>
> Tried it (changed in latex.sl and latex_external.sl), I have the same
> error. It say "enable_stack_check not defined". In *traceback* I have:
>
> /home/romano/lib/jed/latex.sl:60:<top-level>:Undefined Name
>
> It seems that the try() block do not work here. I have a jed 0.99-18
> compiled by me, and the standard slang library form ubuntu Dapper. 

I think I found the reason. Can you try this:

autoload("Global->enable_stack_check", "stkcheck");
try
{
    enable_stack_check();
}
catch OpenError: {} % stkcheck not found in the path

Regards, Jörg.
-- 
Life can only be understood backwards, but it must be lived forwards.
                                             (Soren Kierkegaard)

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