From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: .emacs not loading libraries Date: Sat, 17 Oct 2015 15:56:58 -0700 Message-ID: References: <86zizhirdx.fsf@gaheris.avalon.lan> <86r3ktiao1.fsf@gaheris.avalon.lan> <86io65i0x8.fsf@gaheris.avalon.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1445122661 21035 80.91.229.3 (17 Oct 2015 22:57:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Oct 2015 22:57:41 +0000 (UTC) Cc: Mart van de Wege To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 18 00:57:34 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZnaPu-0002j2-3D for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Oct 2015 00:57:34 +0200 Original-Received: from localhost ([::1]:60024 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnaPt-0003TF-71 for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Oct 2015 18:57:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnaPf-0003Sz-Qz for help-gnu-emacs@gnu.org; Sat, 17 Oct 2015 18:57:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnaPe-0003p1-TG for help-gnu-emacs@gnu.org; Sat, 17 Oct 2015 18:57:19 -0400 Original-Received: from mail-yk0-x235.google.com ([2607:f8b0:4002:c07::235]:36481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnaPe-0003ow-Py for help-gnu-emacs@gnu.org; Sat, 17 Oct 2015 18:57:18 -0400 Original-Received: by ykdz2 with SMTP id z2so29340850ykd.3 for ; Sat, 17 Oct 2015 15:57:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=FMOih1Y3/lZMjh1MeQYXd5BxqEdswEYBJZcZFizrGHI=; b=CdK4lfmEXdLszHb1hQ8poABpRCaIz7S7kHpZ1EQ7l14PEadvVbqfvFDb3/oFqbQukx zi9X5A+PqaTEThoqiczru8ARciL/LF0TK5dHgZHE4tuj+L0wdG5gJl7G5DTblqhS1cg5 PTRS3SaLgl4PN9y/g1yMD7jZTaPO0J+oT47T4qgEQDc1QIUH9R5S3RP+MRfAJh3JHhy5 Vi6eslA7gjFZqwVNgijnHncyPzKC9uq7pH7T4ulwsC9WPd6s/O0zO9cPgrSzDN5pKEyc xCmfY09RfCRO8Qs1jaswIuswFlvguSk+0Aa1rwNbPdo+QNh2pft3WJBuQ3ywvkiLZX9G KTdA== X-Received: by 10.13.199.71 with SMTP id j68mr14641998ywd.60.1445122638131; Sat, 17 Oct 2015 15:57:18 -0700 (PDT) Original-Received: by 10.37.214.143 with HTTP; Sat, 17 Oct 2015 15:56:58 -0700 (PDT) In-Reply-To: <86io65i0x8.fsf@gaheris.avalon.lan> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::235 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107729 Archived-At: Mart van de Wege wrote: > Yep. I was unclear, when I mention .emacs.d/elpa I meant relative to my > home dir; it has the tilde in it in the function calls adding it to my > load-path. You don't need to add "~/.emacs.d/elpa/" to your `load-path'. If you inspect the value of `load-path' (e.g. `C-h v load-path RET') you'll see that it already contains entries for the packages you've installed via ELPA - this is part of what package.el does for you. -- john