From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: X window display bug? Date: Tue, 23 Dec 2008 17:23:34 +0100 Message-ID: <49511086.5050107@swipnet.se> References: <87hc5oc68d.fsf@unicorn.lan> <494A9C09.50407@swipnet.se> <873agkzg1i.fsf@unicorn.lan> <494D117E.7010608@swipnet.se> <87hc4x4rrm.fsf@unicorn.lan> <4950A219.1070802@swipnet.se> <87y6y7fclv.fsf@unicorn.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1230049449 12615 80.91.229.12 (23 Dec 2008 16:24:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Dec 2008 16:24:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bo Lin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 23 17:25:15 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 1LFA45-0006n7-Am for ged-emacs-devel@m.gmane.org; Tue, 23 Dec 2008 17:25:01 +0100 Original-Received: from localhost ([127.0.0.1]:35368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LFA2s-0007Zp-GT for ged-emacs-devel@m.gmane.org; Tue, 23 Dec 2008 11:23:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LFA2m-0007Y4-OT for emacs-devel@gnu.org; Tue, 23 Dec 2008 11:23:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LFA2k-0007Wt-TI for emacs-devel@gnu.org; Tue, 23 Dec 2008 11:23:40 -0500 Original-Received: from [199.232.76.173] (port=43722 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LFA2k-0007Wl-Nf for emacs-devel@gnu.org; Tue, 23 Dec 2008 11:23:38 -0500 Original-Received: from proxy2.bredband.net ([195.54.101.72]:37079) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LFA2k-0003cZ-0p for emacs-devel@gnu.org; Tue, 23 Dec 2008 11:23:38 -0500 Original-Received: from ironport2.bredband.com (195.54.101.122) by proxy2.bredband.net (7.3.127) id 494BF3020012B101 for emacs-devel@gnu.org; Tue, 23 Dec 2008 17:23:36 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiBEAMqeUElV4S1uPGdsb2JhbACBbIceilkBAQEBNasPWJFkhkM Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ironport2.bredband.com with ESMTP; 23 Dec 2008 17:23:36 +0100 Original-Received: from [172.20.199.5] (winter [172.20.199.5]) by coolsville.localdomain (Postfix) with ESMTPSA id ED6DD7FA07A; Tue, 23 Dec 2008 17:23:35 +0100 (CET) User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) In-Reply-To: <87y6y7fclv.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:107238 Archived-At: Bo Lin skrev: > Hi Jan, >=20 > Jan Dj=C3=A4rv writes: >=20 >> Hmm, can you try to recompile your Emacs with just -g (i.e. no -O)? >=20 > Yes, this is Emacs 23.0.60.2 (as of Dec 19) compiled with CFLAGS=3D'-g'= , > no -O >=20 Have you tried running with another font, like % emacs -Q -fn fixed The size of the fringes suggests tha Emacs miscalculates the font width, = or=20 that the font itself is buggy. Jan D.