From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#34180: 27.0.50; argv[0] used incorrectly to find the .pdmp Date: Tue, 12 Oct 2021 17:10:27 +0300 Message-ID: <8335p6qqp8.fsf@gnu.org> References: <5d5d6da7-d0d4-82ae-8034-78d47a6b12c8@dancol.org> <83va2a3z0d.fsf@gnu.org> <87wnmjhd6j.fsf@gnus.org> <97e17ac7-b46f-5cac-e0da-8a8f1e26813b@dancol.org> <87ee8qfre3.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15779"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 34180@debbugs.gnu.org, monnier@IRO.UMontreal.CA, eggert@cs.ucla.edu To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 12 16:14:48 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1maIYJ-0003sr-WD for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 12 Oct 2021 16:14:48 +0200 Original-Received: from localhost ([::1]:44204 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1maIYI-00040X-Mm for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 12 Oct 2021 10:14:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54774) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maIUg-0007h1-PH for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2021 10:11:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60125) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1maIUf-0007dO-S2 for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2021 10:11:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1maIUf-000121-MB for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2021 10:11:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 12 Oct 2021 14:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34180 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: security Original-Received: via spool by 34180-submit@debbugs.gnu.org id=B34180.16340478593936 (code B ref 34180); Tue, 12 Oct 2021 14:11:01 +0000 Original-Received: (at 34180) by debbugs.gnu.org; 12 Oct 2021 14:10:59 +0000 Original-Received: from localhost ([127.0.0.1]:43422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maIUY-000114-Mc for submit@debbugs.gnu.org; Tue, 12 Oct 2021 10:10:59 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:52722) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maIUV-00010B-TM for 34180@debbugs.gnu.org; Tue, 12 Oct 2021 10:10:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40910) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1maIUO-0007R1-7r; Tue, 12 Oct 2021 10:10:45 -0400 Original-Received: from [87.69.77.57] (port=4140 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maIUF-0000Do-I4; Tue, 12 Oct 2021 10:10:42 -0400 In-Reply-To: <87ee8qfre3.fsf@gnus.org> (message from Lars Ingebrigtsen on Tue, 12 Oct 2021 12:51:00 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:217036 Archived-At: > From: Lars Ingebrigtsen > Cc: Paul Eggert , Eli Zaretskii , > 34180@debbugs.gnu.org, monnier@IRO.UMontreal.CA > Date: Tue, 12 Oct 2021 12:51:00 +0200 > > Daniel Colascione writes: > > > I'd rather get out of the business of mucking with executable files > > even if it means we have a bit of extra complexity arising from having > > to deal with out-of-band pdmp files. > > Not mucking with the executable files is a definite plus, but on the > other hand -- having a self-contained emacs executable again would also > be really attractive. But I agree with Daniel that the former is more important than the latter. If we do find a way of achieving the latter without risking the former, then sure.