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.devel Subject: Re: emacsclient does not start Date: Sun, 09 Jun 2024 12:15:24 +0300 Message-ID: <867ceybhoz.fsf@gnu.org> References: <87plsqbmow.fsf@akurth.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14288"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andreas Kurth Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 09 11:16:01 2024 Return-path: Envelope-to: ged-emacs-devel@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 1sGEef-0003Vp-JX for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Jun 2024 11:16:01 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sGEeA-0000gu-RK; Sun, 09 Jun 2024 05:15:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sGEe8-0000gg-PV for emacs-devel@gnu.org; Sun, 09 Jun 2024 05:15:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sGEe7-0003K1-RZ; Sun, 09 Jun 2024 05:15:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=vXv+jqwIvhEn0dSJqP3uH7vkFir+WZnW30nlGwNmkB4=; b=TljRLPPE1A9VKozLYonc p466d7mU8eh9Ed6XRpBg78JdaX5Lo1EkyHK1UGXDw+HJvlkooD7ruJOfDc6vFfsIGJ51z/cOCxCDx xa3rymbLYkGqdBQApTM5d9sPO9RupHx95olIYIkWsZ8jmVPrS4XifZQOe0JMzR7OssCKUOH310tRk 3WHCWDBp2iNRtsDfxx6Uo5Rl/g/4GQ80+5s4y8nlu5CbZ7L0MhD7w1X+tP2ef5Quu82WAN+KejERH LWDzC6RL+qNLlLPSobsdEd0WYO/sFpOYQpla+8zVXZBR5GSP5R9c1fKt5+6ATspGgTihjn9a2ckm6 nwh7rgBlGDAZwQ==; In-Reply-To: <87plsqbmow.fsf@akurth.de> (message from Andreas Kurth on Sun, 09 Jun 2024 09:27:27 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:319923 Archived-At: > From: Andreas Kurth > Date: Sun, 09 Jun 2024 09:27:27 +0200 > > Good morning, > > after today’s pull from master emacsclient prints > "Waiting for Emacs..." and does nothing. I bisected the problem > down to commit 8cf6e311b87fabeba70d59647883a86c8c92b86f . Sorry about that, should be fixed now.