home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / emacs / help / 4097 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.3 KB  |  37 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!haven.umd.edu!news.umbc.edu!venus.cs.umbc.edu!steibel
  3. From: steibel@venus.cs.umbc.edu (David M. Steibel)
  4. Subject: Re: Can I have more than one initialization file?
  5. Message-ID: <1992Sep12.021955.15433@umbc3.umbc.edu>
  6. Keywords: .emacs, bindings
  7. Sender: newspost@umbc3.umbc.edu (News posting account)
  8. Organization: University of Maryland Baltimore Campus
  9. References: <1992Sep12.000403.3747@fcom.cc.utah.edu>
  10. Date: Sat, 12 Sep 1992 02:19:55 GMT
  11. Lines: 24
  12.  
  13. mjk@greisen.physics.utah.edu (Matthew J. Kidd) writes:
  14.  
  15. > I use emacs on two different terminals. In each case I have customized
  16. > the key bindings to correspond with some of the special keys in obvious
  17. > ways.  I would like to create a couple of aliases that invoke emacs 
  18. > with different initialization files. 
  19.  
  20. The following command line switches should be of interest to you
  21.  
  22.   -q              Do not load your emacs init file ~/.emacs
  23.   -no-init-file   same as -q
  24.  
  25.   -l filename     loads 'filename' of lisp code with the functio load
  26.   -load filename  same as -l
  27.  
  28. I think that answers your problem.
  29. --
  30. David M. Steibel;  Author of the Demacs FAQ;  Internet: steibel@cs.umbc.edu
  31.  
  32. The greatness of a nation and its moral progress can be measured by the way 
  33. in which its animals are treated. - Mahatma Gandhi.
  34.  
  35.  
  36.  
  37.