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

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

Re: Can't load .el files


From: JS
Subject: Re: Can't load .el files
Date: Fri, 22 Apr 2005 13:35:10 +0200
User-agent: KNode/0.7.7

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?


reply via email to

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