Received: by 10.66.81.202 with SMTP id c10mr1173537pay.40.1348755473626; Thu, 27 Sep 2012 07:17:53 -0700 (PDT) Path: a8ni23586383pbd.1!nntp.google.com!news.glorb.com!usenet.stanford.edu!not-for-mail From: Rainer M Krug Newsgroups: gnu.emacs.help Subject: Activating tabbar after installation via elpa on emacs 24.2.1 Date: Thu, 27 Sep 2012 16:17:25 +0200 Lines: 56 Approved: help-gnu-em...@gnu.org Message-ID: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 X-Trace: usenet.stanford.edu 1348755473 5752 208.118.235.17 (27 Sep 2012 14:17:53 GMT) X-Complaints-To: action@cs.stanford.edu To: help-gnu-em...@gnu.org Envelope-to: help-gnu-em...@gnu.org X-Injected-Via-Gmane: http://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-em...@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: , Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----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-----