From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Javier Oviedo" Newsgroups: gmane.emacs.help Subject: Re: Speedbar question Date: Tue, 15 Feb 2005 15:54:34 -0500 Organization: Texas Instruments Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1108501229 3647 80.91.229.2 (15 Feb 2005 21:00:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 21:00:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 15 22:00:29 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D19mf-00057x-MO for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Feb 2005 21:59:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1A2T-0000bq-ME for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Feb 2005 16:15:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn14feed!worldnet.att.net!12.120.4.37!attcg2!attdl2!ip.att.net!news.ti.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 40 Original-NNTP-Posting-Host: gt64v7121.telogy.design.ti.com Original-X-Trace: home.itg.ti.com 1108500875 15308 158.218.103.164 (15 Feb 2005 20:54:35 GMT) Original-X-Complaints-To: usenet@news.ti.com Original-NNTP-Posting-Date: 15 Feb 2005 20:54:35 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Original-Xref: shelby.stanford.edu gnu.emacs.help:128583 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:24115 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24115 dframe-activity-change-focus-flag is set to nil and I can't find any reference to speedbar-activity-change-focus-flag. I will have to investigate further. I'll report back soon. Thanks. -- Javier "Eric Ludlam" wrote in message news:kois4u968i.fsf@ludlamelinux.mathworks.com... > >>> "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