all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Activating tabbar after installation via elpa on emacs 24.2.1
@ 2012-09-27 14:17 Rainer M Krug
  2012-09-27 23:02 ` Bastien
       [not found] ` <mailman.9877.1348786974.855.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 12+ messages in thread
From: Rainer M Krug @ 2012-09-27 14:17 UTC (permalink / raw)
  To: help-gnu-emacs

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




^ permalink raw reply	[flat|nested] 12+ messages in thread
[parent not found: <mailman.9853.1348755472.855.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2012-09-28 15:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 14:17 Activating tabbar after installation via elpa on emacs 24.2.1 Rainer M Krug
2012-09-27 23:02 ` Bastien
2012-09-28  7:35   ` Rainer M Krug
2012-09-28  7:40     ` Bastien
2012-09-28  8:11       ` Rainer M Krug
2012-09-28  8:25         ` Bastien
2012-09-28  8:29           ` Rainer M Krug
     [not found] ` <mailman.9877.1348786974.855.help-gnu-emacs@gnu.org>
2012-09-28  0:02   ` Joost Kremers
2012-09-28  7:38     ` Rainer M Krug
     [not found] <mailman.9853.1348755472.855.help-gnu-emacs@gnu.org>
2012-09-28  0:14 ` Joost Kremers
2012-09-28  8:03   ` Rainer M Krug
2012-09-28 15:09     ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.