From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.help Subject: Theme loading in daemon mode Date: Mon, 21 Jan 2019 10:11:56 +0100 Message-ID: <87bm4a2x43.fsf@free.fr> NNTP-Posting-Host: ciao.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ciao.gmane.org 1548062868 1986 195.159.176.228 (21 Jan 2019 09:27:48 GMT) X-Complaints-To: usenet@ciao.gmane.org NNTP-Posting-Date: Mon, 21 Jan 2019 09:27:48 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 21 10:27:46 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1glVrt-0000RS-AW for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Jan 2019 10:27:45 +0100 Original-Received: from localhost ([127.0.0.1]:50764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glVs2-0000SG-GA for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Jan 2019 04:27:54 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glVrW-0000Rv-Su for help-gnu-emacs@gnu.org; Mon, 21 Jan 2019 04:27:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glVrR-0002mG-89 for help-gnu-emacs@gnu.org; Mon, 21 Jan 2019 04:27:19 -0500 Original-Received: from [195.159.176.228] (port=44638 helo=ciao.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1glVrQ-0002jS-7E for help-gnu-emacs@gnu.org; Mon, 21 Jan 2019 04:27:17 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1glVcd-000sFb-UE for help-gnu-emacs@gnu.org; Mon, 21 Jan 2019 10:11:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ciao.gmane.org Cancel-Lock: sha1:gNqlRGalkjxdVVRRKIYyRhKvQ+c= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.228 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119134 Archived-At: I used to load a theme in my init file while running emacs --daemon. A recent upgrade of Emacs broke this setup and now I get the following error. ,---- | face-attribute: Invalid face: tooltip `---- It seems that all theme related commands fail where there isn't a frame active. What is the correct way to load a theme in daemon modeĀ ? Julien.