all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Lidstrom <someone@microsoft.com>
Subject: Re: Tabbar installation
Date: Sat, 14 Feb 2004 00:14:03 +0100	[thread overview]
Message-ID: <pan.2004.02.13.23.14.03.678972@microsoft.com> (raw)
In-Reply-To: 402D21EA.2030003@yahoo.com

On Fri, 13 Feb 2004 12:13:46 -0700, Kevin Rodgers wrote:

> Daniel Lidstrom wrote:
> 
>> how do I activate the tabbar script whenever I start emacs? I've tried to
>> add (load "tabbar") into my .emacs file. This doesn't seem to do it and
>> when I type M-x `tabbar-mode' I get [No match]. How do I do this?
> 
> Where are tabbar.el and tabbar.elc installed?  Are those directories in your
> 
> load-path?  If so, (load-library "tabbar") or (require 'tabbar) should work.

load-path's value is 
("/home/daniel/.emacs-lisp/" "/usr/share/emacs/21.3/site-lisp"
"/usr/share/emacs/site-lisp" "/usr/share/emacs/21.3/leim"
"/usr/share/emacs/21.3/lisp" "/usr/share/emacs/21.3/lisp/toolbar"
"/usr/share/emacs/21.3/lisp/textmodes"
"/usr/share/emacs/21.3/lisp/progmodes" "/usr/share/emacs/21.3/lisp/play"
"/usr/share/emacs/21.3/lisp/obsolete" "/usr/share/emacs/21.3/lisp/net"
"/usr/share/emacs/21.3/lisp/mail" "/usr/share/emacs/21.3/lisp/language"
"/usr/share/emacs/21.3/lisp/international"
"/usr/share/emacs/21.3/lisp/gnus" "/usr/share/emacs/21.3/lisp/eshell"
"/usr/share/emacs/21.3/lisp/emulation"
"/usr/share/emacs/21.3/lisp/emacs-lisp"
"/usr/share/emacs/21.3/lisp/calendar")

I put tabbar.el in ~/.emacs-lisp/ and .emacs looks like:
;;; Set load-path
(setq load-path  (cons (expand-file-name "~/.emacs-lisp/") load-path))
;;; Prevent Extraneous Tabs
  (setq-default indent-tabs-mode nil)
;; Load tabbar
  (load-library "tabbar")
  (global-set-key [(control f10)] 'tabbar-local-mode)


Now when I try ctrl-f10 with two or more files loaded in emacs I don't see
any tabs. What am I missing?


-- 
Daniel

  reply	other threads:[~2004-02-13 23:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-13 17:47 Tabbar installation Daniel Lidstrom
2004-02-13 19:13 ` Kevin Rodgers
2004-02-13 23:14   ` Daniel Lidstrom [this message]
2004-02-13 23:17     ` Daniel Lidstrom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pan.2004.02.13.23.14.03.678972@microsoft.com \
    --to=someone@microsoft.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.