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: Activating tabbar after installation via elpa on emacs 24.2.1 Date: Thu, 27 Sep 2012 16:17:25 +0200 Message-ID: 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 1348755477 24051 80.91.229.3 (27 Sep 2012 14:17:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2012 14:17:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 27 16:18:03 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 1THEue-0005OG-OY for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Sep 2012 16:18:00 +0200 Original-Received: from localhost ([::1]:41625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THEuZ-00062V-KH for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Sep 2012 10:17:55 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THEuL-00060k-Mz for help-gnu-emacs@gnu.org; Thu, 27 Sep 2012 10:17:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THEuK-0004wF-GX for help-gnu-emacs@gnu.org; Thu, 27 Sep 2012 10:17:41 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:47507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THEuK-0004w9-9p for help-gnu-emacs@gnu.org; Thu, 27 Sep 2012 10:17:40 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1THEuN-0005Fr-8J for help-gnu-emacs@gnu.org; Thu, 27 Sep 2012 16:17:43 +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 ; Thu, 27 Sep 2012 16:17:43 +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 ; Thu, 27 Sep 2012 16:17:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 54 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 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:86950 Archived-At: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I just decided to install some standard packages via elpa, and I am running into problems with two packages: tabbar and color-theme I would like to acivate them in .emacs.d/emacs.el and start the tabbar-mode and set color-theme-hober I tried (eval-after-load "tabbar" '(tabbar-mode) ) but this activates the tabbar mode, but does not show them. I have to disable it and enable it again and then can I see the tabbar. (tabbar-mode) tells me Debugger entered--Lisp error: (void-function tabbar-mode) I get a similar error for (eval-after-load "color-theme" 'progn( (color-theme-initialize) (color-theme-hober) ) ) Debugger entered--Lisp error: (invalid-function (color-theme-initialize)) ((color-theme-initialize) (color-theme-hober)) even though I can execute ALT-x color-theme-initialize I guess I am missing something basic... Any ideas? Thanks, Rainer -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBkX/UACgkQoYgNqgF2egrt9QCeNoWW6n9/zMFYSaLnmHZfrPst zNoAn32wOpWniIEkBaxNPIlF5wBWMy34 =Ere3 -----END PGP SIGNATURE-----