emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Local ELPA


From: Stefan Monnier
Subject: Re: Local ELPA
Date: Mon, 23 Dec 2013 11:05:02 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> The default make target is all-in-place, which does not produce the
> required index files.

What index files?

> I found that this works for me:
> cd /Projects/elpa
> make archive-tmp process-archive

> Together with:

> (setq package-archives (list (cons "test" "/Projects/elpa/archive/packages")))

You misunderstand: you shouldn't try to setup a local *archive*.  You want
to setup a local package *installation*.

So you want to add the directory to package-directory-list (and use
"make", tho you'll also additionally want to use "make externals").


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]