From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Seweryn Kokot Newsgroups: gmane.emacs.devel Subject: Re: how to shadow a library from elpa Date: Tue, 11 Sep 2012 07:41:36 +0000 (UTC) Message-ID: References: <87sjapsczk.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1347349320 10330 80.91.229.3 (11 Sep 2012 07:42:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Sep 2012 07:42:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 11 09:42:03 2012 Return-path: Envelope-to: ged-emacs-devel@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 1TBL6g-0006gM-Sr for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2012 09:42:03 +0200 Original-Received: from localhost ([::1]:50495 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBL6d-00040g-Cg for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2012 03:41:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBL6V-00040O-UV for emacs-devel@gnu.org; Tue, 11 Sep 2012 03:41:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBL6U-00045E-1x for emacs-devel@gnu.org; Tue, 11 Sep 2012 03:41:50 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:58888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBL6T-000459-RQ for emacs-devel@gnu.org; Tue, 11 Sep 2012 03:41:49 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TBL6S-0006Wq-7e for emacs-devel@gnu.org; Tue, 11 Sep 2012 09:41:48 +0200 Original-Received: from nat-katowicka.po.opole.pl ([217.173.199.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Sep 2012 09:41:48 +0200 Original-Received: from sewkokot by nat-katowicka.po.opole.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Sep 2012 09:41:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 217.173.199.130 (Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153234 Archived-At: Jambunathan K gmail.com> writes: > There is an option to disable packages with > > M-x customize-variable RET package-load-list RET > Thanks, unfortunately it didn't helped in my case. I tried (setq package-load-list '((popup nil) all)) but another package (auto-complete) requires popup-0.5 package from the elpa repository, so auto-complete is not loaded either. I solved the problem using after-init-hook and forced to reload popup.el library and left package-load-list as it is by default. It's not elegant but at least it works. P.S. I meant to send this message to gmane.emacs.help, sorry.