From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: HTML mail in rmail Date: Sun, 13 Oct 2013 20:50:39 +0900 Message-ID: <87hacl9ypc.fsf@gnu.org> References: <83mwmfr1ht.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1381665057 4799 80.91.229.3 (13 Oct 2013 11:50:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Oct 2013 11:50:57 +0000 (UTC) Cc: handa@gnu.org, kdo@cosmos.phy.tufts.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 13 13:51:01 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VVKCK-0006TI-Lh for ged-emacs-devel@m.gmane.org; Sun, 13 Oct 2013 13:51:00 +0200 Original-Received: from localhost ([::1]:32796 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVKCK-00053l-Ag for ged-emacs-devel@m.gmane.org; Sun, 13 Oct 2013 07:51:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVKCD-00050b-0L for emacs-devel@gnu.org; Sun, 13 Oct 2013 07:50:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVKC7-00028o-LZ for emacs-devel@gnu.org; Sun, 13 Oct 2013 07:50:52 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVKC7-00028k-I4 for emacs-devel@gnu.org; Sun, 13 Oct 2013 07:50:47 -0400 Original-Received: from fl1-119-240-85-246.iba.mesh.ad.jp ([119.240.85.246]:61170 helo=shatin) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1VVKC6-0007HN-Cn; Sun, 13 Oct 2013 07:50:46 -0400 Original-Received: from handa by shatin with local (Exim 4.80) (envelope-from ) id 1VVKC0-0001aU-As; Sun, 13 Oct 2013 20:50:40 +0900 In-Reply-To: <83mwmfr1ht.fsf@gnu.org> (message from Eli Zaretskii on Fri, 11 Oct 2013 23:33:50 +0300) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164171 Archived-At: In article <83mwmfr1ht.fsf@gnu.org>, Eli Zaretskii writes: > You should add an HTML handler to rmailmm.el, and in that handler call > functions from shr.el, which implements an HTML renderer. That would > be indeed a great feature. I think it is beter to re-design the current handler mechanism of rmailmm.el. The current rmailmm.el code is fairly complicated, which is because I added mime-charset decoder in a way that doesn't break the backward compatibility as far as possible. --- Kenichi Handa handa@gnu.org