help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Activating tabbar after installation via elpa on emacs 24.2.1


From: Rainer M Krug
Subject: Activating tabbar after installation via elpa on emacs 24.2.1
Date: Thu, 27 Sep 2012 16:17:25 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20120907 Thunderbird/16.0

-----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-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]