From: JS <d44sf@44ada.com>
Subject: Re: Can't load .el files
Date: Fri, 22 Apr 2005 13:35:10 +0200 [thread overview]
Message-ID: <d4aneb$bnn$1@news.net.uni-c.dk> (raw)
In-Reply-To: mailman.2583.1114168337.2895.help-gnu-emacs@gnu.org
Peter Dyballa wrote:
>
> Am 22.04.2005 um 12:18 schrieb JS:
>
>> (require 'tabbar)
>> (require 'pc-bufsw)
>>
>
> These files need to have provide staements. The require statement have
> to match what's being provided.
Finally some progress! I now have this in my .emacs file:
(provide 'tabbar)
(global-set-key [(control f10)] 'tabbar-local-mode)
When I restart emacs I get no errors, but when I press C-F10 I get this
"error":
"Symbol's function definition is void: tabbar-local-mode"
any idea on how to get this mode working?
next prev parent reply other threads:[~2005-04-22 11:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-22 10:18 Can't load .el files JS
2005-04-22 10:57 ` Peter Dyballa
[not found] ` <mailman.2583.1114168337.2895.help-gnu-emacs@gnu.org>
2005-04-22 11:35 ` JS [this message]
2005-04-22 12:36 ` Peter Dyballa
[not found] ` <mailman.2589.1114173593.2895.help-gnu-emacs@gnu.org>
2005-04-22 15:07 ` JS
2005-04-22 15:27 ` B.T. Raven
2005-04-22 16:23 ` Thien-Thi Nguyen
2005-04-22 23:32 ` Peter Dyballa
2005-04-23 4:56 ` Tim X
2005-04-22 15:54 ` Glenn Morris
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='d4aneb$bnn$1@news.net.uni-c.dk' \
--to=d44sf@44ada.com \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).