- Subject: Re: Roadmap for 0.99-17
 
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
 
- Date: Thu, 15 Sep 2005 01:04:14 -0400
 
G. Milde <g.milde@xxxxxx> wrote:
>   Disabling the evaluation of jed.conf seemed to be the cleanest
>   solution (especially, as there is already the -n option to disable the
>   personal configuration file).
If jed is run via 
   jed optional-args... -l preparse
and you do not want jed.conf to be loaded, putting 
   #ifeval is_substr(strjoin (__argv, " "), " -l preparse")
   #stop
   #endif
   % rest of jed.conf
     .
     .
should do the trick.
[...]
>BTW: May I remind you to look into the Default_Jedrc_Startup_File problem
>(is loading JED_ROOT/lib/jed.rc when there is no ~/.jedrc really needed)?
It would be unnecessary load it as long as its contents reflect
default settings.  I will look into it after the 0.99-18 release.
For now, in your jed.conf, you can put:
   Default_Jedrc_Startup_File = NULL;
   % Do not load the rest of the file if preparsing
   #ifeval is_substr(strjoin (__argv, " "), " -l preparse")
   #stop
   #endif
   % rest of jed.conf
Thanks,
--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>.
  [2005 date index]
  [2005 thread index]
  
  [Thread Prev] [Thread Next]
      
  [Date Prev] [Date Next]