From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Sending attachments Date: Thu, 09 Jul 2009 07:54:01 -0400 Message-ID: References: <87k52rzyn1.fsf@benthic.rattlesnake.com> <873a9fw6dt.fsf@catnip.gol.com> <87y6r7yp1y.fsf@stupidchicken.com> <87ljn1dcc4.fsf@stupidchicken.com> <4A5485D0.5060808@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1247140904 8440 80.91.229.12 (9 Jul 2009 12:01:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jul 2009 12:01:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 09 14:01:37 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MOsJj-0007hk-G1 for ged-emacs-devel@m.gmane.org; Thu, 09 Jul 2009 14:01:35 +0200 Original-Received: from localhost ([127.0.0.1]:54417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOsJi-0003qb-Rs for ged-emacs-devel@m.gmane.org; Thu, 09 Jul 2009 08:01:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOsCV-0000k2-UG for emacs-devel@gnu.org; Thu, 09 Jul 2009 07:54:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOsCR-0000hz-7E for emacs-devel@gnu.org; Thu, 09 Jul 2009 07:54:07 -0400 Original-Received: from [199.232.76.173] (port=39358 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOsCR-0000hs-3R for emacs-devel@gnu.org; Thu, 09 Jul 2009 07:54:03 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:47766) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOsCQ-0006fy-M3 for emacs-devel@gnu.org; Thu, 09 Jul 2009 07:54:02 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MOsCP-0008Ha-Vk; Thu, 09 Jul 2009 07:54:02 -0400 In-reply-to: <4A5485D0.5060808@gnu.org> (message from Jason Rumney on Wed, 08 Jul 2009 19:41:04 +0800) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:112237 Archived-At: It is probably reasonable to use a type of application/octet-stream, disposition of attachment and have no description for simple attachments. For most files, the type can be determined from the file name and contents. The simple interface should be able to do everything automatically. Maybe just accepting mml's default type would do the right job. If not, the code to do this is available in Etach.