From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: load-path weirdness for package installs Date: Wed, 28 Jan 2015 21:24:47 +0200 Message-ID: <837fw6oghs.fsf@gnu.org> References: <87y4oojfkq.fsf@gmail.com> <83fvawp041.fsf@gnu.org> <87twzbk0ot.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1422473120 1607 80.91.229.3 (28 Jan 2015 19:25:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2015 19:25:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 28 20:25:20 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 1YGYEo-0001yk-2h for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jan 2015 20:25:18 +0100 Original-Received: from localhost ([::1]:55570 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGYEn-0002yE-Cc for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Jan 2015 14:25:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGYEX-0002vR-Vx for help-gnu-emacs@gnu.org; Wed, 28 Jan 2015 14:25:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGYET-0001Tm-Vq for help-gnu-emacs@gnu.org; Wed, 28 Jan 2015 14:25:01 -0500 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:49705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGYET-0001TS-OX for help-gnu-emacs@gnu.org; Wed, 28 Jan 2015 14:24:57 -0500 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NIW00600IOWO200@mtaout29.012.net.il> for help-gnu-emacs@gnu.org; Wed, 28 Jan 2015 21:21:22 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIW0029KJ3MNT50@mtaout29.012.net.il> for help-gnu-emacs@gnu.org; Wed, 28 Jan 2015 21:21:22 +0200 (IST) In-reply-to: <87twzbk0ot.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 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:102343 Archived-At: > From: Sivaram Neelakantan > Date: Wed, 28 Jan 2015 09:37:30 +0530 > > Warning (initialization): An error occurred while loading `c:/Users/ADMIN/AppData/Roaming/.emacs': > > File error: Cannot open load file, no such file or directory, mic-paren > > mic-paren is available as can be seen from the load paths(elided) > > ("c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/all-1.0/" > ... > "c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/mic-paren-3.8/" > "c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/nlinum-1.5/" > "c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/pkg-info-0.5/" > "c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/epl-0.7/" > "c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/popup-0.5.2/" > "c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/rect+-1.0.7/" > "c:/Users/ADMIN/AppData/Roaming/.emacs.d/elpa/smartparens-1.6.3/" > ... > "c:/gnu/emacs-24.4/share/emacs/24.4/lisp/calc" > "c:/gnu/emacs-24.4/share/emacs/24.4/lisp/obsolete") > > With the above, I don't know why it doesn't load. the files in the > directory are > > mic-paren-autoloads.el > mic-paren-pkg.el > mic-paren-pkg.elc > mic-paren.el > mic-paren.elc Please show the code in your .emacs that tries to load mic-paren. Also, what does the below produce? M-x locate-library RET mic-parent RET