From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zhongwei Yao Newsgroups: gmane.emacs.help Subject: set-face-attribute when starting daemon Date: Mon, 2 Mar 2015 12:04:12 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1425269072 9016 80.91.229.3 (2 Mar 2015 04:04:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2015 04:04:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 02 05:04:30 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YSHak-0000uu-Vz for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2015 05:04:27 +0100 Original-Received: from localhost ([::1]:54858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSHak-0006kp-6g for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Mar 2015 23:04:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSHaZ-0006kk-Sq for help-gnu-emacs@gnu.org; Sun, 01 Mar 2015 23:04:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSHaY-0008S5-Rt for help-gnu-emacs@gnu.org; Sun, 01 Mar 2015 23:04:15 -0500 Original-Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:42297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSHaY-0008Rv-JK for help-gnu-emacs@gnu.org; Sun, 01 Mar 2015 23:04:14 -0500 Original-Received: by lamq1 with SMTP id q1so4595348lam.9 for ; Sun, 01 Mar 2015 20:04:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=gVIwTEIpMGAIoiqw7Dwf+xiHPKl5J4LslgClwH+TvPY=; b=l29YTfVEwMA384MLWIuMx/JuPBgG6+YFtAK7W5/g1bcCa464tMv1hZ8IuNnB/6qf8Z RsaAi7tFmmgq3fye0BKUlwHV5SqhUZSWMXpHRbmypgRfTgzhHyMq2i/1IoJAd8KwFtqB v3fKFlKcmJ3jSeoLT1aMy7jbMuGFJ7iVR3/DEkVfjCpQLZeJWXc7g5jzn8QMn2ikZcYP WDO2vJar4huAEIAogcCzbYJKXT6o2B54/hmVzuOUuzRJxQNh6Cd+LzfXj7Xk2okb5HOF u8LKZIGm4BaCi9tVQHimOwxHhxZnDCbFJKUNBXu9z5EDnYZWfPzaM/itAXew3zV/v6Ca 6sGQ== X-Received: by 10.153.7.100 with SMTP id db4mr22765041lad.9.1425269052897; Sun, 01 Mar 2015 20:04:12 -0800 (PST) Original-Received: by 10.114.68.130 with HTTP; Sun, 1 Mar 2015 20:04:12 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102974 Archived-At: Hi, all, I run emacs --daemon into this error on mac os x: Error: server did not start correctly and I find it is caused by my following configuration: (set-face-attribute 'default nil :font "Courier New 15")) I try to run with emacs --daemon -debug-init, but it prints nothing. However, if I run emacs directly (without --daemon), it would give not any error. Thanks, Zhongwei