From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: What is the proper way to set the default font these days? Date: Wed, 10 Jun 2009 18:07:44 -0400 Message-ID: References: <7b501d5c0906060758n3113b6cdr37a5635b389428b8@mail.gmail.com> <87ab4k3g04.fsf@catnip.gol.com> <4A2BB621.201@harpegolden.net> <8763f6g61q.fsf@uwakimon.sk.tsukuba.ac.jp> <7b501d5c0906080759wba474b4re93ecbfdf94c9629@mail.gmail.com> <873aaag1wf.fsf@cyd.mit.edu> <878wk2utjs.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244671777 18463 80.91.229.12 (10 Jun 2009 22:09:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Jun 2009 22:09:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 11 00:09:34 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MEVz7-0008BG-Ve for ged-emacs-devel@m.gmane.org; Thu, 11 Jun 2009 00:09:31 +0200 Original-Received: from localhost ([127.0.0.1]:56640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEVz7-0002gr-FK for ged-emacs-devel@m.gmane.org; Wed, 10 Jun 2009 18:09:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEVxY-0002EN-Oo for emacs-devel@gnu.org; Wed, 10 Jun 2009 18:07:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEVxT-0002BQ-Td for emacs-devel@gnu.org; Wed, 10 Jun 2009 18:07:52 -0400 Original-Received: from [199.232.76.173] (port=40319 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEVxT-0002BL-PW for emacs-devel@gnu.org; Wed, 10 Jun 2009 18:07:47 -0400 Original-Received: from smtp-02.vtx.ch ([212.147.0.114]:60897) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEVxR-000887-Vr; Wed, 10 Jun 2009 18:07:46 -0400 Original-Received: from alfajor.home (dyn.144-85-210-209.dsl.vtx.ch [144.85.210.209]) by smtp-02.vtx.ch (VTX Services SA) with ESMTP id E95D95FDC5; Thu, 11 Jun 2009 00:07:44 +0200 (CEST) Original-Received: by alfajor.home (Postfix, from userid 20848) id C2F0064339; Wed, 10 Jun 2009 18:07:44 -0400 (EDT) In-Reply-To: <878wk2utjs.fsf@catnip.gol.com> (Miles Bader's message of "Tue, 09 Jun 2009 09:42:15 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111420 Archived-At: > I agree, but at least on X, that leads to annoying frame-thrashing on > startup. > [Of course, such frame-thrashing is just stupid, and we really should > delay mapping the initial frame to avoid it, but nonetheless it's the > current reality...] I believe you can avoid the frame thrashing now, by using the emacs-daemon ;-) Stefan