jed-users mailing list

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

Re: Configuration problem


Michele Dondi <blazar@xxxxxxxxxxxxxxxxxx> wrote:
[...]
> loading /home/blazar/.jedrc
> loading /usr/share/slsh/local-packages/~/.jed/home-lib.sl
> Unable to load /usr/share/slsh/local-packages/~/.jed/home-lib.sl

What file is loading ~/.jed/home-lib.sl?  You will need to modify it
to use

  ()= evalfile (expand_filename ("~/.jed/home-lib.sl"));

Or, for more robustness, use:

  $1 = expand_filename ("~/.jed/home-lib.sl");
  if (NULL != stat_file ($1))
    () = evalfile($1);

--John


--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


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