From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58683 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Embedded lisp in the message body: hwoto ? Date: Fri, 01 Oct 2004 20:24:31 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1096655238 8504 80.91.229.6 (1 Oct 2004 18:27:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2004 18:27:18 +0000 (UTC) Original-X-From: ding-owner+M7221@lists.math.uh.edu Fri Oct 01 20:27:01 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CDS7Q-0000Og-00 for ; Fri, 01 Oct 2004 20:27:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CDS5S-0006uW-00; Fri, 01 Oct 2004 13:24:58 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CDS5N-0006uR-00 for ding@lists.math.uh.edu; Fri, 01 Oct 2004 13:24:53 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CDS5O-0004Hx-Nq for ding@lists.math.uh.edu; Fri, 01 Oct 2004 13:24:54 -0500 Original-Received: from fitch6.uni2.net (fitch6.uni2.net [130.227.52.109]) by justine.libertine.org (Postfix) with ESMTP id E59003A0027 for ; Fri, 1 Oct 2004 13:24:51 -0500 (CDT) Original-Received: from defun.localdomain (83.72.232.87.ip.tele2adsl.dk [83.72.232.87] (may be forged)) by fitch6.uni2.net (8.12.6/8.11.6) with ESMTP id i91IOnKn000817 for ; Fri, 1 Oct 2004 20:24:49 +0200 Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: (Xavier Maillard's message of "Fri, 01 Oct 2004 01:42:48 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58683 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58683 --=-=-= Xavier Maillard writes: > 2. I have friends of mine with whoom I often exchange Lisp > snippets and so I would like to have the lisp snippet rendered > differently from the rest of the article This should be easy. Just use inline attachments: --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline (defun foo (x) (+ 2 x)) --=-=-= Content-Disposition: inline i.e. <#part type="application/emacs-lisp" disposition=inline> (defun foo (x) (+ 2 x)) <#part type="text/plain" disposition=inline> -- Jesper Harder --=-=-=--