From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: luca.spinacci@selex-comms.com Newsgroups: gmane.emacs.help Subject: Problem with double-mouse-1. Date: Tue, 4 Apr 2006 14:47:39 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1144154930 12763 80.91.229.2 (4 Apr 2006 12:48:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Apr 2006 12:48:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 04 14:48:48 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FQkx2-0000jh-4o for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Apr 2006 14:48:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQkx1-00086m-Jv for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Apr 2006 08:48:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQkwq-00086X-J9 for help-gnu-emacs@gnu.org; Tue, 04 Apr 2006 08:47:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQkwo-00086D-FJ for help-gnu-emacs@gnu.org; Tue, 04 Apr 2006 08:47:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQkwo-000869-A5 for help-gnu-emacs@gnu.org; Tue, 04 Apr 2006 08:47:50 -0400 Original-Received: from [81.120.201.9] (helo=relay2.selex-comms.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FQl05-0001yM-QB for help-gnu-emacs@gnu.org; Tue, 04 Apr 2006 08:51:14 -0400 Original-Received: from gefss001 ([10.1.202.2]) by relay2.selex-comms.com (8.12.11/8.12.11) with ESMTP id k34ClYww025524 for ; Tue, 4 Apr 2006 14:47:45 +0200 (CEST) Sensitivity: Original-To: help-gnu-emacs@gnu.org X-MIMETrack: Serialize by Router on mgeg01/S/EXT/MM1(Release 6.5.3|September 14, 2004) at 04/04/2006 14:47:44 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:34153 Archived-At: I'd like to double click on a function simbol to get to the corresponding buffer. I wrote in my _emacs file: (global-set-key [double-mouse-1] 'goto-symbol) but it behaves like function mouse-set-point... Instead (global-set-key [C-down-mouse-1] 'goto-symbol) works as expected. Any idea? Thanks in advance. Luca.