From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: The source linke in the help buffer Date: Wed, 24 Sep 2008 15:20:28 +0200 Message-ID: <48DA3E9C.5040104@gmx.at> References: <48DA138D.9050300@gmail.com> <48DA3004.4030505@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222262711 25848 80.91.229.12 (24 Sep 2008 13:25:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2008 13:25:11 +0000 (UTC) Cc: Emacs Devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 24 15:26:08 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KiUNQ-0000NB-KZ for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2008 15:26:07 +0200 Original-Received: from localhost ([127.0.0.1]:34311 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiUMN-0002nl-CL for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2008 09:24:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiUKu-0002Cc-IW for emacs-devel@gnu.org; Wed, 24 Sep 2008 09:23:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiUKs-0002B8-Rf for emacs-devel@gnu.org; Wed, 24 Sep 2008 09:23:20 -0400 Original-Received: from [199.232.76.173] (port=33982 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiUKs-0002Aw-Kc for emacs-devel@gnu.org; Wed, 24 Sep 2008 09:23:18 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:48748) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KiUKr-0007WL-PI for emacs-devel@gnu.org; Wed, 24 Sep 2008 09:23:18 -0400 Original-Received: (qmail invoked by alias); 24 Sep 2008 13:23:15 -0000 Original-Received: from 62-47-36-80.adsl.highway.telekom.at (EHLO [62.47.36.80]) [62.47.36.80] by mail.gmx.net (mp025) with SMTP; 24 Sep 2008 15:23:15 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19/U1dQPhZ/01vQPXDxyRvTg/Dlvz6hkk/swvPmm2 lSA4JgClfXy3DX User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.84 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:104093 Archived-At: > I was more thinking about a way to go to the checked out elisp source > file from the elisp file you are visiting. That is pretty useful for > me at least. This is what I use now: > > (defun find-emacs-source-file () In which context do you use this now? martin