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: Sat, 10 Jan 2009 13:15:25 +0100 Message-ID: <4968915D.2020103@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> <49511086.5050107@swipnet.se> <87hc47k9n4.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 1231589757 12932 80.91.229.12 (10 Jan 2009 12:15:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2009 12:15:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bo Lin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 10 13:17:09 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 1LLclo-00044J-JR for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 13:16:52 +0100 Original-Received: from localhost ([127.0.0.1]:53113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLckY-0007QB-Hf for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 07:15:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLckU-0007Pb-VO for emacs-devel@gnu.org; Sat, 10 Jan 2009 07:15:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLckT-0007Nu-DJ for emacs-devel@gnu.org; Sat, 10 Jan 2009 07:15:30 -0500 Original-Received: from [199.232.76.173] (port=44007 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLckT-0007NW-5h for emacs-devel@gnu.org; Sat, 10 Jan 2009 07:15:29 -0500 Original-Received: from proxy1.bredband.net ([195.54.101.71]:58285) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLckS-0000oO-Pt for emacs-devel@gnu.org; Sat, 10 Jan 2009 07:15:29 -0500 Original-Received: from ironport2.bredband.com (195.54.101.122) by proxy1.bredband.net (7.3.127) id 494BF21C00592FC4 for emacs-devel@gnu.org; Sat, 10 Jan 2009 13:15:27 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Akk4AIsgaElV4S1uPGdsb2JhbACBbIclinUBAQEBNbwrhW8 Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ironport2.bredband.com with ESMTP; 10 Jan 2009 13:15:26 +0100 Original-Received: from [172.20.199.5] (winter [172.20.199.5]) by coolsville.localdomain (Postfix) with ESMTPSA id 317E27FA07B; Sat, 10 Jan 2009 13:15:26 +0100 (CET) User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) In-Reply-To: <87hc47k9n4.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:107749 Archived-At: Bo Lin skrev: > Hi Jan, >=20 > Jan Dj=C3=A4rv writes: >=20 >> Bo Lin skrev: >>> Hi Jan, >>> >>> Jan Dj=C3=A4rv writes: >>> >>>> Hmm, can you try to recompile your Emacs with just -g (i.e. no -O)? >>> Yes, this is Emacs 23.0.60.2 (as of Dec 19) compiled with CFLAGS=3D'-= g', >>> no -O >>> >> Have you tried running with another font, like >> % emacs -Q -fn fixed >> >=20 > Yes, that fixes the problem! Seems it's caused by using non fixed-width > font as "default font". I don't why emacs would choose a variable-width > font as default font when -fn is not explicitly specified though, > definitely not my "Monospace" font according to fc-match: >=20 > $ fc-match monospace > VeraMono.ttf: "Bitstream Vera Sans Mono" "Roman" It could be a bad font, but it could also be corrupted cache files. Try % rm -rf ~/.font-cache* ~/.fontconfig % sudo fc-cache --force This rebuilds the cache files, it may take some time. Jan D.