From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: What is the proper way to set the default font these days? Date: Sun, 7 Jun 2009 02:25:43 +0200 Message-ID: <7b501d5c0906061725g3961ed57pa8e071d88e873c96@mail.gmail.com> References: <7b501d5c0906060758n3113b6cdr37a5635b389428b8@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1244334353 31822 80.91.229.12 (7 Jun 2009 00:25:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Jun 2009 00:25:53 +0000 (UTC) Cc: Emacs-Devel devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 07 02:25:51 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 1MD6Cs-0006SR-FO for ged-emacs-devel@m.gmane.org; Sun, 07 Jun 2009 02:25:50 +0200 Original-Received: from localhost ([127.0.0.1]:49993 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MD6Cr-0007Yb-K7 for ged-emacs-devel@m.gmane.org; Sat, 06 Jun 2009 20:25:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MD6Cn-0007Wj-8c for emacs-devel@gnu.org; Sat, 06 Jun 2009 20:25:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MD6Cm-0007WH-RD for emacs-devel@gnu.org; Sat, 06 Jun 2009 20:25:45 -0400 Original-Received: from [199.232.76.173] (port=55606 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MD6Cm-0007W5-Nh for emacs-devel@gnu.org; Sat, 06 Jun 2009 20:25:44 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.157]:10362) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MD6Cm-00051d-Cn for emacs-devel@gnu.org; Sat, 06 Jun 2009 20:25:44 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l27so398923fgb.7 for ; Sat, 06 Jun 2009 17:25:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=KjClSfhJDXWJ+uticBM2CkITorl80TXmp1vdKWraQKI=; b=vi7VCuzImehfaQwiZfTY4Sb1Cj6wFQgRp8fJ5L25Zd26rni5HzQuRMqWbR8p4IqqUP B3g9OEXu1+mpe3wlFoREr5dgNMvlXbEmtN5TgskitT9WLFyvNio1g+rz5YkGPMlBjmWu 5jRjHg7aXCKZXssyfp6ySNXZ/dnKJW1Tk2L1U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=A9CypVs6l7XCdf+dN4XrYrLd6/5s5S67HSA9ipJvtPmop2iaeI5C0XLKK+qwojYHTW 2TlYmn3wnQ95832xBI/HpGuOy8+5UjIk+LvaLz+6TAe8BTuypzVJccXkdKcVU19uEHE5 XASlcb3fyCTyp1ZVDJ/MUW/2XbXZhv3nP8lUA= Original-Received: by 10.86.57.9 with SMTP id f9mr5565197fga.33.1244334343686; Sat, 06 Jun 2009 17:25:43 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:111361 Archived-At: 2009/6/6 Stefan Monnier : >> Since I started using Emacs 23, I've been having some problems with >> Emacs (the windowed UI, is this called Emacs-GTK mayhap?) in >> combination with the XMonad window manager. =A0To put it short, there is >> some problem with Emacs' timing between setting the font and telling >> the window manager how big the frame is (or maybe the other way >> around, I don't know X). > > Does this problem only affect the first frame created? > I.e. does it also happen after C-x 5 2? > > > =A0 =A0 =A0 =A0Stefan > Using just "emacs", it seems to happen only for the first frame. However, using "emacs --daemon" and then "emacsclient -c", it does *not* happen for the first frame. --=20 Deniz Dogan