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: Following references with mouse... Date: Tue, 21 Feb 2006 14:18:51 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1140595054 17216 80.91.229.2 (22 Feb 2006 07:57:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Feb 2006 07:57:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 22 08:57:32 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 1FBosL-00041v-Ux for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Feb 2006 08:57:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBos3-0000li-J6 for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Feb 2006 02:57:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBY29-00062F-1e for help-gnu-emacs@gnu.org; Tue, 21 Feb 2006 08:58:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBXT4-0002LT-N6 for help-gnu-emacs@gnu.org; Tue, 21 Feb 2006 08:25:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBXQK-00027I-NW for help-gnu-emacs@gnu.org; Tue, 21 Feb 2006 08:19:25 -0500 Original-Received: from [81.120.201.7] (helo=relay1.selex-comms.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBXWa-0003vc-N0 for help-gnu-emacs@gnu.org; Tue, 21 Feb 2006 08:25:53 -0500 Original-Received: from gefss001 ([10.1.202.2]) by relay1.selex-comms.com (8.12.11/8.12.11) with ESMTP id k1LDJ9pU023555 for ; Tue, 21 Feb 2006 14:19:10 +0100 (CET) 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 02/21/2006 14:19:10 X-Mailman-Approved-At: Tue, 21 Feb 2006 18:20:38 -0500 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:33354 Archived-At: I' d like to use function names in a buffer as reference to the real function definition in another buffer using Mouse-2 as reported in emacs manual (http://www.gnu.org/software/emacs) "26.4 Following References with the Mouse Some read-only Emacs buffers include references you can follow, or commands you can activate... ...You can also do this with the mouse, using either Mouse-1 or Mouse-2... ...You can usually tell when Mouse-1 and Mouse-2 have this special sort of meaning because the sensitive text highlights when you move the mouse over it..." How should I set references to my functions and tell emacs to highlight them so that Mouse-2 take me to the definitions? Thanks, Luca.