From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: cc-vars.el Date: 20 Nov 2002 16:40:16 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200211180057.JAA24537@etlken.m17n.org> <5bbs4m8qz9.fsf@lister.roxen.com> <5bwun97ecw.fsf@lister.roxen.com> <20021119165749.GA27657@gnu.org> <5b65utkyqt.fsf@lister.roxen.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037810950 18806 80.91.224.249 (20 Nov 2002 16:49:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 20 Nov 2002 16:49:10 +0000 (UTC) Cc: Miles Bader , Kenichi Handa , rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18EY2F-0004t2-00 for ; Wed, 20 Nov 2002 17:49:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18EY5W-0007Q9-00 for ; Wed, 20 Nov 2002 17:52:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18EXxi-0003Bz-00; Wed, 20 Nov 2002 11:44:26 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18EXwB-00027Q-00 for emacs-devel@gnu.org; Wed, 20 Nov 2002 11:42:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18EXw5-0001yY-00 for emacs-devel@gnu.org; Wed, 20 Nov 2002 11:42:49 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18EXtj-0000qJ-00; Wed, 20 Nov 2002 11:40:19 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 18EXth-00030n-00; Wed, 20 Nov 2002 16:40:17 +0000 Original-To: Martin Stjernholm Original-Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9569 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9569 Martin Stjernholm writes: > I got bugged by users enough to come up with the whole cc-bytecomp > kludge, at least. Why do users care about how the package is compiled? If they worry about compilation warnings, they should be told not to unless they've determined that they really indicate a bug. > What would be the problem of adding a macro in the > bytecomp environment to control the warning aspect only? You can already turn off warnings (and CL actually has `declare'), but doing that covered up bugs in W3, for instance.