From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23167 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: mml-parse enhancement? Date: 12 Jun 1999 07:04:03 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <86wvyz5o3o.fsf@kramer.bp.aventail.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160950 564 80.91.224.250 (21 Oct 2002 00:42:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:42:30 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id BAA11302 for ; Sat, 12 Jun 1999 01:40:36 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id AAB08022; Sat, 12 Jun 1999 00:40:15 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 12 Jun 1999 00:40:30 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id AAA07173 for ; Sat, 12 Jun 1999 00:39:47 -0500 (CDT) Original-Received: from quimbies.gnus.org (bang.netfonds.no [195.1.89.231]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id BAA11193 for ; Sat, 12 Jun 1999 01:38:51 -0400 (EDT) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id HAA07147; Sat, 12 Jun 1999 07:39:32 +0200 Mail-Copies-To: never X-Now-Reading: Joanna Russ' _What Are We Fighting For?_ X-Now-Playing: Armand Van Helden's _2 Future 4 U_: "Flowerz" Original-To: ding@gnus.org In-Reply-To: wmperry@aventail.com's message of "26 Apr 1999 11:43:39 -0500" User-Agent: Gnus/5.070086 (Pterodactyl Gnus v0.86) XEmacs/21.2(beta3) (Aglaia) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ Any chance I could convince everyone that mml-parse should return the > marker positions of a native 'part'? Currently the 'contents' chunk of the > assoc list contains the raw content. > > I'm diddling with getting a message-send-hook that is smart enough to use > mailcrypt to sign the text/* parts with inlined content. Just for > giggles. :) > > But because mml-parse returns the actual contents, I cannot use > mc-sign-region very easily. Well, I don't think just returning marker positions would solve the problem completely. I mean, charsets are decoded and various other funny stuff is done at various points in time. I actually think that the way to sign stuff like that is to let MML generate MIME, and then parse the MIME (`mm-dissect-buffer') and work based on that. Er. Or something along those lines. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen