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

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

Re: Configuring TABS.EL


From: Henrik Enberg
Subject: Re: Configuring TABS.EL
Date: Tue, 22 Oct 2002 08:46:30 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

Charles Muller <acmuller@gol.com> writes:

> I recently got the "recent files" function (recentf.el) working
> without any problems by copying recentf.el to my Emacs list directory
> and adding the following to my .emacs:
>
> (require 'recentf)
> (recentf-mode 1)
>
> But when I try the same thing with "tabs.el" I get a "file not found"
> error. It is definitely there, though. I also tried
>
> (load "tabs")

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)

-- 
Booting... /vmemacs.el


reply via email to

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