jed-users mailing list

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

Re: [jed-users] slang error


On Thu, 4 Apr 2002 01:56:58 +0200 wrote Michael Johnson <pomj@xxxxxxxxxxx>:

> When I start Jed standalone I do not get any errors but when starting from
> within mutt I get the following errormessage:
> 
> S-Lang Error: Type mismatch: Unable to typecast integer_type to string_type
> 
> How come I don't get it when I start jed standalone?

Jed loads many *.sl files (modes/modules) only on demand. Seems like an
error in a mode file that gets loaded in case you start from mutt. 

What happens, if you start as standalone and then load the file you
wanted to see from mutt? What mode is shown on the buffer-info line?

You could also try to set 

%%% debug information
_debug_info = 1;
_traceback=1;

in your .jedrc and when the error occured have a look at the buffer
*traceback* and see if you can gain wisdom from there.

Once you found out the foulty file, you can load it to jed and do M-x
evalbuffer: the cursor will stay at the line where jed detected the error.

Guenter


PS: I send you a cc, as I am not sure whether you are on the new jed list.

--
G.Milde@xxxxxxxxxxxxxxxxxxxx


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