From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: gnus/html2text.el Date: Wed, 27 Oct 2004 00:31:07 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200410250246.i9P2kku06530@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098829940 5983 80.91.229.6 (26 Oct 2004 22:32:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2004 22:32:20 +0000 (UTC) Cc: Luc Teirlinck , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 27 00:32:09 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 1CMZrN-0003PQ-00 for ; Wed, 27 Oct 2004 00:32:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMZz5-0005hs-It for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2004 18:40:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMZyi-0005Zc-0M for emacs-devel@gnu.org; Tue, 26 Oct 2004 18:39:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMZyh-0005Yz-97 for emacs-devel@gnu.org; Tue, 26 Oct 2004 18:39:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMZyg-0005YS-UC for emacs-devel@gnu.org; Tue, 26 Oct 2004 18:39:42 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CMZqH-0004Cq-Fg; Tue, 26 Oct 2004 18:31:01 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id B114E5EE060; Wed, 27 Oct 2004 00:30:59 +0200 (CEST) Original-To: Stefan Monnier In-Reply-To: (Stefan Monnier's message of "Tue, 26 Oct 2004 12:43:02 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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:29000 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29000 Stefan Monnier writes: >> Perhaps we should arrange for byte-compile to warn about use >> of these functions from Lisp code. What do people think of that? > > That sounds like a good idea. We need a way to cleanly turn off the > message, but for end-of-buffer we can use (call-interactively > 'end-of-buffer). (with-no-warnings (end-of-buffer)) -- Kim F. Storm http://www.cua.dk