From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eric Ludlam Newsgroups: gmane.emacs.help Subject: Re: Speedbar question Date: Mon, 14 Feb 2005 16:33:33 -0500 Organization: The MathWorks, Inc., Natick, MA 01760 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108416860 30276 80.91.229.2 (14 Feb 2005 21:34:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2005 21:34:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 14 22:34:20 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0nrD-0003KV-SM for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Feb 2005 22:34:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0o6p-00036u-Nd for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Feb 2005 16:50:23 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!newsfeed-00.mathworks.com!news.mathworks.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: ludlamelinux.dhcp.mathworks.com Original-X-Trace: fred.mathworks.com 1108416814 12328 144.212.109.50 (14 Feb 2005 21:33:34 GMT) Original-X-Complaints-To: news@mathworks.com Original-NNTP-Posting-Date: Mon, 14 Feb 2005 21:33:34 +0000 (UTC) User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:UubQTKGl5vgs0qmEhxeNAw9rypc= Original-Xref: shelby.stanford.edu gnu.emacs.help:128553 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24085 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24085 >>> "Javier Oviedo" seems to think that: >Hello all. > >I just started using speedbar and like it very much, but I have found one >rather annoying behavior(or at least I think so). When I click on a file in >the speedbar window, in order to open it in the main frame, the mouse >pointer gets automatically moved to the top right corner of my emacs frame. >Why does this happen? Is there a way to disable this feature? I would like >the mouse pointer to remain exactly where it was when I clicked on the file >name. Hi, Depending on what version of speedbar you may have, you can modify either `speedbar-activity-change-focus-flag', or `dframe-activity-change-focus-flag'. They should be "nil", meaning don't change focus, though some activities always change focus. See `speedbar-maybee-jump-to-attached-frame' for details. I don't remember the specifics of the problem, but there may be a couple places that don't go through that mechanism. Eric