I'm using 23.0.60.1 which would be the very latest, I'm running ubuntu 8.04. mouse-1 doesn't do anything in speedbar, while clicking the button in scroll wheel( mouse-2) or the middle button in thinkpad selects the buffer or expands etc. I think its a trivial bug. But by customizing i should be able to change it, I'm wondering how. The reason I'm saying its a trivial bug is because, it is not intuitive and because, if you are familiar with dframe.el in speedbar, middle button is mapped to dframe-click event and mouse-1 is mapped to dframe-double-click event in dframe.el which is kind of inverse. Please let me know if you have any ideas on how to customize it. Thanks. --- On Sun, 12/7/08, Drew Adams wrote: From: Drew Adams Subject: RE: speedbar question To: sanjeevfiles@yahoo.com, help-gnu-emacs@gnu.org Date: Sunday, December 7, 2008, 8:51 PM > I wanted to use mouse-1 single click to do all i want in > speedbar instead of use mouse-2 ( scroll button ) click. > I couldn't find an easy way so I edited dframe.el and > swapped down-mouse-1 event and mouse-2 event. > Now I got exactly what I want but the problem is > that everytime i move the mouse in speedbar, i always > get some highlight as if i am trying to copy something. > Is there anyway to get around this or is there a way to > solve this correctly ? [Plain text, not HTML mail, please.] What Emacs version are you using? In Emacs 22 or later `mouse-1' should do what you want by default, and the behavior is controlled by option `mouse-1-click-follows-link'.