From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Problems setting byte-compile-warnings to t Date: Thu, 25 Oct 2007 18:42:26 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193352167 21234 80.91.229.12 (25 Oct 2007 22:42:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Oct 2007 22:42:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 26 00:42:49 2007 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 1IlBPV-0002yV-Iw for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2007 00:42:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlBPM-00059d-C4 for ged-emacs-devel@m.gmane.org; Thu, 25 Oct 2007 18:42:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlBPJ-00058u-5c for emacs-devel@gnu.org; Thu, 25 Oct 2007 18:42:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlBPH-00057u-Fx for emacs-devel@gnu.org; Thu, 25 Oct 2007 18:42:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlBPH-00057r-91 for emacs-devel@gnu.org; Thu, 25 Oct 2007 18:42:27 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IlBPG-0005Qh-Kj for emacs-devel@gnu.org; Thu, 25 Oct 2007 18:42:26 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IlBPG-0003lI-2E; Thu, 25 Oct 2007 18:42:26 -0400 X-Spook: S Box brigand Ortega AFSPC freedom Croatian terrorist X-Ran: W'aS|8l0c$reVX}`QB}ZP15ULJRBAE6uly.fGy7T*$/eBn1?{imgHo3CCxl#jfVx?^4B*; X-Hue: magenta X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:81728 Archived-At: Create a file foo.el with first (and only) line: ;; -*- byte-compile-warnings: t; -*- Then try to byte-compile it: 1.el:Error: Wrong type argument: listp, t Perhaps one of the `(memq foo byte-compile-warnings)' in bytecomp.el is being run outside byte-compile-close-variables? edebug says the error comes from byte-compile-warn-about-unresolved-functions, but I don't see how.