From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.help Subject: Re: Configuring TABS.EL Date: Tue, 22 Oct 2002 08:46:30 +0200 Organization: Le Petomane Appreciation Society Sender: help-gnu-emacs-admin@gnu.org Message-ID: <87lm4rq8c9.fsf@enberg.org> References: <8122ec97.0210200840.36b789dd@posting.google.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035269597 14921 80.91.224.249 (22 Oct 2002 06:53:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 22 Oct 2002 06:53:17 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 183suh-0003sJ-00 for ; Tue, 22 Oct 2002 08:53:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 183sso-0004QH-00; Tue, 22 Oct 2002 02:51:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!h200n2fls32o1112.telia.COM!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: h200n2fls32o1112.telia.com (213.65.65.200) Original-X-Trace: fu-berlin.de 1035269317 28443351 213.65.65.200 (16 [125297]) User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:gi8hIt9YroEMUCcHq+MCFQBgcIM= Original-Xref: shelby.stanford.edu gnu.emacs.help:106264 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2813 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2813 Charles Muller 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