jed-users mailing list

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

Re: [Jed-users-l] .jedrc again


Howdy John,
    Thanks for your help.
Per your suggestions I put this in .jedrc and all functions 
and assignments are working.

variable Jed_Home_Library = "/home/mike/.jed";
set_jed_library_path (Jed_Home_Library + "," + get_jed_library_path ());

#if (BATCH == 0)
    () = evalfile ("myfuncs");
#endif
if (BATCH == 0)
{   () = evalfile ("mykeys");
}
 
    But as I mentioned before I have 11 set_color() statements that were 
executed but are now not executed.  They look like this:
set_color("normal",                 "lightgray",    "blue");  %   Default fg/bg

    Any suggestions? I removed the 'if(BATCH) from around the evalfile ("my...")
and ran 'jed --batch' but saw no errors and the last assignment in mykeys.sl
is working. I'm stumped.

Thanks,
Mike
-- 
Satisfied user of Linux since 1997.
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


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