This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Order of loading at startup


Mikael Djurfeldt writes:

 > Shouldn't .guile be loaded before loading any files with -l on the
 > command line?
 > 
 > The user may set up his environment in .guile and probably want to do
 > the -l in that environment.
 > 
 > Also, I'd like to have one option which inhibits loading of .guile,
 > similar to -q of emacs.  Is that OK?

i second the preference for "-q" addition -- applications that use guile
need to be able to start with known state.

thi