all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Re: Emacs load-path after update
Date: Sun, 13 Apr 2003 10:02:34 +0200	[thread overview]
Message-ID: <84wuhyrfj9.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: 87ptnr483x.fsf@online.no

Ole Andre Birkedal <oandre-b@online.no> writes:

> kai.grossjohann@gmx.net (Kai Großjohann) writes:
>
>> It's difficult to say what has happened from this description.  Can
>> you given an example of a "program" that you took from the old
>> load-path and put it into the new site-lisp directory?
>
> Yes, there was very little detail about that, let me try to fill
> in on that, sorry.
> I am running gnus with mailcrypt just fine in the cvs compiled version
> of Emacs, probably because it came with it. When I installed it, it
> put gnus and mailcrypt in /usr/local/share/emacs/21.3.50/lisp, as you said.
> The program I am trying to move is ERC, the IRC client for Emacs.
> I have tried moving it into /usr/local/share/emacs/21.3.50/lisp, as well
> as /usr/local/share/emacs/site-lisp/ with no luck.

You should put the *.el and *.elc files into the site-lisp directory.
Do C-h v load-path RET and look if the directory
/usr/local/share/emacs/site-lisp is mentioned there.  (In the
following, I'll assume that it is.  If it isn't, there should be
another site-lisp directory mentioned there -- use that instead.)

ERC should come with installation instructions to say what you need
to put in your init file.  If you want to install things for the
whole site, then frob
/usr/local/share/emacs/site-lisp/site-start.el.  (Create the file if
it doesn't exist.)  If you want to install it for yourself only, edit
~/.emacs.

It is not enough to put *.el files in directories, you also have to
configure Emacs to actually use them.  Usually, one would use
(require 'mumblefoo) for this or perhaps autoload statements.
-- 
file-error; Data: (Opening input file no such file or directory ~/.signature)

  reply	other threads:[~2003-04-13  8:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-12 15:13 Emacs load-path after update Ole Andre Birkedal
2003-04-12 15:27 ` Kai Großjohann
2003-04-12 23:19   ` Ole Andre Birkedal
2003-04-13  8:02     ` Kai Großjohann [this message]
2003-04-13  8:34       ` Ole Andre Birkedal

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=84wuhyrfj9.fsf@lucy.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@gmx.net \
    /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.