From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Emacs choosing a font with no latin characters when passed a bogus -fn Date: Sun, 22 Jun 2008 04:22:17 +0200 Message-ID: References: <485D8521.4050003@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1214101353 12910 80.91.229.12 (22 Jun 2008 02:22:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Jun 2008 02:22:33 +0000 (UTC) Cc: emacs-devel Mailinglist To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 22 04:23:18 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 1KAFEb-0004Id-OS for ged-emacs-devel@m.gmane.org; Sun, 22 Jun 2008 04:23:18 +0200 Original-Received: from localhost ([127.0.0.1]:39213 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAFDm-0001y1-LO for ged-emacs-devel@m.gmane.org; Sat, 21 Jun 2008 22:22:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAFDh-0001x8-29 for emacs-devel@gnu.org; Sat, 21 Jun 2008 22:22:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAFDf-0001wR-8U for emacs-devel@gnu.org; Sat, 21 Jun 2008 22:22:20 -0400 Original-Received: from [199.232.76.173] (port=54430 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAFDf-0001wM-3t for emacs-devel@gnu.org; Sat, 21 Jun 2008 22:22:19 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.172]:17232) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KAFDe-0006kz-Ui for emacs-devel@gnu.org; Sat, 21 Jun 2008 22:22:19 -0400 Original-Received: by ug-out-1314.google.com with SMTP id l31so220592ugc.48 for ; Sat, 21 Jun 2008 19:22:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=96RMr0B45KHyvUgp5AfcilMLHcgIbfQ2mBxtZwJAoi4=; b=WJ7CHfG64NGLVmgDCl6Oe+ceNR71LRpQ82on9vcJbPzlPzyqsOQzucSJtQxb4+UfXm w+/zy+aEth/HM8322By0za09ru2NRE7KsSKlkYawMzoT/aEMnjVCfYZRPCil9v5HedhW aP45T2wLqdJhe0dsEWBiJPuZVRqRrazaOHuf8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=X52jtNhWqq79kL2SVyKnlpDl2jPqnx1MDWJEQCNfcDglj2dcfSY+SFGGfzj2NXQeYr gt/RM7qZNF/KpQzzVYHgBuRHXH99110t7wZJSWyaJ1/V86kUwIagKYmDL/Srl15bpilM y7mHM0N2vNnkqH6wqwusYTLeqtXrN5ihnZvV4= Original-Received: by 10.210.30.10 with SMTP id d10mr4579698ebd.150.1214101337611; Sat, 21 Jun 2008 19:22:17 -0700 (PDT) Original-Received: by 10.210.23.12 with HTTP; Sat, 21 Jun 2008 19:22:17 -0700 (PDT) In-Reply-To: <485D8521.4050003@gnu.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:99664 Archived-At: On Sun, Jun 22, 2008 at 00:48, Jason Rumney wrote: > I added a script condition to the entry for iso10646-1 fonts for latin > characters in fontset.el, which should result in a random latin font > being selected instead of using these fonts. With a trunk build from today, I still see the same problem. > Where did the 428567 come from? This looks like a real bug, though it > does later get reverted to 16, so probably never noticeable. No idea. I can try to debug it, if you can point out what/where to look for (approx.). Juanma