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#33847: 27.0.50; emacsclient does not find server socket Date: Sat, 22 Aug 2020 10:59:56 +0300 Message-ID: <83lfi79klf.fsf@gnu.org> References: <8a6fc59c-08b3-e274-4fb1-74674c79540a@cs.ucla.edu> <9ebcad22-2cdb-46fb-4be9-efc4ad234b6d@cs.ucla.edu> <27d2f2eb-8956-4088-f3ec-5ff6c2cf2e8f@cs.ucla.edu> <87eeo27v6k.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22779"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 33847@debbugs.gnu.org, teika@gmx.com, larsi@gnus.org, ulm@gentoo.org To: Paul Eggert Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Aug 22 10:01:19 2020 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 1k9OSj-0005mb-6u for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 22 Aug 2020 10:01:17 +0200 Original-Received: from localhost ([::1]:37950 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k9OSh-0001Ai-Lg for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 22 Aug 2020 04:01:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57226) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k9OSU-0001AY-3h for bug-gnu-emacs@gnu.org; Sat, 22 Aug 2020 04:01:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37308) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k9OST-0006Ky-Pa for bug-gnu-emacs@gnu.org; Sat, 22 Aug 2020 04:01:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k9OST-0005qC-Nj for bug-gnu-emacs@gnu.org; Sat, 22 Aug 2020 04:01: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: Sat, 22 Aug 2020 08:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33847 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 33847-submit@debbugs.gnu.org id=B33847.159808320922363 (code B ref 33847); Sat, 22 Aug 2020 08:01:01 +0000 Original-Received: (at 33847) by debbugs.gnu.org; 22 Aug 2020 08:00:09 +0000 Original-Received: from localhost ([127.0.0.1]:48851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9ORd-0005od-Id for submit@debbugs.gnu.org; Sat, 22 Aug 2020 04:00:09 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9ORb-0005nD-9X for 33847@debbugs.gnu.org; Sat, 22 Aug 2020 04:00:08 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35634) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k9ORU-00063W-Nl; Sat, 22 Aug 2020 04:00:00 -0400 Original-Received: from [176.228.60.248] (port=3664 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k9ORT-0007Zi-Vl; Sat, 22 Aug 2020 04:00:00 -0400 In-Reply-To: (message from Paul Eggert on Fri, 21 Aug 2020 14:28:36 -0700) 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:185928 Archived-At: > Cc: 33847@debbugs.gnu.org, Ulrich Mueller , > Teika Kazura > From: Paul Eggert > Date: Fri, 21 Aug 2020 14:28:36 -0700 > > I spent quite a bit of time looking into this and came up with the attached > proposed patch which should make the use cases work again without opening > security holes. This patch fixes some other bugs that I noticed while I was in > the area. This patch will almost certainly break w32, so please don't install without a heads-up and some time left to adapt.