From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Van L Newsgroups: gmane.emacs.devel Subject: Re: Finding the dump Date: Wed, 30 Jan 2019 14:00:18 +1100 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="37937"; mail-complaints-to="usenet@blaine.gmane.org" To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 30 04:01:04 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gog7c-0009lc-4B for ged-emacs-devel@m.gmane.org; Wed, 30 Jan 2019 04:01:04 +0100 Original-Received: from localhost ([127.0.0.1]:59487 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gog7a-0007E3-RO for ged-emacs-devel@m.gmane.org; Tue, 29 Jan 2019 22:01:02 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gog7R-0007CF-Vp for emacs-devel@gnu.org; Tue, 29 Jan 2019 22:00:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gog7R-0004h8-9S for emacs-devel@gnu.org; Tue, 29 Jan 2019 22:00:53 -0500 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:55595) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gog7R-0004DO-2Z for emacs-devel@gnu.org; Tue, 29 Jan 2019 22:00:53 -0500 X-Originating-IP: 193.119.71.194 Original-Received: from epi.local (193-119-71-194.tpgi.com.au [193.119.71.194]) (Authenticated sender: van@scratch.space) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 89B2C240002 for ; Wed, 30 Jan 2019 03:00:22 +0000 (UTC) X-Mailer: Apple Mail (2.3124) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.193 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:232816 Archived-At: > >> > supporting emacs-X.Y.Z versions. But I added a feature whereby > >> > renaming the Emacs executable and the pdump file to have the same > >> > basename will also work. > >> > >> This depends on argv[0] being accurate, though. > > > > I don't think I follow. Can you give an example when it won't work = as > > intended? > > You can set argv[0] to whatever you want. It doesn't have to match = the > executable name in any way. As an example use-case, I have links in ~/bin for emacs like emacs-22 -> /usr/bin/emacs emacs-26-mac -> = /Applications/MacPorts/EmacsMac.app/Contents/MacOS/bin/emacs emacs-27 -> /opt/local/bin/emacs-27.0.50 and, there's /opt/local/bin/emacs -> /opt/local/bin/emacs-27.0.50 if that will be the cause of trouble ahead.=