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: Sat, 18 Jul 2009 13:11:17 -0400 Message-ID: References: <87eisjjrsc.fsf@uwakimon.sk.tsukuba.ac.jp> <87iqhsr8jm.fsf@lifelogs.com> <87my73kwxc.fsf@lifelogs.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1247937101 21465 80.91.229.12 (18 Jul 2009 17:11:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Jul 2009 17:11:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 18 19:11:34 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 1MSDRb-0004G7-Db for ged-emacs-devel@m.gmane.org; Sat, 18 Jul 2009 19:11:31 +0200 Original-Received: from localhost ([127.0.0.1]:42968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSDRa-0008LZ-SS for ged-emacs-devel@m.gmane.org; Sat, 18 Jul 2009 13:11:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MSDRV-0008Km-IY for emacs-devel@gnu.org; Sat, 18 Jul 2009 13:11:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSDRQ-0008Hs-KJ for emacs-devel@gnu.org; Sat, 18 Jul 2009 13:11:24 -0400 Original-Received: from [199.232.76.173] (port=58605 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSDRQ-0008Hm-FH for emacs-devel@gnu.org; Sat, 18 Jul 2009 13:11:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:39677) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MSDRQ-0005mp-26 for emacs-devel@gnu.org; Sat, 18 Jul 2009 13:11:20 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MSDRN-0008TW-MF; Sat, 18 Jul 2009 13:11:17 -0400 In-reply-to: <87my73kwxc.fsf@lifelogs.com> (message from Ted Zlatanov on Fri, 17 Jul 2009 13:05:03 -0500) 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:112689 Archived-At: rfc2047.el depends on some substantial code in mm-util.el: mm-charset-to-coding-system and mm-find-mime-charset-region. I cannot understand that code, and I am not sure what it is trying to do. I understand the doc strings, but they explain only in vague terms. Can you separate out that functionality into a file by itself, which does not depend on the rest of Gnus, and clean it up and/or add comments so that it is clear?