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 16:05:36 +0200 Message-ID: References: <48DA138D.9050300@gmail.com> <48DA3004.4030505@gmx.at> <48DA3E9C.5040104@gmx.at> <48DA464F.8010801@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 1222265187 3162 80.91.229.12 (24 Sep 2008 14:06:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2008 14:06:27 +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 16:07:25 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 1KiV0x-0007vR-Vg for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2008 16:06:48 +0200 Original-Received: from localhost ([127.0.0.1]:35910 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiUzw-0007Hq-0Q for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2008 10:05:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiUzq-0007Ec-UV for emacs-devel@gnu.org; Wed, 24 Sep 2008 10:05:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiUzq-0007Dy-Ax for emacs-devel@gnu.org; Wed, 24 Sep 2008 10:05:38 -0400 Original-Received: from [199.232.76.173] (port=43564 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiUzq-0007Dr-4S for emacs-devel@gnu.org; Wed, 24 Sep 2008 10:05:38 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.153]:15446) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KiUzp-0005ph-O6 for emacs-devel@gnu.org; Wed, 24 Sep 2008 10:05:37 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so2298203fgb.30 for ; Wed, 24 Sep 2008 07:05:37 -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=/h2hS3HIULTtqoZ798OAwrjoKiIy0wRAPgS9brqzTEU=; b=Gpnxblk0kiHVkeJKTumes12Ee7O33QiunuRcu5gE1wuf7G9ayF5OwgkCKZSNeNhE0S j/s3eANFQQAu/w+pABKUIDqkQ6kLN8Eup5dloO9/nQc84Z83cVZBq5l6ubGy4SFHsWhQ sKbicozLX6l4g8DHxYiBHF2DS+v9j2tpO8nkg= 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=Oo9jjCreHAVSC8XVVZg01O0vS2jkg2dGH6jYRi6qmhicqD9DusCpSrcCXnqUCXdsTc wRWznZovInH/IwOEFWkGyS6JvXzGWho35Lp94I2w9z4Qq7unH1OwGrUAoJxNy9EkMuj4 vVxp63eOBz7WqSsqZ6dReZYeZPZ4KUKB+HKBk= Original-Received: by 10.86.66.19 with SMTP id o19mr7431272fga.34.1222265136958; Wed, 24 Sep 2008 07:05:36 -0700 (PDT) Original-Received: by 10.86.65.3 with HTTP; Wed, 24 Sep 2008 07:05:36 -0700 (PDT) In-Reply-To: <48DA464F.8010801@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:104099 Archived-At: On 9/24/08, martin rudalics wrote: > > 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. > > I understand that such a function can be useful. But how does this > relate to _help buffers_? It doesn't of course, sorry for the bad mixing of things here. (However before your changes the link in the help buffer could lead either to the installed tree or the checked out tree.)