all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sivaram Neelakantan <nsivaram.net@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: load-path weirdness for package installs
Date: Tue, 27 Jan 2015 23:01:17 +0530	[thread overview]
Message-ID: <87y4oojfkq.fsf@gmail.com> (raw)

I've started to use the Emacs package manager for all my package
installs that go into .Emacs.d.  However every once in a while, a
package fails to load and I have to explicitly hardcode the path to
the elpa directory.

I have no idea why it happens.  Case in point

(push "c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/mic-paren-3.8" load-path)
(require 'mic-paren) ; loading
(paren-activate)     ; activating

C-h v load-path shows that the path is already there (elided the list
a bit)

("c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/all-1.0/" "c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/auctex-11.88.1/"... "c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/mic-paren-3.8/" ... "c:/gnu/elisp/org-mode/lisp/" "c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/mic-paren-3.8" ...)

This is on a win 7 Emacs build.  And the issue also appears on debian
wheezy backport of emacs24.4

sivaram
 -- 




             reply	other threads:[~2015-01-27 17:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-27 17:31 Sivaram Neelakantan [this message]
2015-01-27 18:08 ` load-path weirdness for package installs Eli Zaretskii
2015-01-28  4:07   ` Sivaram Neelakantan
2015-01-28 19:24     ` Eli Zaretskii

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=87y4oojfkq.fsf@gmail.com \
    --to=nsivaram.net@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.