From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Eclipse-style control-click on Elisp function name to visit source Date: Fri, 06 May 2011 10:11:02 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87vcxn7tkp.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1306268845 19473 80.91.229.12 (24 May 2011 20:27:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:27:25 +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:27:21 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 1QOyCG-0001Ak-Nf for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:27:20 +0200 Original-Received: from localhost ([::1]:58781 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOyCG-0002Pw-6E for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:27:20 -0400 Original-Path: usenet.stanford.edu!newsfeed.news.ucla.edu!news.snarked.org!feeder.erje.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-X-Trace: news.albasani.net wvvwRPZsjsAPBLYxVPqGVVJ/EyCPO2ze+U6ox3bEsEfR2yTWoAAzKlQmLxKx29mZR4DDv53gWC+o/U0gi/mr2w== Original-NNTP-Posting-Date: Fri, 6 May 2011 15:11:02 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="PwzhHPYXSCqcVkUzapURhaOY1RBk5DH3gSc11GG0eWDZjrdHtvSzXIXlQ/GtDHF0rmgfV22o1Rvtoo1O4HwYtLfdegae9NvvfR/AUM5ItRjBLNhs1cvEJkUsNlbBuiIq"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:q9cHpPq72hP5O6ZfPI/iE4FRC0w= sha1:7PWnLIMAk4qt83i5LiSSqz+x+Tc= Original-Xref: usenet.stanford.edu gnu.emacs.help:186798 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:81157 Archived-At: Right now, if I want to see the definition of a function, I do `C-h f' to see the docstring, then RET on the link to the definition. 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? Thanks Ted