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?
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to