help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: set-face-attribute when starting daemon


From: Eli Zaretskii
Subject: Re: set-face-attribute when starting daemon
Date: Mon, 02 Mar 2015 15:17:26 +0200

> Date: Mon, 2 Mar 2015 12:04:12 +0800
> From: Zhongwei Yao <ashi08104@gmail.com>
> 
> 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"))

Don't do that if daemonp returns non-nil.  There are no frames when
the daemon starts, and so no faces to change their attributes.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]