jed-users mailing list

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

slang load path


Hi,

autoload() searches the file in the slang load path. This is "." by
default. Jed should add its lib path in a startup file to it. I've added

$1=get_jed_library_path();
()=strreplace($1, ",", char(path_get_delimiter()), strlen($1));
set_slang_load_path( () );

to my jed.rc, but I think it would be better placed in site.sl or
somewhere else.

Comments!

Jörg.

-- 
Richard is only to blame for his inability to spell /dev/disk correctly.
Albert Cahalan, <1072236794.1743.244.camel@cube>, lkml

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