From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#9646: 24.0.90; Daemon does not heed desired font Date: Sat, 01 Oct 2011 20:56:11 +0300 Message-ID: <837h4od29w.fsf@gnu.org> References: <8762k8x3hq.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1317491819 14808 80.91.229.12 (1 Oct 2011 17:56:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 1 Oct 2011 17:56:59 +0000 (UTC) Cc: 9646@debbugs.gnu.org To: Eythan Weg Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 01 19:56:55 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RA3nx-0007g4-3S for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Oct 2011 19:56:53 +0200 Original-Received: from localhost ([::1]:41471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RA3nw-00051g-Ob for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Oct 2011 13:56:52 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RA3nu-00051Q-AS for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2011 13:56:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RA3nt-0005r9-7W for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2011 13:56:50 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RA3ns-0005r1-Ss for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2011 13:56:49 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RA3p3-00041s-Ia for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2011 13:58:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 01 Oct 2011 17:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9646 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9646-submit@debbugs.gnu.org id=B9646.131749185215455 (code B ref 9646); Sat, 01 Oct 2011 17:58:01 +0000 Original-Received: (at 9646) by debbugs.gnu.org; 1 Oct 2011 17:57:32 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RA3oa-00041D-AP for submit@debbugs.gnu.org; Sat, 01 Oct 2011 13:57:32 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RA3oT-000411-GO for 9646@debbugs.gnu.org; Sat, 01 Oct 2011 13:57:31 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LSE00C00F2TD400@a-mtaout20.012.net.il> for 9646@debbugs.gnu.org; Sat, 01 Oct 2011 20:56:11 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.126.229.231]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LSE00AC8F5MK661@a-mtaout20.012.net.il>; Sat, 01 Oct 2011 20:56:11 +0300 (IDT) In-reply-to: <8762k8x3hq.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 01 Oct 2011 13:58:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52050 Archived-At: > From: Eythan Weg > Date: Sat, 01 Oct 2011 09:09:37 -0400 > > I start emacs --daemon with the .emacs content just this: > > (setq initial-frame-alist '((font . "DejaVu Sans"))) > > Now visit a file with hebrew text. The hebrew chars are shown using > freefont. Do the same without --daemon and the font is chosen > correctly. The daemon does not display its initial frame, so you are customizing a frame that is never shown. Why do you request this font only for the initial frame? If you do the same with default-frame-alist, does it do what you want, both in daemon mode and normal invocation?