From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Kellermann Newsgroups: gmane.emacs.help Subject: Re: Default font when creating a new frame Date: Fri, 22 Jun 2012 12:23:21 +0200 Organization: A noiseless patient Spider Message-ID: <87mx3vbq7a.fsf@pestilenz.org> References: <87395nrd7l.fsf@pestilenz.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340360722 20910 80.91.229.3 (22 Jun 2012 10:25:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Jun 2012 10:25:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 22 12:25:21 2012 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 1Si13F-0007iw-SX for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Jun 2012 12:25:18 +0200 Original-Received: from localhost ([::1]:55332 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si13F-0003ox-Qb for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Jun 2012 06:25:17 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!news2.euro.net!feeds.phibee-telecom.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Injection-Info: mx04.eternal-september.org; posting-host="gywgUN1f3JkxUcTG8Cw3zg"; logging-data="24417"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19V8Nr73kvBZgg3u1QvKlJy" User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Location: Nuremberg, Germany Cancel-Lock: sha1:cJ3gY6Bagd+oDAZjWTU9h2Drgkk= sha1:S0+YfpR6kNaCdTOQEegaAnkH7F0= Original-Xref: usenet.stanford.edu gnu.emacs.help:192967 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:85362 Archived-At: Peter Dyballa writes: >> Why is set-default-font not enough and what should I use instead? > > Maybe because GNU Emacs is using initial-frame-alist and > default-frame-alist. This can lead to different settings applied to > the first, initial, frame and others applied to the other frames. I > think > > (setq initial-frame-alist default-frame-alist) Hm, I have set this as the first statement in my .emacs but it has no effect on the font when opening a new frame.