all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jonas Steverud <d4jonas@dtek.chalmers.se>
Subject: Re: *.el files
Date: Mon, 09 Sep 2002 13:37:33 +0200	[thread overview]
Message-ID: <wtn7khv4cn6.fsf@licia.dtek.chalmers.se> (raw)
In-Reply-To: mailman.1031561802.29468.help-gnu-emacs@gnu.org

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  )

  parent reply	other threads:[~2002-09-09 11:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1031561802.29468.help-gnu-emacs@gnu.org>
2002-09-09 11:26 ` *.el files Kai Großjohann
2002-09-09 13:48   ` Raimund.Kohl
2002-09-09 16:28     ` Marco Baringer
2002-09-09 11:37 ` Jonas Steverud [this message]
2002-09-09 17:49 ` kgold
2002-09-09  8:51 Raimund.Kohl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wtn7khv4cn6.fsf@licia.dtek.chalmers.se \
    --to=d4jonas@dtek.chalmers.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.