[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Configuring TABS.EL
From: |
Tony |
Subject: |
Re: Configuring TABS.EL |
Date: |
Tue, 22 Oct 2002 11:29:47 -0400 |
"Charles Muller" <acmuller@gol.com> wrote in message
news:mailman.1035290480.5132.help-gnu-emacs@gnu.org...
>
> Thanks, Henrik, for your suggestion.
>
> Henrik wrote:
>
> > Hmm, the tabs.el I looked at on google has no `provide' statement. Try
> > adding the following line at the bottom of tabs.el
> >
> > (provide 'tabs)
> >
> > And then do
> >
> > (require 'tabs)
> > (tabs-mode 1)
>
> After doing this, the Emacs startup errors ceased. But I still don't get
any
> tabs at the top of my window. My .emacs file currently has
>
> (setq load-path (cons "/home/chuck/lisp/" load-path))
> (require 'recentf)
> (recentf-mode 1)
> (require 'tabs)
> (load "tabs.el")
> (tabs-mode 1)
>
> And my lisp file is like this:
>
> /home/chuck/lisp:
> used 172 available 2311292
> drwxrwxr-x 2 chuck chuck 4096 Oct 22 21:34 .
> drwx------ 48 chuck chuck 4096 Oct 22 21:37 ..
> -rw-rw-rw- 1 chuck chuck 55908 Oct 2 18:15 recentf.el
> -rw-rw-r-- 1 chuck chuck 6163 Oct 22 21:34 tabs.el
> -rw-rw-r-- 1 chuck chuck 324 Sep 28 15:41 w3mstuff.el
>
> Does anyone have any further ideas on this?
>
> Chuck
>
>
> ---------------------------
> Charles Muller <acmuller@gol.com>
> Faculty of Humanities, Toyo Gakuen University
> Digital Dictionary of Buddhism and CJKV-English Dictionary
> [http://www.acmuller.net]
> Mobile Phone: 090-9310-1787
>
I too am having this problem. But if i do M-x tabs-mode while in an open
buffer i get the tabs, but only while in that buffer. Once i switch to
another buffer the tabs disappear until returning.
Message not available