From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: speedbar question Date: Sun, 7 Dec 2008 07:21:52 -0800 Message-ID: <003f01c9587f$88da5270$0200a8c0@us.oracle.com> References: <383929.67300.qm@web63008.mail.re1.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228664391 17569 80.91.229.12 (7 Dec 2008 15:39:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Dec 2008 15:39:51 +0000 (UTC) To: , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 07 16:40:55 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L9LjE-0003Fj-6o for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Dec 2008 16:40:54 +0100 Original-Received: from localhost ([127.0.0.1]:33087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9Lhx-0004wF-5V for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Dec 2008 10:38:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9LS7-0003vi-0B for help-gnu-emacs@gnu.org; Sun, 07 Dec 2008 10:21:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9LS4-0003sf-1s for help-gnu-emacs@gnu.org; Sun, 07 Dec 2008 10:21:45 -0500 Original-Received: from [199.232.76.173] (port=49860 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9LS3-0003sT-Ql for help-gnu-emacs@gnu.org; Sun, 07 Dec 2008 10:21:43 -0500 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:42276 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L9LS3-0000Wu-HR for help-gnu-emacs@gnu.org; Sun, 07 Dec 2008 10:21:43 -0500 Original-Received: from acsinet13.oracle.com (acsinet13.oracle.com [141.146.126.235]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mB7FMdsP008435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 7 Dec 2008 15:22:40 GMT Original-Received: from acsmt706.oracle.com (acsmt706.oracle.com [141.146.40.84]) by acsinet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mB7FM0Zv026465; Sun, 7 Dec 2008 15:22:01 GMT Original-Received: from dradamslap1 (/24.23.165.218) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 07 Dec 2008 07:21:37 -0800 X-Mailer: Microsoft Office Outlook 11 thread-index: AclYXiZU23+g+OYmTjaoQS8J47nxDwAINNEQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 In-Reply-To: <383929.67300.qm@web63008.mail.re1.yahoo.com> X-Source-IP: acsmt706.oracle.com [141.146.40.84] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.493BEA02.0180:SCFSTAT928724,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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 Xref: news.gmane.org gmane.emacs.help:60421 Archived-At: > 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'.