jed-users mailing list

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

Re: [bug] slang error using xjed


On Sat, Apr 20, 2002 at 12:21:53AM +0200, Charl P. Botha wrote:

> I'm also getting the type mismatch error, but only if I use your .jedrc.
> You're going to have to remove blocks of code from your .jedrc until the
> error goes away, and in this way find the offending piece of code.  Once you
> have this, it'll be easier to diagnose the potential error.

I've done as you suggested, and I found the offending lines:

   $1 = "vt102 vt200 vt220 vt300 vt320 vt420 xterms";
   if (is_substr($1, getenv("TERM"))) set_term_vtxxx(0);
   
It's quite clear the problem is the getenv. Note also that in most recent
$JED_ROOT/jed.rc this lines are commented out with a "if (0)".

I'm sorry to make you waste a bit of time, but till now I was watching in
the site.sl, because of traceback indicated the problem in site (of course
.jedrc was readen by site.sl).

Requested feature of the day: line number in the slang errors. :)
      
Thank you.

-- 
Saluti / Regards

Diego Roversi | 
              | diegor at tiscalinet.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>.


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