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 09:35:59 +0200 Message-ID: <5065535F.6070009@gmail.com> References: <874nmjrrvk.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 1348817779 29892 80.91.229.3 (28 Sep 2012 07:36:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Sep 2012 07:36:19 +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 09:36:24 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 1THV7Y-0003hE-GS for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Sep 2012 09:36:24 +0200 Original-Received: from localhost ([::1]:44792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THV7T-0001Za-BP for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Sep 2012 03:36:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THV7N-0001ZU-PO for help-gnu-emacs@gnu.org; Fri, 28 Sep 2012 03:36:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THV7K-0000xL-1A for help-gnu-emacs@gnu.org; Fri, 28 Sep 2012 03:36:13 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:52660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THV7J-0000xB-QP for help-gnu-emacs@gnu.org; Fri, 28 Sep 2012 03:36:09 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1THV7N-0003bP-Ej for help-gnu-emacs@gnu.org; Fri, 28 Sep 2012 09:36:13 +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 09:36:13 +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 09:36:13 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 53 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: <874nmjrrvk.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:86977 Archived-At: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 28/09/12 01:02, Bastien wrote: > Hi Rainer, > > Rainer M Krug writes: > >> (eval-after-load "tabbar" '(tabbar-mode) ) > > I think it should be > > (eval-after-load "tabbar" (tabbar-mode)) > > (no quote) Thanks - elisp is still a real challenge for me - I should spend some time on it. > > Btw, ELPA packages are initialized *after* Emacs loads your init file. So it may often be a > good idea to add (package-initialize) very early in your init file, after you set the package-* > options correctly. You are perfectly right here - this is the cause of the problem. I put (package-initialize) in my init.el and it worked (after the other changes). But what do you mean with package-* options? 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? Thanks, Rainer > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBlU18ACgkQoYgNqgF2egptHgCfc7K66Y8EPXf9nvP1LPeqPpVG AqkAnj1QJObLObRQyrHm0D5M3aVnqaeT =Wdhu -----END PGP SIGNATURE-----