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: 19 Oct 2003 07:50:14 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: 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> <6480-Sat18Oct2003102948+0200-eliz@elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066542552 14989 80.91.224.253 (19 Oct 2003 05:49:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Oct 2003 05:49:12 +0000 (UTC) Cc: larsi@gnus.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Oct 19 07:49:10 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 1AB6RC-0000hh-00 for ; Sun, 19 Oct 2003 07:49:10 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AB6RB-0005AP-00 for ; Sun, 19 Oct 2003 07:49:09 +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 1AB6Qw-0005Z8-06 for emacs-devel@quimby.gnus.org; Sun, 19 Oct 2003 01:48:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AB6Qs-0005Yx-EJ for emacs-devel@gnu.org; Sun, 19 Oct 2003 01:48:50 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AB6QM-0005Nw-R4 for emacs-devel@gnu.org; Sun, 19 Oct 2003 01:48:49 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AB6QL-0005LW-TI; Sun, 19 Oct 2003 01:48:18 -0400 Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sat, 18 Oct 2003 19:05:29 -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:17241 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17241 > From: Richard Stallman > Date: Sat, 18 Oct 2003 19:05:29 -0400 > > Something can be in a separate manual and be a recommended part of > Emacs facilities. I don't think it ever worked in practice (not the recommendation part--that's easy--but the actual use part). Do you have any examples? > We certainly would not document a MIME library in the Emacs Lisp > manual, because it is useful only for mail readers, and that is too > specialized. It is no less specialized than primitives like base64-decode-region.