>
> > To accomplish what you want you can use a function like this
> > 
> > (defun switch-to-speedbar() 
> >   (interactive)
> >   (switch-to-buffer-other-frame " SPEEDBAR"))
> > 
> > and then map that to F4.
> > 
> > (global-set-key [f4] 'switch-to-speedbar)
>
> I would *highly* recommend that you *not* do that.  You will probably encounter
> very strange behavior and break the speedbar.
huh? It only switches to the buffer containing the speedbar what is wrong with
that?

>
> I have patches to my local speedbar that fix all these problems.  Speedbar was
> just not meant to be run this way.  The patches will be incorporated into the
Are you saying that speedbar is meant to be access only by clicking on it?

> main speedbar as soon as the FSF legal stuff is done.
I don't use the speedbar, so you might be right. It just strikes
me that switching to the buffer could cause very strange behavior that breaks
the speedbar.

Javier
>
> Kevin
>
> - -- 

-- 
Javier S. Lopez                 
[EMAIL PROTECTED]            Forum Systems, Inc.
(781) 263-5406                    40 Williams St., Suite G20,
http://www.forumsys.com         Wellesley, MA 02481

Reply via email to