From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: assertion fails Date: Sun, 27 Feb 2005 00:19:03 +0100 Message-ID: References: <20050225.101616.160723669.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109460822 4098 80.91.229.2 (26 Feb 2005 23:33:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Feb 2005 23:33:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 27 00:33:42 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5BRD-0003Lb-GI for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 00:33:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5BjE-0005dg-22 for ged-emacs-devel@m.gmane.org; Sat, 26 Feb 2005 18:52:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5Bgh-00043B-7C for emacs-devel@gnu.org; Sat, 26 Feb 2005 18:49:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5BgV-0003xu-5t for emacs-devel@gnu.org; Sat, 26 Feb 2005 18:49:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5BgU-0003ui-Sc for emacs-devel@gnu.org; Sat, 26 Feb 2005 18:49:18 -0500 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D5BDE-0005qj-Sg for emacs-devel@gnu.org; Sat, 26 Feb 2005 18:19:05 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepa.post.tele.dk (Postfix) with SMTP id 04B6B47FE65; Sun, 27 Feb 2005 00:19:03 +0100 (CET) Original-To: Tak Ota In-Reply-To: <20050225.101616.160723669.Takaaki.Ota@am.sony.com> (Tak Ota's message of "Fri, 25 Feb 2005 10:16:16 -0800 (PST)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33849 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33849 Tak Ota writes: > Hi Kim, > > Sorry I neglected having my homework done before reporting the > incident. Now I've narrowed it to a specific case. Here is the > recipe. > > 1. Start emacs with emacs -Q > 2. Evaluate this: > > (progn > (setq w32-bdf-filename-alist > (w32-find-bdf-fonts '("c:/emacs/intlfonts-1.1/Test"))) > (set-default-font "fontset-bdf") > (call-interactively 'info)) > > 3. Observe assertion failure. > > In the font directory "c:/emacs/intlfonts-1.1/Test" there is only one > BDF file which is attached to this message. This could be a bug in that specific bdf font -- but I don't use w32, so I cannot test it. If possible, can you run this in a debugger and print out the value of *it ? -- Kim F. Storm http://www.cua.dk