From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Correct Paths to Emacs C Sources after Installation Date: Mon, 3 Nov 2014 23:27:03 +0100 Message-ID: References: <834mugvw5w.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1415053648 28697 80.91.229.3 (3 Nov 2014 22:27:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2014 22:27:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 03 23:27:21 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XlQ5p-00047N-Bb for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Nov 2014 23:27:21 +0100 Original-Received: from localhost ([::1]:37577 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlQ5o-0007lq-Qw for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Nov 2014 17:27:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlQ5d-0007lj-Su for help-gnu-emacs@gnu.org; Mon, 03 Nov 2014 17:27:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlQ5d-0005nF-1N for help-gnu-emacs@gnu.org; Mon, 03 Nov 2014 17:27:09 -0500 Original-Received: from mail-lb0-x22d.google.com ([2a00:1450:4010:c04::22d]:62408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlQ5a-0005mO-0S; Mon, 03 Nov 2014 17:27:06 -0500 Original-Received: by mail-lb0-f173.google.com with SMTP id p9so4503442lbv.32 for ; Mon, 03 Nov 2014 14:27:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=MGoofbKyPxHwWGB9s9Eooyu5+A2P9l75i6UwTUMSwWg=; b=QfSYriBGevxIk+d4BJ436eGg7WqWPbfV+SNSqIDkZ2j9ou30SEnD+iKMppnR6nXj4y A7bCuHwDp0BcdTZCa4rOglSoD2Zmu3v1pflsIt6MDuKaZN1dKk9gBZ5uIjDhFqvCToAz U71sbygE+1xlOPJmlsUR9N1lyd/pArzQkoIOddAJVMTyuwW5i4JnSIzc4l9nMz7UE9O0 R+uzdfhZ5eKf7onEKGZr2rtTacRFFeoWBJsEVrBTd7CudwKBbPTg9dmTtcgRmcRVOoUx C1nswQsVBBNr2gvoWvV5CZbqSSOsBrQy5vnzC7iw/Tzg5yl2Xw8ESSHzxS5TUD5wwHcv xBRw== X-Received: by 10.152.43.197 with SMTP id y5mr55160214lal.82.1415053623942; Mon, 03 Nov 2014 14:27:03 -0800 (PST) Original-Received: by 10.112.202.106 with HTTP; Mon, 3 Nov 2014 14:27:03 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22d X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100702 Archived-At: To put it all together, it seems to me that this could be a reasonable change: Vsource_directory = Fexpand_file_name (build_string ("../src/emacs"), Vinvocation_directory); P.S. I don't know if "Vinvocation_directory" is already initialized at that moment and can actually be used like that, but perhaps somebody could clarify on that. What do you think? Regards, Alexander