From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Emacs-trunk half window? Date: Tue, 26 Jan 2010 11:54:39 +0100 Message-ID: <4B5EC9EF.2020009@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1264503310 9412 80.91.229.12 (26 Jan 2010 10:55:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2010 10:55:10 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 26 11:55:02 2010 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 1NZj4W-0007bf-AK for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2010 11:55:00 +0100 Original-Received: from localhost ([127.0.0.1]:36417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZj4X-0006f8-6H for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2010 05:55:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZj4P-0006f3-3e for emacs-devel@gnu.org; Tue, 26 Jan 2010 05:54:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZj4I-0006ei-Q2 for emacs-devel@gnu.org; Tue, 26 Jan 2010 05:54:51 -0500 Original-Received: from [199.232.76.173] (port=38140 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZj4I-0006ef-Ft for emacs-devel@gnu.org; Tue, 26 Jan 2010 05:54:46 -0500 Original-Received: from smtp-out26.alice.it ([85.33.2.26]:3403) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZj4I-0000EM-3H for emacs-devel@gnu.org; Tue, 26 Jan 2010 05:54:46 -0500 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out26.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Tue, 26 Jan 2010 11:54:43 +0100 Original-Received: from FBCMCL01B03.fbc.local ([192.168.69.84]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Tue, 26 Jan 2010 11:54:41 +0100 Original-Received: from [82.55.237.138] ([82.55.237.138]) by FBCMCL01B03.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Tue, 26 Jan 2010 11:54:41 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 X-OriginalArrivalTime: 26 Jan 2010 10:54:41.0617 (UTC) FILETIME=[F66CD410:01CA9E75] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:120431 Archived-At: When I run the build of current trunk, rev. 99386, Emacs starts with a window of 19 lines instead of 35, as it did until the last build, on 2010.01.20. This happens on GNU/Linux Kubuntu 9.10 with the following .Xdefaults: ------------------------ Emacs.FontBackend: xft Emacs.font: Monospace 13 Emacs.geometry: -0+0 ! ---------[ xft ] --------- Xft*antialias: true Xft*autohint: true ------------------------ In the above, the line which causes this 'half window' is: Emacs.font: Monospace 13 Removing it, Emacs starts with a 'full' window of 38 lines, but with Monospace 12 and not 13, as I would. Setting '13', manually, with 'Options | Set Default Font' still have 38 lines. Is this a regression or a new behavior? In this last case, how I can set 'Monospace 13' in .Xdefaults? I need the above .Xdefaults since November 2009. Indeed, as you remember, that time there was a thread closed with [*]. Before I never had .Xdefault on K-9.10. (Really in [*] I reported 'Monospace 12', but '12' was too small, so I changed to '13', and that was fine). Ciao, Angelo. --- [*] http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg01290.html