From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: hyperlinks in variable's value - links to libraries Date: Fri, 06 Jan 2006 10:14:41 +0100 Message-ID: <43BE3501.4000605@student.lu.se> References: <877j9enf6t.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136538926 29713 80.91.229.2 (6 Jan 2006 09:15:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2006 09:15:26 +0000 (UTC) Cc: Drew Adams , Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 06 10:15:23 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Eungs-0003wa-TW for ged-emacs-devel@m.gmane.org; Fri, 06 Jan 2006 10:15:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eunie-0001WD-8r for ged-emacs-devel@m.gmane.org; Fri, 06 Jan 2006 04:17:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuniN-0001VR-VS for emacs-devel@gnu.org; Fri, 06 Jan 2006 04:16:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuniM-0001TP-28 for emacs-devel@gnu.org; Fri, 06 Jan 2006 04:16:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuniL-0001TB-QS for emacs-devel@gnu.org; Fri, 06 Jan 2006 04:16:49 -0500 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eunk4-0001I2-KX for emacs-devel@gnu.org; Fri, 06 Jan 2006 04:18:36 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.069.1) id 43BA90DD000BE736; Fri, 6 Jan 2006 10:14:43 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Stefan Monnier In-Reply-To: <877j9enf6t.fsf-monnier+emacs@gnu.org> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:48785 Archived-At: Stefan Monnier wrote: >So I added another feature, which is that clicking mouse-2 anywhere in the >buffer (not just on a visually announced xref with mouse-face highlight and >everything) will try to interpret the symbol under point as a var-name, >fun-name, or face-name. This has the advantage of working no matter how >large the output is. It also works in the docstrings where the author forgot >to mark symbols with `...'. >The main disadvantage of course is the lack of visual cue which makes this >feature barely known. > > And that it does not work from the keyboard. Could it perhaps be made to work from the keyboard too?