From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: RMAIL, MIME-related bug Date: Fri, 17 Oct 2003 20:17:02 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1659-Fri17Oct2003201701+0200-eliz@elta.co.il> References: <200310121947.h9CJlhKH006102@oak.pohoyda.family> <6480-Thu16Oct2003192118+0200-eliz@elta.co.il> <3405-Thu16Oct2003205828+0200-eliz@elta.co.il> <9003-Fri17Oct2003082402+0200-eliz@elta.co.il> <3513.1066405164@mixed> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066415171 8355 80.91.224.253 (17 Oct 2003 18:26:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2003 18:26:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Oct 17 20:26:07 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAZId-0005qU-00 for ; Fri, 17 Oct 2003 20:26:07 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAZId-0000Ne-00 for ; Fri, 17 Oct 2003 20:26:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAZH1-00049r-3v for emacs-devel@quimby.gnus.org; Fri, 17 Oct 2003 14:24:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AAZFo-0003km-Ir for emacs-devel@gnu.org; Fri, 17 Oct 2003 14:23:12 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AAZFA-000347-Qz for emacs-devel@gnu.org; Fri, 17 Oct 2003 14:23:03 -0400 Original-Received: from [192.114.186.22] (helo=gollum.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAZF5-0002tk-NC for emacs-devel@gnu.org; Fri, 17 Oct 2003 14:22:27 -0400 Original-Received: from zaretski ([80.230.158.102]) by gollum.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id BQJ35007; Fri, 17 Oct 2003 20:21:35 +0200 (IST) Original-To: Peter S Galbraith X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3513.1066405164@mixed> (message from Peter S Galbraith on Fri, 17 Oct 2003 11:39:24 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17219 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17219 > Date: Fri, 17 Oct 2003 11:39:24 -0400 > From: Peter S Galbraith > > > If they did it the Right Way, we would not need to have > > this discussion now, just point Alexander to the existing functions. > > The only MIME functions currently in Emacs are from gnus, so point him > at those. They should be in lisp/mail/, not in lisp/gnus/. In other words, they should be in common Emacs infrastructure, documented in lispref/*.texi, and all the Emacs mail packages should use them.