home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / lisp / 2863 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.1 KB

  1. Path: sparky!uunet!know!mips2!news.bbn.com!noc.near.net!nic.umass.edu!news.mtholyoke.edu!news.byu.edu!hamblin.math.byu.edu!sol.ctr.columbia.edu!destroyer!gumby!yale!yale.edu!ira.uka.de!math.fu-berlin.de!unidui!Germany.EU.net!mcsun!sunic!dkuug!daimi!aau!psykseth
  2. From: psykseth@aau.dk (Seth Chaiklin)
  3. Newsgroups: comp.lang.lisp
  4. Subject: packages (novice question)
  5. Summary: Can one load a non-default package on startup?
  6. Keywords: init, package, loading
  7. Message-ID: <1992Nov12.224056.6064@aau.dk>
  8. Date: 12 Nov 92 22:40:56 GMT
  9. Organization: Aarhus University, Denmark
  10. Lines: 16
  11.  
  12. Using CMU CL 16e.
  13.  
  14. Is it possible to write an init file (or use a command-line option)
  15. that will execute an (in-package 'package) when lisp is started.
  16. I have read friendly manuals, and experimented, but come up blank.
  17. (I will not object if the answer comes in a slightly didactic or
  18. tutorial form. (-: )
  19.  
  20. [What I'm trying to do....I'm using the OPS package.  I can load
  21. a compiled version of the OPS package on startup, but I would think
  22. there would be a way to give a (in-package :ops) as part of an
  23. init file.]
  24.  
  25. Cheers,
  26.   Seth Chaiklin
  27.   psykseth@aau.dk
  28.