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: The source linke in the help buffer Date: Wed, 24 Sep 2008 15:51:36 +0200 Message-ID: References: <48DA138D.9050300@gmail.com> <48DA3004.4030505@gmx.at> <48DA3E9C.5040104@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222264542 565 80.91.229.12 (24 Sep 2008 13:55:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2008 13:55:42 +0000 (UTC) Cc: Emacs Devel To: "martin rudalics" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 24 15:56:36 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 1KiUqY-0003nW-Lx for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2008 15:56:02 +0200 Original-Received: from localhost ([127.0.0.1]:54026 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiUpW-00004t-O6 for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2008 09:54:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiUmI-0007VW-Ee for emacs-devel@gnu.org; Wed, 24 Sep 2008 09:51:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiUmH-0007Ux-Q0 for emacs-devel@gnu.org; Wed, 24 Sep 2008 09:51:37 -0400 Original-Received: from [199.232.76.173] (port=48656 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiUmH-0007Uo-MK for emacs-devel@gnu.org; Wed, 24 Sep 2008 09:51:37 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.159]:9831) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KiUmH-0000a7-8L for emacs-devel@gnu.org; Wed, 24 Sep 2008 09:51:37 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so2294116fgb.30 for ; Wed, 24 Sep 2008 06:51:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=hExCcgmD072/VEpEyxUN9BJXS62i1ZtSVlusLOF3S1c=; b=Q3dn/+tW+ug5SMKfpU4VJvk5/RNmCn+LckZK0JKe+PEj4/rxRLDcpGvwzZjNijWu8N mqR7ZrZ/hlR0sDoe1mkfBXf+awNYUeJh6LrOaGvx7Dr6XZ4TRzQr2slbmJQPPLeQ4nkp lUHqQJIH8/tLPMfe+jJ/MiRVI2329GTErJT2I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=DQxsM/3ZmP0Ngfl8kB7SC1E5EfIY7MiimFhHGX9x+O/qiWNuRYlvJvqBIrQQDV/PqJ AhwK4sGR2NXmmSNTsosFXyj1kUe4NkpvzkLUoQhJVM4LnPmkXg4BfFx43P6b4T6z4O/H lxEBh5pCYYbAfUEdefG5E2DLgUEEj43Of7kIQ= Original-Received: by 10.86.72.3 with SMTP id u3mr7384317fga.62.1222264296193; Wed, 24 Sep 2008 06:51:36 -0700 (PDT) Original-Received: by 10.86.65.3 with HTTP; Wed, 24 Sep 2008 06:51:36 -0700 (PDT) In-Reply-To: <48DA3E9C.5040104@gmx.at> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:104097 Archived-At: On 9/24/08, martin rudalics wrote: > > 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? I usually test different changes in the installed Emacs tree and then I move them to the checked out sources. To do that I may call the function I sent and then for example use ediff.