jed-users mailing list

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

Re: [Jed-users-l] jed path problems


On Fri, Nov 25, 2011 at 10:44 AM, Jens Wilhelm Wulf <jens_w2@xxxxxxx> wrote:
> Seems it begins with the very first line in my ~/.jedrc:
>
>  require("libdir");
>
> which results in:
>
>  Traceback: evalfile
>  /usr/share/slsh/require.sl:60:require:Open failed
>  Traceback: evalfile
>
> After changing this line to
>
>  require("/usr/share/jed/jed-extra/libdir.sl");
>
> this fatal problem disappears. However, some more things do not work.
> I get "Unable to open sl_utils. Check the value of the S-Lang load
> path." and other similar errors.


Hi, I had the same problem with *rst.sl* and solved it (in ~/.jedrc) as:

   % New JEDLIB path
   variable Jed_Home_Library = "/home/vando/jedlib";
   set_jed_library_path (Jed_Home_Library + "," + get_jed_library_path ());

and copied those files on *jedlib* dir.

Best,

-- 
Facundo Andrés Bianco
freenode / identica: vando
http://van.do
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l

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