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: Thu, 2 Jul 2009 00:35:52 +0200 Message-ID: <7b501d5c0907011535u712bd57ase521a1cb211bb4ee@mail.gmail.com> References: <7b501d5c0906060758n3113b6cdr37a5635b389428b8@mail.gmail.com> <87ab4k3g04.fsf@catnip.gol.com> <4A2BB621.201@harpegolden.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1246487776 14871 80.91.229.12 (1 Jul 2009 22:36:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Jul 2009 22:36:16 +0000 (UTC) Cc: emacs-devel@gnu.org, James Cloos , David De La Harpe Golden To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 02 00:36:08 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 1MM8PP-0004uY-7L for ged-emacs-devel@m.gmane.org; Thu, 02 Jul 2009 00:36:07 +0200 Original-Received: from localhost ([127.0.0.1]:34591 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM8PO-00080b-IT for ged-emacs-devel@m.gmane.org; Wed, 01 Jul 2009 18:36:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM8PJ-00080E-Rb for emacs-devel@gnu.org; Wed, 01 Jul 2009 18:36:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM8PF-0007zX-Kb for emacs-devel@gnu.org; Wed, 01 Jul 2009 18:36:01 -0400 Original-Received: from [199.232.76.173] (port=42301 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM8PF-0007zU-Gj for emacs-devel@gnu.org; Wed, 01 Jul 2009 18:35:57 -0400 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:51117) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MM8PC-0004Xs-E4; Wed, 01 Jul 2009 18:35:54 -0400 Original-Received: by fxm17 with SMTP id 17so758904fxm.42 for ; Wed, 01 Jul 2009 15:35:52 -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=e4dQMO/5LzXjKCydrKnwib+T3O6KJ+W/t89TZEi3aB8=; b=S5rKW15Df4QORwkmoUw62IQeJEkXwB6N6vxIpEBPl8/vLzuXaKqQ2KU3ydEqzBIYxe es+gk4SmpXUb9Z0RyoYOVng8IDRMKQglnVlgXKiMDNW/ap1jbMleUZELD4uird2Bn9fF 7XCtn+jwhPiZP0IHmmS8Qw6GESGDqXlpIn/e4= 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=HV/bf1JnfpDaQjliQUvLMGmZ1zRPRLqfUN/4zTCCJew4GhNok4DKeVLAi3vEQSH9QD bS7/qTJWe0/V8gQBXlX8GCUfHB2t5TiiUA60bLFX3OR/UlQ5GKK41q1qXW0TLu719UOl /2ZXPFPz9CM8TErUHTzicXCBTZm88ZtYHN9Oc= Original-Received: by 10.204.123.83 with SMTP id o19mr10133280bkr.12.1246487752375; Wed, 01 Jul 2009 15:35:52 -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:111882 Archived-At: Using the latest CVS checkout, I think I have been able to more precisely point out what is going wrong on my computer with XMonad and Emacs. All of the following instructions happen without anything in .Xdefaults (.Xresources doesn't exist). I start Emacs like one normally does, with .emacs removing fringes, the scrollbar, the menubar and the toolbar. This comes up: http://pici.se/pictures/pXCGsmQpd.png Then I modify ~/.emacs, commenting out any removal of fringes, etc. http://pici.se/pictures/avxrLUQYn.png It should be pretty clear looking at the pictures that the "offset" in the first picture is caused from not "updating" the sizes or whatever after having evaluated ~/.emacs. How do I force this? -- Deniz Dogan