- Subject: Re: Configuration problem
 
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
 
- Date: Wed, 29 Oct 2008 10:25:44 -0400
 
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]