From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: gnus/html2text.el Date: Wed, 27 Oct 2004 10:45:56 +0900 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200410250246.i9P2kku06530@raven.dms.auburn.edu> <87acu9osia.fsf-monnier+emacs@gnu.org> Reply-To: Miles Bader NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098841628 29809 80.91.229.6 (27 Oct 2004 01:47:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2004 01:47:08 +0000 (UTC) Cc: emacs-devel@gnu.org, Luc Teirlinck , rms@gnu.org, "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 27 03:46:50 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CMctl-0005qV-00 for ; Wed, 27 Oct 2004 03:46:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMd1U-00052y-O9 for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2004 21:54:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMd1I-00051P-5b for emacs-devel@gnu.org; Tue, 26 Oct 2004 21:54:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMd1G-00050z-VH for emacs-devel@gnu.org; Tue, 26 Oct 2004 21:54:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMd1G-00050w-N1 for emacs-devel@gnu.org; Tue, 26 Oct 2004 21:54:34 -0400 Original-Received: from [202.32.8.202] (helo=tyo202.gate.nec.co.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CMct8-00056R-TX; Tue, 26 Oct 2004 21:46:11 -0400 Original-Received: from mailgate3.nec.co.jp (mailgate53.nec.co.jp [10.7.69.161] (may be forged)) by tyo202.gate.nec.co.jp (8.11.7/3.7W01080315) with ESMTP id i9R1k3n17506; Wed, 27 Oct 2004 10:46:04 +0900 (JST) Original-Received: (from root@localhost) by mailgate3.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) id i9R1k3Z07185; Wed, 27 Oct 2004 10:46:03 +0900 (JST) Original-Received: from edtmg04.lsi.nec.co.jp ([10.26.17.201]) by mailsv4.nec.co.jp (8.11.7/3.7W-MAILSV4-NEC) with ESMTP id i9R1k1N15673; Wed, 27 Oct 2004 10:46:01 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp (localhost [127.0.0.1]) by edtmg04.lsi.nec.co.jp (8.12.10/8.12.10) with ESMTP id i9R1jw2p027339; Wed, 27 Oct 2004 10:45:59 +0900 (JST) Original-Received: from mctpc71 (mctpc71.ucom.lsi.nec.co.jp [10.30.118.121]) by mcsss2.ucom.lsi.nec.co.jp (8.12.10/8.12.8/EDcg v2.01-mc/1046780839) with ESMTP id i9R1juwt018826; Wed, 27 Oct 2004 10:45:57 +0900 (JST) Original-Received: by mctpc71 (Postfix, from userid 31295) id B045D509; Wed, 27 Oct 2004 10:45:56 +0900 (JST) Original-To: Stefan Monnier System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: <87acu9osia.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Tue, 26 Oct 2004 21:35:28 -0400") Original-Lines: 21 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29007 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29007 Stefan Monnier writes: > Maybe `with-no-warnings' should take an extra argument listing the kind of > warning to ignore. Well `with-no-warnings' is a progn-alike, so some care would be needed to do so in an compatible manner (can't just add a 2nd argument), but it seems like a cool idea. Perhaps something like: (with-no-warnings :kind interactive-command ...) ? [presumably :kind could be followed by a list or warning names.] -Miles -- Love is a snowmobile racing across the tundra. Suddenly it flips over, pinning you underneath. At night the ice weasels come. --Nietzsche