From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: X window display bug? Date: Thu, 18 Dec 2008 19:52:57 +0100 Message-ID: <494A9C09.50407@swipnet.se> References: <87hc5oc68d.fsf@unicorn.lan> 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 1229626436 17260 80.91.229.12 (18 Dec 2008 18:53:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2008 18:53:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bo Lin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 18 19:55:01 2008 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 1LDO1V-0001hf-B8 for ged-emacs-devel@m.gmane.org; Thu, 18 Dec 2008 19:55:01 +0100 Original-Received: from localhost ([127.0.0.1]:40162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDO0J-0007oc-BH for ged-emacs-devel@m.gmane.org; Thu, 18 Dec 2008 13:53:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDNzb-0007Fy-53 for emacs-devel@gnu.org; Thu, 18 Dec 2008 13:53:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDNzY-0007DF-Cq for emacs-devel@gnu.org; Thu, 18 Dec 2008 13:53:02 -0500 Original-Received: from [199.232.76.173] (port=37928 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDNzY-0007D1-1N for emacs-devel@gnu.org; Thu, 18 Dec 2008 13:53:00 -0500 Original-Received: from proxy3.bredband.net ([195.54.101.73]:49509) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDNzX-0001T6-Hz for emacs-devel@gnu.org; Thu, 18 Dec 2008 13:52:59 -0500 Original-Received: from ironport2.bredband.com (195.54.101.122) by proxy3.bredband.net (7.3.127) id 492A9CFF009B85B4 for emacs-devel@gnu.org; Thu, 18 Dec 2008 19:52:58 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Asg6AGMqSklV4S1uPGdsb2JhbACBbJFqAQEBATWrVViQYIMG Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ironport2.bredband.com with ESMTP; 18 Dec 2008 19:52:58 +0100 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 1DDDB7FA07A; Thu, 18 Dec 2008 19:52:58 +0100 (CET) User-Agent: Thunderbird 2.0.0.18 (X11/20081125) In-Reply-To: <87hc5oc68d.fsf@unicorn.lan> X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:107036 Archived-At: Bo Lin skrev: > Hi emacs-devel, > > I'm getting weird GUI behavior when compiling the latest CVS code > (actually I use git to pull from git://git.sv.gnu.org/emacs.git). > Attached is a screen shot of what it (started with emacs -Q) looks like. > As you can see, the left and right margins are unusually large, I can't > `split-window-horizontally' because "Window width 7 too small (after > splitting)", and the number returned by `window-width' is clearly wrong. > This behavior has been around for at least two months (it has been like > this ever since I started trying to compile emacs23). Any suggestions? Can you post the commands you use to get to the state in the picture? Jan D.