From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61021 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Support for slrn-style verbatim marks Date: Tue, 27 Sep 2005 17:04:06 +0200 Message-ID: References: <87d5mwozpf.fsf@koldfront.dk> <873bnrskrj.fsf@koldfront.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1127833957 26650 80.91.229.2 (27 Sep 2005 15:12:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Sep 2005 15:12:37 +0000 (UTC) Original-X-From: ding-owner+m9553@lists.math.uh.edu Tue Sep 27 17:12:37 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EKH1k-0007h4-9A for ding-account@gmane.org; Tue, 27 Sep 2005 17:05:53 +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 1EKH1f-0002SD-00; Tue, 27 Sep 2005 10:05:47 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EKH0F-0002S8-00 for ding@lists.math.uh.edu; Tue, 27 Sep 2005 10:04:19 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1EKH0C-0000Gm-B2 for ding@lists.math.uh.edu; Tue, 27 Sep 2005 10:04:18 -0500 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EKH07-0000M3-00 for ; Tue, 27 Sep 2005 17:04:11 +0200 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id j8RF495g006935 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 27 Sep 2005 17:04:10 +0200 Original-To: ding@gnus.org OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:050927:ding@gnus.org::8f8KvnjrTM+Gy4oD:0PD6 In-Reply-To: (Reiner Steib's message of "Tue, 27 Sep 2005 14:53:00 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=failed version=3.0.3 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -1.9 (-) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61021 Archived-At: Reiner Steib writes: >> Consequently, I made unrelated changes to displaying of >> text/verbatim parts, > > In case it wasn't clear: I invented the type "text/verbatim" (I don't > think it's used anywhere else). If it is possible to get the same > result with an existing (and suitable) MIME type, say "text/plain", we > should use that instead. > > The result I had in mind should include: > > (1) Display a button so that the user can easily save, pipe, ... the > part (the button should not be collapsed). > > (2) The part should be displayed inline. > > (3) The part should be fontified using the `mm-uu-extract' face. > > Your addition of "text/verbatim" to `mm-automatic-display' cancels > (1). > > OTOT: The user can press `K b' and then process the part. And the > article buffer isn't cluttered with buttons. I don't have a strong > opinion on this. Opinions? > > Using "text/verbatim" (instead of "text/plain") allows customizing the > display using `gnus-buttonized-mime-types' or > `gnus-unbuttonized-mime-types'. Is text/verbatim registered? If not, I think Gnus should use text/x-gnus-verbatim or something similar, to avoid confusion with possible future registered MIME types.