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 11:41:36 -0800 (PST) Organization: http://groups.google.com Message-ID: 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 1263156051 31642 80.91.229.12 (10 Jan 2010 20:40:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Jan 2010 20:40:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 10 21:40:44 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 1NU4aZ-000159-Gl for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Jan 2010 21:40:43 +0100 Original-Received: from localhost ([127.0.0.1]:40357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NU4aZ-0001A7-Sf for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Jan 2010 15:40:43 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!s31g2000yqs.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 81.183.103.110 Original-X-Trace: posting.google.com 1263152497 5487 127.0.0.1 (10 Jan 2010 19:41:37 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 10 Jan 2010 19:41:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s31g2000yqs.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:176084 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:71156 Archived-At: On jan. 10, 10:27, Peter Dyballa wrote: > Maybe it helps to set default- and initial-frame-alist... Thanks, Peter, for the suggestion! In fact I already have these (related to frame-settings) in my .emacs: '(default-frame-alist (quote ((tool-bar-lines . 0) (menu-bar-lines . 1)))) '(display-buffer-reuse-frames t) '(emacsw32-style-frame-title t) ;; I use EmacsW32 on MS Windows and try to use the same .emacs... '(initial-frame-alist (quote ((top . 20) (left . 430) (height . 58) (width . 100)))) '(special-display-frame-alist (quote ((height . 44) (width . 75) (unsplittable . t) (user-size . t) (left . 10) (top . 10) (user- position . t)))) '(w32-feeling-max-frames nil) It seems for me that fonts are OK when I start "emacs". If I run `server-start' and then connect to it with "emacsclient -c", then fonts remain OK. I guess maybe the '-a=""' option starts the server (daemon) in a different (faulty?) way...?