From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: gnus/html2text.el Date: Tue, 26 Oct 2004 20:43:44 -0500 (CDT) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200410270143.i9R1hiJ07120@raven.dms.auburn.edu> References: <200410250246.i9P2kku06530@raven.dms.auburn.edu> <87acu9osia.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098841466 29471 80.91.229.6 (27 Oct 2004 01:44:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2004 01:44:26 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 27 03:44:15 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 1CMcrH-0005hm-00 for ; Wed, 27 Oct 2004 03:44:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMcz0-0004T0-7t for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2004 21:52:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMcys-0004So-8y for emacs-devel@gnu.org; Tue, 26 Oct 2004 21:52:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMcyq-0004SZ-Rk for emacs-devel@gnu.org; Tue, 26 Oct 2004 21:52:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMcyq-0004SW-HB for emacs-devel@gnu.org; Tue, 26 Oct 2004 21:52:04 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CMcqu-0004k7-7U; Tue, 26 Oct 2004 21:43:52 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i9R1hjFu008193; Tue, 26 Oct 2004 20:43:46 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id i9R1hiJ07120; Tue, 26 Oct 2004 20:43:44 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: monnier@iro.umontreal.ca In-reply-to: <87acu9osia.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Tue, 26 Oct 2004 21:35:28 -0400) 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:29006 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29006 Stefan Monnier wrote: (with-no-warnings (ent-of-buffer)) which will not give you the warning you'd want to get. Maybe `with-no-warnings' should take an extra argument listing the kind of warning to ignore. When I use `with-no-warnings', I first compile without the `with-no-warnings', to see which warnings I get, then I put in the form and compile again. Sincerely, Luc.