From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rainer M Krug Newsgroups: gmane.emacs.help Subject: Re: Activating tabbar after installation via elpa on emacs 24.2.1 Date: Fri, 28 Sep 2012 10:11:33 +0200 Message-ID: <50655BB5.8010602@gmail.com> References: <874nmjrrvk.fsf@bzg.ath.cx> <5065535F.6070009@gmail.com> <87haqik331.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1348819921 14443 80.91.229.3 (28 Sep 2012 08:12:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Sep 2012 08:12:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 28 10:12:06 2012 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 1THVg6-00040E-GE for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Sep 2012 10:12:06 +0200 Original-Received: from localhost ([::1]:33848 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THVg1-0005Bb-77 for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Sep 2012 04:12:01 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THVfu-0005BT-Tf for help-gnu-emacs@gnu.org; Fri, 28 Sep 2012 04:11:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THVft-00058e-I3 for help-gnu-emacs@gnu.org; Fri, 28 Sep 2012 04:11:54 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:41214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THVft-00057i-Ax for help-gnu-emacs@gnu.org; Fri, 28 Sep 2012 04:11:53 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1THVfw-0003uA-ML for help-gnu-emacs@gnu.org; Fri, 28 Sep 2012 10:11:56 +0200 Original-Received: from arn78-1-88-186-171-7.fbx.proxad.net ([88.186.171.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Sep 2012 10:11:56 +0200 Original-Received: from R.M.Krug by arn78-1-88-186-171-7.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Sep 2012 10:11:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 45 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: arn78-1-88-186-171-7.fbx.proxad.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20120907 Thunderbird/16.0 In-Reply-To: <87haqik331.fsf@bzg.ath.cx> X-Enigmail-Version: 1.5a1pre X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:86983 Archived-At: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 28/09/12 09:40, Bastien wrote: > Hi Rainer, > > Rainer M Krug writes: > >> But what do you mean with package-* options? > > I mean `package-load-list' in particular. > > This defaults to '(all), which loads all packages that you downloaded through M-x list-packages > RET but you may want to load only some. OK - was wondering already if it is loading all packages, which might be delaying the start and using more memory. > >> I only set >> >> (setq package-archives '( ("ELPA" . "http://tromey.com/elpa/") ("gnu" . >> "http://elpa.gnu.org/packages/") ("suco" . "http://joseito.republika.pl/sunrise-commander/") >> ("marmalade" . "http://marmalade-repo.org/packages/")) >> >> and that in my emacs.org (el) file - should I move this into the init.el, or call >> (package-initialize) in my emacs.org (el) file after I set the parameter? > > You should move this before (package-initialize), otherwise Package will not be aware of these > ELPA repos. OK - but could I should be able to put these statements as first commands into my emacs.org - correct? Rainer > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBlW7QACgkQoYgNqgF2egrPMgCfdtFuQUK4unM1Dv9khaq0lysZ aiYAnRYNMEz9FE66j/6XeKRVCCf1z4Oa =lqjb -----END PGP SIGNATURE-----