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: "Wrong type argument" for new face aliases Date: Fri, 17 Jun 2005 11:05:20 +0200 Message-ID: Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1119000174 15178 80.91.229.2 (17 Jun 2005 09:22:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2005 09:22:54 +0000 (UTC) Cc: miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 11:22:46 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DjD3b-00074j-WE for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 11:22:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjD9A-00053T-7d for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 05:28:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DjCth-0007vl-4f for emacs-devel@gnu.org; Fri, 17 Jun 2005 05:12:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DjCtc-0007uG-RJ for emacs-devel@gnu.org; Fri, 17 Jun 2005 05:12:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjCtb-0007nK-J8 for emacs-devel@gnu.org; Fri, 17 Jun 2005 05:12:15 -0400 Original-Received: from [64.233.182.207] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DjCos-00084N-Kc for emacs-devel@gnu.org; Fri, 17 Jun 2005 05:07:22 -0400 Original-Received: by nproxy.gmail.com with SMTP id i2so38807nfe for ; Fri, 17 Jun 2005 02:05:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=XNHRnUjzay1yiesWTf3zuq/VBRsI2X4IWLThvRkTVWj/ODcjohbdDTeL7qJhpvEtpDwZhM8dmc2K/0AkeGxxjHsEXjK0kf3v7Eyorq0epeCdd7dSFcnZu+9E0x3cse94OLNUr6qGoblp57MrZddotgPu/3kCKZduoCFKKS6HVHo= Original-Received: by 10.48.144.12 with SMTP id r12mr32004nfd; Fri, 17 Jun 2005 02:05:20 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Fri, 17 Jun 2005 02:05:20 -0700 (PDT) Original-To: emacs-devel@gnu.org Content-Disposition: inline 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:39004 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39004 I got these errors on bootstrapping: gnus/gnus-mh.el:37:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-alias.el:35:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-comp.el:37:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-customize.el:84:13:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-e.el:89:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-funcs.el:39:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-identity.el:43:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-index.el:47:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-init.el:41:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-junk.el:36:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-mime.el:39:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-pick.el:37:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-print.el:42:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-seq.el:75:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-speed.el:38:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) mh-e/mh-utils.el:49:1:Error: Wrong type argument: symbolp, (quote mh-folder-body-face) --=20 /L/e/k/t/u