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

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

Re: Configuring TABS.EL


From: Charles Muller
Subject: Re: Configuring TABS.EL
Date: Tue, 22 Oct 2002 21:43:50 +0900 (JST)

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




reply via email to

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