From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Daniel Colascione" Newsgroups: gmane.emacs.devel Subject: Re: Help using the right hook for loading theme on emacs daemon GUI Date: Thu, 17 Jan 2019 11:28:52 -0800 Message-ID: <14452e257423fa74316c314f7a4c5923.squirrel@dancol.org> References: <83bm4fcm8p.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1547753234 19855 195.159.176.226 (17 Jan 2019 19:27:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 17 Jan 2019 19:27:14 +0000 (UTC) User-Agent: SquirrelMail/1.4.23 [SVN] Cc: martin rudalics , Eli Zaretskii , Daniel Colascione , Emacs developers To: "Kaushal Modi" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 17 20:27:07 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 esmtp (Exim 4.84_2) (envelope-from ) id 1gkDJh-0004sk-7l for ged-emacs-devel@m.gmane.org; Thu, 17 Jan 2019 20:27:05 +0100 Original-Received: from localhost ([127.0.0.1]:53449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkDLo-0000Z8-8m for ged-emacs-devel@m.gmane.org; Thu, 17 Jan 2019 14:29:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkDLd-0000RJ-OF for emacs-devel@gnu.org; Thu, 17 Jan 2019 14:29:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkDLd-0003lq-3y for emacs-devel@gnu.org; Thu, 17 Jan 2019 14:29:05 -0500 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:34088) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gkDLa-0003WM-H7; Thu, 17 Jan 2019 14:29:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:To:From:Subject:Date:References:In-Reply-To:Message-ID; bh=ve6wvEh2AfX6QD8H142DuBXyZ2c8L/Z5O4jBRHp8Jb4=; b=qdBbQCCl3q2Q/pwoaz6I+NUcIPH8IQTCj3vpCL3RB2UKFHXYrXlgPJL9uTSDM/aKoLSQX4KpQI+Y1HMjumG/Ej1lf11IIztB7inSCXfD+UF5eJLeXcI5ihJAEK04vxJHREH5qtKtd8lPMpy638IWSbGqhJFO5Pk6uPI1f5wukafdBB62Xn0Lm3qWVoMvG4cielS1KTA5q7ZJiAkxD9nHNUU+c6K/3/ngLM4k4Ejkt4y2trV5g8uXYvkKy9rVaToFWv+YL9lXCnvQdpqMemJQmZVFF5J/RTBWuLwseeCLKLP/TOZ7bEWOqGks4VpS9VEaZ5FTGld8ZA05+L6KTwhpEQ==; Original-Received: from localhost ([127.0.0.1] helo=dancol.org) by dancol.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gkDLQ-0001lY-PD; Thu, 17 Jan 2019 11:28:52 -0800 Original-Received: from 127.0.0.1 (SquirrelMail authenticated user dancol) by dancol.org with HTTP; Thu, 17 Jan 2019 11:28:52 -0800 In-Reply-To: X-Priority: 3 (Normal) Importance: Normal X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 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:232438 Archived-At: > On Thu, Jan 17, 2019 at 10:55 AM Eli Zaretskii wrote: > >> > From: Kaushal Modi >> > Date: Thu, 17 Jan 2019 10:49:20 -0500 >> > >> > Now during emacs init, I get this new warning too: >> > >> > > face-attribute: Invalid face: tooltip >> > >> > So probably window-setup-hook is getting run before frame init is >> over? >> >> No, I think this is a bug caused by the pdumper. >> > > Thanks. > > Another data point: This issue occurs with emacsclient GUI, but not with > emacs GUI. Yep. I'll look at it. It's worth testing this sort of weirdness with --with-dumping=unexec too.