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.help Subject: Re: Cannot run emacsclient in GUI Date: Wed, 04 Nov 2020 18:39:54 +0200 Message-ID: <83h7q5axet.fsf@gnu.org> References: <83k0v1azxe.fsf@gnu.org> <20201104161935.bawcnqbiu46wxhoe@Ergus> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26205"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Nov 04 17:40:55 2020 Return-path: Envelope-to: geh-help-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 1kaLqB-0006jB-EW for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 04 Nov 2020 17:40:55 +0100 Original-Received: from localhost ([::1]:56596 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kaLqA-0001ie-Et for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 04 Nov 2020 11:40:54 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50248) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kaLpJ-0001iE-2w for help-gnu-emacs@gnu.org; Wed, 04 Nov 2020 11:40:01 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42963) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kaLpI-0001ie-Q1 for help-gnu-emacs@gnu.org; Wed, 04 Nov 2020 11:40:00 -0500 Original-Received: from [176.228.60.248] (port=4006 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kaLpH-0008Ma-Kw for help-gnu-emacs@gnu.org; Wed, 04 Nov 2020 11:40:00 -0500 In-Reply-To: <20201104161935.bawcnqbiu46wxhoe@Ergus> (message from Ergus on Wed, 4 Nov 2020 17:19:35 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:124993 Archived-At: > Date: Wed, 4 Nov 2020 17:19:35 +0100 > From: Ergus > Cc: help-gnu-emacs@gnu.org > > I am interested in this question. > > What's the right way to add a hook like this for emacsclient only? > > I mean; does the emacsclient defines a variable to condition > window-setup-hooks? Something like (if emacsclient ...)? or are there > any emacsclient-hook? Your question is only tangentially relevant to the issue in this thread. I think you want server-after-make-frame-hook.