jed-users mailing list

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

Problems with evalfile (wjed)


Hi.

w32 jed/wjed fails to start up when it is trying to load defaults.sl.
It tries to load defaults.sl even if it does not exist on jedlib
path.

   S:\localcvs\jedgui\jed-B0.99-17.200\lib\site.sl:3269:<top-level>:Open failed

site.sl:3268 ----------------
  if (strlen(expand_jedlib_file("defaults.sl")))
    () = evalfile("defaults");
-----------------------------

If I comment the above, then it fails if there is no jed.rc in my
JED_HOME directory:

  S:\localcvs\jedgui\jed-B0.99-17.200\lib\site.sl:3075:command_line_hook:Open failed

site.sl:3075 ----------------
	() = evalfile (init_file);
-----------------------------

If I supply the jed.rc file that works on previous versions of jed, I get:

  S:\localcvs\jedgui\jed-B0.99-17.200\lib\site.sl:2161:set_color_scheme:Open failed
    Local variables for set_color_scheme:
          String_Type scheme = "mmwhite1"
          String_Type file = "S:\localcvs\jedgui\jed-B0.99-17.200\lib\colors\mmwhite1.sl"

The file mmwhite1.sl is in %JED_HOME%\colors\mmwhite1.sl.

I applied Dino's recent patch, but it didn't help.

Marko

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


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