From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vagn Johansen Newsgroups: gmane.emacs.help Subject: Re: Eclipse-style control-click on Elisp function name to visit source Date: Sat, 07 May 2011 19:56:04 +0200 Organization: SunSITE.dk - Supporting Open source Message-ID: <86ei4a75u3.fsf@hotmail.com> References: <87vcxn7tkp.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1306268629 18070 80.91.229.12 (24 May 2011 20:23:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:23:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 24 22:23:45 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOy8k-0007EH-Ht for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:23:42 +0200 Original-Received: from localhost ([::1]:46646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOy8k-0004Jc-1N for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:23:42 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:wGXYx+83SS76gwrFMRHcrTfsi1o= Original-Lines: 14 Original-NNTP-Posting-Host: 89.239.205.150 Original-X-Trace: news.sunsite.dk DXC=in4LZUTj18=:YiKBaBLXD=YSB=nbEKnk; YX911Zig2f1cXa`SU1m]j4Nm0b5S2HUf1[[2NeIb4aR0TjA5CZL_dj8]cBWSZg]S^< Original-X-Complaints-To: staff@sunsite.dk Original-Xref: usenet.stanford.edu gnu.emacs.help:186809 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81136 Archived-At: Stefan Monnier writes: >> I'd like to bind that visit directly to `C-mouse-1' click on any >> function name in any ELisp buffer, similar to how Eclipse does it for >> Java code for instance. I couldn't find a way to do it in Emacs. Any >> ideas? Or should I write it myself? > > M-x find-function is pretty close. > Call (find-function-setup-keys) and find-function is then bound C-h F -- Vagn Johansen