From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Tury Newsgroups: gmane.emacs.help Subject: Re: different fonts in Emacs and Emacsclient!? Date: Sun, 10 Jan 2010 14:56:29 -0800 (PST) Organization: http://groups.google.com Message-ID: <20e97a95-8ff9-48fa-8776-2666ff588fc2@f5g2000yqh.googlegroups.com> References: <1b7fa780-54f9-40cf-b4b2-8076b0d23af3@c3g2000yqd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1263166849 30297 80.91.229.12 (10 Jan 2010 23:40:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Jan 2010 23:40:49 +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 Jan 11 00:40:42 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NU7Oi-0007v6-Kw for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jan 2010 00:40:40 +0100 Original-Received: from localhost ([127.0.0.1]:41662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NU7Oj-00025m-8j for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Jan 2010 18:40:41 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!f5g2000yqh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 81.183.103.110 Original-X-Trace: posting.google.com 1263164189 894 127.0.0.1 (10 Jan 2010 22:56:29 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 10 Jan 2010 22:56:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f5g2000yqh.googlegroups.com; posting-host=81.183.103.110; posting-account=Xb8sGQoAAABwL3BYvXXbA1TD0PsAYrcM User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; hu-HU; rv:1.9.1.7) Gecko/20100106 Ubuntu/9.10 (karmic) Firefox/3.5.7,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:176092 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71164 Archived-At: For me it seems the problem is around --daemon: if I 1a) start emacs as daemon and then 1b) connect to it (with emacsclient), I get different fonts than if I 2a) start emacs normally, then 2b) start server in it (with `server-start') and then 2c) connect to it (with emacsclient). It seems as if daemon start would somehow loose some (user-related?) info affecting final font size. I don't know if fork, execvp etc. (used in emacs.c for handling --daemon) could cause this...