home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.help
- Path: sparky!uunet!haven.umd.edu!news.umbc.edu!venus.cs.umbc.edu!steibel
- From: steibel@venus.cs.umbc.edu (David M. Steibel)
- Subject: Re: Can I have more than one initialization file?
- Message-ID: <1992Sep12.021955.15433@umbc3.umbc.edu>
- Keywords: .emacs, bindings
- Sender: newspost@umbc3.umbc.edu (News posting account)
- Organization: University of Maryland Baltimore Campus
- References: <1992Sep12.000403.3747@fcom.cc.utah.edu>
- Date: Sat, 12 Sep 1992 02:19:55 GMT
- Lines: 24
-
- mjk@greisen.physics.utah.edu (Matthew J. Kidd) writes:
-
- > I use emacs on two different terminals. In each case I have customized
- > the key bindings to correspond with some of the special keys in obvious
- > ways. I would like to create a couple of aliases that invoke emacs
- > with different initialization files.
-
- The following command line switches should be of interest to you
-
- -q Do not load your emacs init file ~/.emacs
- -no-init-file same as -q
-
- -l filename loads 'filename' of lisp code with the functio load
- -load filename same as -l
-
- I think that answers your problem.
- --
- David M. Steibel; Author of the Demacs FAQ; Internet: steibel@cs.umbc.edu
-
- The greatness of a nation and its moral progress can be measured by the way
- in which its animals are treated. - Mahatma Gandhi.
-
-
-
-