From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22699 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: Writing enriched text Date: 21 Apr 1999 07:48:15 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <8690bm6sxc.fsf@kramer.bp.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035160572 30723 80.91.224.250 (21 Oct 2002 00:36:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:36:12 +0000 (UTC) Cc: ding@gnus.org 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 IAA06606 for ; Wed, 21 Apr 1999 08:48:37 -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 HAB08705; Wed, 21 Apr 1999 07:47:47 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 21 Apr 1999 07:48:03 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id HAA13870 for ; Wed, 21 Apr 1999 07:47:50 -0500 (CDT) Original-Received: from slow.bp.aventail.com (usrpri2-44.kiva.net [206.97.75.109]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA06550 for ; Wed, 21 Apr 1999 08:47:39 -0400 (EDT) Original-Received: from kramer.aventail.com (kramer.bp.aventail.com [192.168.2.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id HAA25590; Wed, 21 Apr 1999 07:46:30 -0700 Original-Received: (from wmperry@localhost) by kramer.aventail.com (8.8.7/8.8.7) id HAA00840; Wed, 21 Apr 1999 07:48:15 -0500 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 François Pinard writes: > > > This is an old wish of mine, maybe some of you has a ready > > solution for me? What is the easiest way to write an > > text/enriched message, using Gnus? Please take me by the hand and > > explain me how to proceed! :-) > > Never thought about it. Maybe M-x make-indirect-buffer RET is part of > the solution? (After narrowing the message buffer to the body.) > > Hm. That wouldn't work. Hm. Enriched-mode adds a Content-type > header to the start of the text, which would then appear in the actual > text in the message. What we really need is an html and/or enriched-text minor mode. Or just have message-mode smart enough to use 'htmlify.el' if it detects text properties other than MML ones after mail-header-separator. You would of course want this configurable, similar to how netscape lets you do it: 1. Always send only HTML email 2. Never send HTML email 3. Always send HTML with text/plain alternative 4. Ask the user -Bill P.