Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!sun!pitstop!sundc!seismo!uunet!mcvax!ukc!warwick!expya!cs.exeter.ac.uk From: admin@cs.exeter.ac.uk (System Administrator) Newsgroups: comp.emacs Subject: a question on load-path Message-ID: <14115.8903061754@expya.cs.exeter.ac.uk> Date: 6 Mar 89 17:54:48 GMT Sender: admin@cs.exeter.ac.uk Lines: 16 X-Mailer: mail-news 2.0.3 Is it possible to have more than 1 directory in the emacs load-path? I know that I can use the environment variable EMACSLOADPATH and also put a lisp code in my .emacs file. I would like to know if I can make the default load-path to have more than 1 directory. I have tried putting (setq load-path (cons "/u2/misc/admin/elib" load-path)) in the site-init.el, but this does not get passed on when temacs is dumped into xemacs. I am using gnu emacs 18.51 Please email replies.