From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geoffrey Alan Washburn Newsgroups: gmane.emacs.devel Subject: Re: unicode-2 branch segfaulting on MacOS X? Date: Fri, 27 Oct 2006 09:36:31 -0400 Message-ID: <45420B5F.3000006@cis.upenn.edu> References: <453C1834.6040909@cis.upenn.edu> <453C37D6.9090206@cis.upenn.edu> <453C92AF.7060100@cis.upenn.edu> <453CBBD5.9010900@cis.upenn.edu> <4541D9FD.6030707@cis.upenn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161951522 23671 80.91.229.2 (27 Oct 2006 12:18:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Oct 2006 12:18:42 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 27 14:18:41 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GdQfO-0007ZJ-E3 for ged-emacs-devel@m.gmane.org; Fri, 27 Oct 2006 14:18:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdQfN-0001Gm-Lz for ged-emacs-devel@m.gmane.org; Fri, 27 Oct 2006 08:18:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdQbU-0006JV-4l for emacs-devel@gnu.org; Fri, 27 Oct 2006 08:14:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdQbP-0006HI-BK for emacs-devel@gnu.org; Fri, 27 Oct 2006 08:14:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdQbP-0006H6-3F for emacs-devel@gnu.org; Fri, 27 Oct 2006 08:14:23 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GdQbO-0008A7-DE for emacs-devel@gnu.org; Fri, 27 Oct 2006 08:14:22 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GdQax-0006XQ-GY for emacs-devel@gnu.org; Fri, 27 Oct 2006 14:13:55 +0200 Original-Received: from c-68-39-209-108.hsd1.pa.comcast.net ([68.39.209.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Oct 2006 14:13:55 +0200 Original-Received: from geoffw by c-68-39-209-108.hsd1.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Oct 2006 14:13:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-68-39-209-108.hsd1.pa.comcast.net User-Agent: Thunderbird 2.0b1pre (X11/20061026) In-Reply-To: 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:61231 Archived-At: Kenichi Handa wrote: > > Hmmm, this means that your "bitstream vera sans mono" font > doesn't have FC_WIDTH property. Very strange. What does > this command return? > > % fc-list 'bitstream vera sans mon' width Strange, it just returned a blank line. After deleting the Bitstream fontconfig cache file and rebuilding with "sudo fc-cache", this fixed problems as far as fc-list was concerned. % fc-list fc-list 'bitstream vera sans mono' width :width=100 However, emacs is still reporting that it is getting an empty string for the width property. That is, your new error message peculiar error: "invalid font property", (:width . "")