From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39397 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: How to do something a bit complicated with inline decoding? Date: Thu, 18 Oct 2001 17:54:39 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035175108 27638 80.91.224.250 (21 Oct 2002 04:38:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:38:28 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 28141 invoked from network); 18 Oct 2001 15:58:52 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 18 Oct 2001 15:58:52 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15uFWJ-0001F7-00; Thu, 18 Oct 2001 10:55:43 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 18 Oct 2001 10:55:20 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA07615 for ; Thu, 18 Oct 2001 10:55:08 -0500 (CDT) Original-Received: (qmail 28095 invoked by alias); 18 Oct 2001 15:55:14 -0000 Original-Received: (qmail 28090 invoked from network); 18 Oct 2001 15:55:13 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 18 Oct 2001 15:55:13 -0000 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id f9IFsjX21401; Thu, 18 Oct 2001 17:54:45 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id RAA25813; Thu, 18 Oct 2001 17:54:40 +0200 (MET DST) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id 223212019; Thu, 18 Oct 2001 17:54:39 +0200 (CEST) Original-To: Lloyd Zusman In-Reply-To: (Lloyd Zusman's message of "Thu, 18 Oct 2001 07:00:56 -0400") Original-Lines: 16 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39397 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39397 Lloyd Zusman writes: > The problem I'm trying to solve, however, has more to do with mime > part encoding, not with non-graphic html reformatting itself. What > I'm trying to do is to decode a mime part and then have the decoded > text appear in the buffer a way that replaces the original mime part, > so I can then do a reply or a followup and have the quoted text in the > message buffer be the decoded text from the mime part. Well, w3m.el does what you want by invoking w3m. I'm sure you can learn something from looking at its code; you'll just need to do like w3m.el, except that you invoke your own program. kai -- GNU/Linux provides a nice `poweroff' command, but where is `poweron'?