From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jonas Steverud Newsgroups: gmane.emacs.help Subject: Re: *.el files Date: Mon, 09 Sep 2002 13:37:33 +0200 Organization: Church of Emacs, Missionary Dep. Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031571975 30132 127.0.0.1 (9 Sep 2002 11:46:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Sep 2002 11:46:15 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17oMzd-0007pl-00 for ; Mon, 09 Sep 2002 13:46:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oMzg-0003Im-00; Mon, 09 Sep 2002 07:46:16 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.algonet.se!algonet!newsfeed1.bredband.com!bredband!uio.no!uninett.no!news.net.uni-c.dk!newsfeed.sunet.se!news01.sunet.se!news.chalmers.se!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: licia.dtek.chalmers.se Original-X-Trace: nyheter.chalmers.se 1031571454 3035 129.16.30.88 (9 Sep 2002 11:37:34 GMT) Original-X-Complaints-To: abuse@chalmers.se Original-NNTP-Posting-Date: 9 Sep 2002 11:37:34 GMT Mail-Copies-To: never User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (sparc-sun-solaris2.8) Cancel-Lock: sha1:Gd4NaUNzH7zallaIZ3Ih44vRRNk= Original-Xref: nntp.stanford.edu gnu.emacs.help:104616 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1173 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1173 Raimund.Kohl@freenet.de writes: > I've downloaded wiki.el and planner.el -- now: where do I move the files > to so that emacs can find them. You have to put them in a directory that is listed in the variable load-path. Or put them in a directory and add the directory to the variable. My suggestion: Create a directory ELisp, where you place all such files, in your home directory and then add (add-to-list 'load-path (expand-file-name "~/ELisp/")) to your .emacs. If you create subdirectories to ELisp you have to add them too, i.e. (add-to-list 'load-path (expand-file-name "~/ELisp/")) (add-to-list 'load-path (expand-file-name "~/ELisp/SubDir1")) (add-to-list 'load-path (expand-file-name "~/ELisp/SubDir2")) -- ( www.dtek.chalmers.se/~d4jonas/ ! Wei Wu Wei ) ( Meaning of U2 Lyrics, Roleplaying ! To Do Without Do )