all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Henrik Enberg <henrik+news@enberg.org>
Subject: Re: Configuring TABS.EL
Date: Tue, 22 Oct 2002 08:46:30 +0200	[thread overview]
Message-ID: <87lm4rq8c9.fsf@enberg.org> (raw)
In-Reply-To: mailman.1035267738.7289.help-gnu-emacs@gnu.org

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

  parent reply	other threads:[~2002-10-22  6:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-20 16:40 Can emacs show the opened files' list as tabs like XEmacs? Alan Jiang
2002-10-22  0:34 ` Jesper Harder
2002-10-22  6:24   ` Configuring TABS.EL Charles Muller
     [not found]   ` <mailman.1035267738.7289.help-gnu-emacs@gnu.org>
2002-10-22  6:46     ` Henrik Enberg [this message]
2002-10-22 12:43       ` Charles Muller
     [not found]       ` <mailman.1035290480.5132.help-gnu-emacs@gnu.org>
2002-10-22 15:29         ` Tony
2002-10-22 16:39         ` Tony
2002-10-23  7:32           ` Charles Muller
2002-10-22 14:34     ` Stefan Monnier <foo@acm.com>

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=87lm4rq8c9.fsf@enberg.org \
    --to=henrik+news@enberg.org \
    /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.