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: face-valid-attribute-values chokes on font-family-list and new font-*-table vars Date: Fri, 13 Jun 2008 17:47:37 +0200 Message-ID: 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 1213372094 19756 80.91.229.12 (13 Jun 2008 15:48:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2008 15:48:14 +0000 (UTC) To: "emacs-devel Mailinglist" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 13 17:48:57 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 1K7BVz-0006iL-OB for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 17:48:36 +0200 Original-Received: from localhost ([127.0.0.1]:33603 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7BVC-0006jB-1y for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 11:47:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7BV7-0006ij-7G for emacs-devel@gnu.org; Fri, 13 Jun 2008 11:47:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7BV5-0006iL-Iu for emacs-devel@gnu.org; Fri, 13 Jun 2008 11:47:40 -0400 Original-Received: from [199.232.76.173] (port=53093 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7BV5-0006iI-Cs for emacs-devel@gnu.org; Fri, 13 Jun 2008 11:47:39 -0400 Original-Received: from ik-out-1112.google.com ([66.249.90.181]:40867) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7BV5-0002JQ-1D for emacs-devel@gnu.org; Fri, 13 Jun 2008 11:47:39 -0400 Original-Received: by ik-out-1112.google.com with SMTP id c21so3076100ika.2 for ; Fri, 13 Jun 2008 08:47:37 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=41BoEN10mtZRGu2wDB5RSh7aO0+z6ntIf6KskpvGZ0s=; b=hjwRGj93aWLvuexBxXfcRshw7XRxWUX4iwmZTPJbMeulkfaaryfk5A8u5Jtxg2uNTd bXSFmHBLU9gxZXniNBXMUOfZYVLxP91szPqo3zp9LOmBiNEDodRbTZJD3IcdOPvTU89x geQuPNvtKwc9bQDT0MpZ4tk2d/BxsTYICt2x4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=pDVa15FCfOo+PGRyLWLaZiVep5Gluq2bCDr3fGP/COiX7nF8BlfEM5OjgVIisMfmdx L8ghjQtIx4H6KQ5d97x4nLREiXE8KSL7Y00tgV1l2ngjUww6S9yFifeZXLjM4HDo5OHL hK6JAsm++13BS2rl3bUUbRWxzKPfzljkiTFu8= Original-Received: by 10.210.26.10 with SMTP id 10mr2722006ebz.63.1213372057056; Fri, 13 Jun 2008 08:47:37 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Fri, 13 Jun 2008 08:47:37 -0700 (PDT) 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:99115 Archived-At: ELISP> (face-valid-attribute-values :family) *** Eval error *** Wrong type argument: listp, System ELISP> (face-valid-attribute-values :width) *** Eval error *** Wrong type argument: listp, [50 ultra-condensed ultracondensed] ELISP> (face-valid-attribute-values :weight) *** Eval error *** Wrong type argument: listp, [0 thin] ELISP> (face-valid-attribute-values :slant) *** Eval error *** Wrong type argument: listp, [0 reverse-oblique ro] ELISP> Juanma