From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Current master does not work with sr-speedbar package (W64 build) Date: Fri, 07 Dec 2018 08:22:16 +0200 Message-ID: <834lbp7t5z.fsf@gnu.org> References: <1723869815.291238.1543945851468@mail.libero.it> <831s6x9ntx.fsf@gnu.org> <1892341033.303375.1543966279338@mail.libero.it> <835zw7961j.fsf@gnu.org> <1181980169.366424.1544051247329@mail.libero.it> <83va476u3t.fsf@gnu.org> <115637468.396419.1544086829368@mail.libero.it> <83mupj6mlm.fsf@gnu.org> <1416933916.408019.1544095693412@mail.libero.it> <1266357133.430788.1544118598533@mail.libero.it> <83bm5y7bzx.fsf@gnu.org> <1341610425.435677.1544124982728@mail.libero.it> <837egm77zf.fsf@gnu.org> <276702562.437673.1544129115365@mail.libero.it> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1544163636 19024 195.159.176.226 (7 Dec 2018 06:20:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 7 Dec 2018 06:20:36 +0000 (UTC) Cc: rudalics@gmx.at, hong@topbug.net, emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 07 07:20:32 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gV9V1-0004qw-3W for ged-emacs-devel@m.gmane.org; Fri, 07 Dec 2018 07:20:31 +0100 Original-Received: from localhost ([::1]:44430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gV9X7-00080A-LD for ged-emacs-devel@m.gmane.org; Fri, 07 Dec 2018 01:22:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gV9X1-000804-Dj for emacs-devel@gnu.org; Fri, 07 Dec 2018 01:22:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gV9Wx-00088o-EM for emacs-devel@gnu.org; Fri, 07 Dec 2018 01:22:35 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gV9Wi-0007p8-72; Fri, 07 Dec 2018 01:22:16 -0500 Original-Received: from [176.228.60.248] (port=2502 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gV9Wh-00052T-Li; Fri, 07 Dec 2018 01:22:16 -0500 In-reply-to: <276702562.437673.1544129115365@mail.libero.it> (message from Angelo Graziosi on Thu, 6 Dec 2018 21:45:15 +0100 (CET)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231705 Archived-At: > Date: Thu, 6 Dec 2018 21:45:15 +0100 (CET) > From: Angelo Graziosi > Cc: rudalics@gmx.at, emacs-devel@gnu.org, hong@topbug.net > > > > C-x C-f in scratch says " c:/msys64/tmp/emacs-master/src/".. > > > > That sounds like the root cause of the problem, doesn't it? Because > > the c:/msys64/tmp/emacs-master/src directory doesn't exist, if I > > understood correctly your build procedure: you have deleted that > > directory by the time the Emacs executable is started. Is that > > correct or am I missing something? > > After the build, I create a tar-ball (a sort of binary package from 'make install') and install this (unpack it) so that > > $ ls -lrt /c/LocalApps/Emacs/ > totale 8 > drwxr-xr-x 1 ... lib > drwxr-xr-x 1 ... share > drwxr-xr-x 1 ... include > drwxr-xr-x 1 ... libexec > drwxr-xr-x 1 ... bin And then you delete the build tree, in c:/msys64/tmp/emacs-master/, right? > I start Emacs from a link on the task bar. Its target is: > > C:\LocalApps\Emacs\bin\runemacs.exe Does that link have Properties which specify the directory in which to start the executable? If there is such a property, could it be that the directory to start in is c:/msys64/tmp/emacs-master/src/, per chance? > I have find that the issue come from this commit: > > Paul Eggert 900276502fbb4dcabdabc5d7d24b4bc5645f2cf3 (2018-11-13 09:32:50 -0800) > Act like POSIX sh if $HOME is relative > > With the previous commit: > > Stefan Monnier ce1fb157e840fd292c3db4632831c4514a663890 (2018-11-13 09:03:12 -0500) > lisp/files.el: Justify binding of read-circle with comments > > Emacs works as expected. Do you have HOME set to some value? If so, what value?