From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: plain-text markdown handler for Gnus Date: Wed, 16 May 2012 12:29:09 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87mx58144q.fsf@lifelogs.com> References: <871umzrvfw.fsf@gmail.com> <87wr4rqg6g.fsf@gmail.com> <83d36j59gv.fsf@gnu.org> <87r4uz58e3.fsf@sec.modprobe.de> <83aa1n57p4.fsf@gnu.org> <5D17181ED92C4552AE8D4404DD035CA0@us.oracle.com> <87vck8sfyv.fsf@uwakimon.sk.tsukuba.ac.jp> <85obq05aua.fsf@iznogoud.viz> <87r4uvs4ae.fsf@uwakimon.sk.tsukuba.ac.jp> <87397b15u7.fsf@gnu.org> <87ehqk5gc6.fsf@lifelogs.com> <87zk98qnq1.fsf@gmx.com> <87k40c2m0p.fsf_-_@lifelogs.com> <87ehqkqk8p.fsf@gmx.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1337185776 4560 80.91.229.3 (16 May 2012 16:29:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 May 2012 16:29:36 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 16 18:29:35 2012 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 1SUh6T-0006vK-R4 for ged-emacs-devel@m.gmane.org; Wed, 16 May 2012 18:29:33 +0200 Original-Received: from localhost ([::1]:40998 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUh6T-0004aX-8r for ged-emacs-devel@m.gmane.org; Wed, 16 May 2012 12:29:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUh6L-0004Je-Ux for emacs-devel@gnu.org; Wed, 16 May 2012 12:29:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUh6J-0002nf-Pc for emacs-devel@gnu.org; Wed, 16 May 2012 12:29:25 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:51466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUh6J-0002nH-Ik for emacs-devel@gnu.org; Wed, 16 May 2012 12:29:23 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SUh6F-0006j1-87 for emacs-devel@gnu.org; Wed, 16 May 2012 18:29:19 +0200 Original-Received: from c-76-28-40-19.hsd1.vt.comcast.net ([76.28.40.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 May 2012 18:29:19 +0200 Original-Received: from tzz by c-76-28-40-19.hsd1.vt.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 May 2012 18:29:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-40-19.hsd1.vt.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:8E+ObzYc0ilWwccihdOCdtmNFKc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:150529 Archived-At: On Wed, 16 May 2012 10:21:58 -0400 Eric Schulte wrote: ES> Ted Zlatanov writes: >> >> [general mm-uu handler omitted] >> >> This is very nice but I think it's also nice to use the `markdown' >> processor directly (as markdown-mode does). It will handle more of the >> Markdown markup and generates HTML which we can then inline. ES> Oh, I thought the goal was a message fontification tool, but it sounds ES> like you're proposing a tool for composing HTML email. I mean that if we detect Markdown in the text message, we can pick that up, pipe it through `markdown', take the resulting HTML, and splice that into the text as fontified HTML. No composition support is implied, and the message should be plain text only. Ted