From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Daniel Lidstrom Newsgroups: gmane.emacs.help Subject: Re: Tabbar installation Date: Sat, 14 Feb 2004 00:17:30 +0100 Organization: Home Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <402D21EA.2030003@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1076714266 7114 80.91.224.253 (13 Feb 2004 23:17:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2004 23:17:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 14 00:17:40 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ArmZ2-0001aj-00 for ; Sat, 14 Feb 2004 00:17:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ArmYF-0004iE-9H for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Feb 2004 18:16:51 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!peernews3.colt.net!newsfeed.stueberl.de!ecngs!feeder.ecngs.de!news.cambrium.nl!news.cambrium.nl!amsnews01.chello.com!amsnews04.chello.com!amstwist00.POSTED!not-for-mail User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 193.150.217.25 Original-X-Complaints-To: abuse@chello.se Original-X-Trace: amstwist00 1076714073 193.150.217.25 (Sat, 14 Feb 2004 00:14:33 MET) Original-NNTP-Posting-Date: Sat, 14 Feb 2004 00:14:33 MET Original-Xref: shelby.stanford.edu gnu.emacs.help:120889 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:16837 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16837 On Sat, 14 Feb 2004 00:14:03 +0100, Daniel Lidstrom wrote: > 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? Never mind. I got what I wanted with this in .emacs: (require 'tabbar) (tabbar-mode) Thanks! P.S. Why didn't load-library work? -- Daniel