From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: The source linke in the help buffer Date: Wed, 24 Sep 2008 10:31:18 -0400 Message-ID: References: <48DA138D.9050300@gmail.com> <48DA3004.4030505@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222266716 9301 80.91.229.12 (24 Sep 2008 14:31:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2008 14:31:56 +0000 (UTC) Cc: "Lennart Borgman \(gmail\)" , Emacs Devel To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 24 16:32:50 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 1KiVPr-00017S-3a for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2008 16:32:31 +0200 Original-Received: from localhost ([127.0.0.1]:54083 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiVOo-0003HA-TI for ged-emacs-devel@m.gmane.org; Wed, 24 Sep 2008 10:31:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiVOj-0003DB-Po for emacs-devel@gnu.org; Wed, 24 Sep 2008 10:31:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiVOi-0003Af-Kg for emacs-devel@gnu.org; Wed, 24 Sep 2008 10:31:21 -0400 Original-Received: from [199.232.76.173] (port=38709 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiVOi-0003A6-Bo for emacs-devel@gnu.org; Wed, 24 Sep 2008 10:31:20 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:55511 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KiVOi-0007mO-5h for emacs-devel@gnu.org; Wed, 24 Sep 2008 10:31:20 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqYEAD7s2UjO+KDT/2dsb2JhbACBXrtvgWWBAw X-IronPort-AV: E=Sophos;i="4.33,300,1220241600"; d="scan'208";a="27444112" Original-Received: from 206-248-160-211.dsl.teksavvy.com (HELO pastel.home) ([206.248.160.211]) by ironport2-out.teksavvy.com with ESMTP; 24 Sep 2008 10:31:19 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BF4BD8483; Wed, 24 Sep 2008 10:31:18 -0400 (EDT) In-Reply-To: <48DA3004.4030505@gmx.at> (martin rudalics's message of "Wed, 24 Sep 2008 14:18:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) 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:104101 Archived-At: >> The source link in the help buffer now includes th whole path. Is this >> the intention now? > It was _my_ intention in reaction to bug#587 you filed. I think it's a bad change. We should only print the file name relative to the load-path. Stefan