From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59182 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.gnus.general,gmane.emacs.pretest.bugs Subject: Re: Change in bytecomp.el breaks Gnus Date: Tue, 16 Nov 2004 11:49:22 -0500 Message-ID: References: <877jouepy8.fsf@telia.com> <200411111745.iABHji207636@raven.dms.auburn.edu> <871xezbtyh.fsf-monnier+emacs@gnu.org> <200411141729.iAEHTSQ24178@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1100623935 12422 80.91.229.6 (16 Nov 2004 16:52:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Nov 2004 16:52:15 +0000 (UTC) Cc: yamaoka@jpl.org, emacs-pretest-bug@gnu.org, monnier@iro.umontreal.ca, ding@gnus.org Original-X-From: ding-owner+M7722@lists.math.uh.edu Tue Nov 16 17:52:09 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CU6Yr-0006iG-00 for ; Tue, 16 Nov 2004 17:52:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CU6YL-0000dF-00; Tue, 16 Nov 2004 10:51:37 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CU6YE-0000d9-00 for ding@lists.math.uh.edu; Tue, 16 Nov 2004 10:51:30 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CU6YA-00088l-Nw for ding@lists.math.uh.edu; Tue, 16 Nov 2004 10:51:26 -0600 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164]) by justine.libertine.org (Postfix) with ESMTP id 69BFA3A0079 for ; Tue, 16 Nov 2004 10:51:25 -0600 (CST) Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CU6WA-0002PN-8K; Tue, 16 Nov 2004 11:49:26 -0500 Original-To: Luc Teirlinck In-reply-to: <200411141729.iAEHTSQ24178@raven.dms.auburn.edu> (message from Luc Teirlinck on Sun, 14 Nov 2004 11:29:28 -0600 (CST)) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59182 gmane.emacs.pretest.bugs:4713 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59182 Most warnings are of the "function may not be defined at runtime" or "assignment to free variable" type. There are such an enormous amount of them that we have, practically speaking, no choice but to assume that they are bogus until proven non-bogus. I have been eliminating the "free variable" warnings from many files over the past couple of years. I have not tried to to so in calc or rmail, because calc is big and I don't know it, and rmail is being to a large extent rewritten. Would others like to carry on with this work?