From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32743 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: bug in previewing? Date: 04 Oct 2000 12:17:41 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <5br95wd1i2.fsf@whiskey.cs.rochester.edu> References: <200010032259.XAA32465@djlvig.dl.ac.uk> <200010040054.e940suI03406@zsh.2y.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168974 21486 80.91.224.250 (21 Oct 2002 02:56:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:56:14 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id C99FED051E for ; Wed, 4 Oct 2000 12:18:16 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAC01947; Wed, 4 Oct 2000 11:18:05 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 04 Oct 2000 11:17:28 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA04492 for ; Wed, 4 Oct 2000 11:17:18 -0500 (CDT) Original-Received: from gate.cs.rochester.edu (gate.cs.rochester.edu [192.5.53.207]) by mailhost.sclp.com (Postfix) with ESMTP id B2E7ED051E for ; Wed, 4 Oct 2000 12:17:44 -0400 (EDT) Original-Received: from whiskey.cs.rochester.edu (whiskey.cs.rochester.edu [192.5.53.191]) by gate.cs.rochester.edu (8.8.8+Sun/T--) with ESMTP id MAA11998 for ; Wed, 4 Oct 2000 12:17:43 -0400 (EDT) Original-Received: (from zsh@localhost) by whiskey.cs.rochester.edu (8.9.1b+Sun/Q++) id MAA03821; Wed, 4 Oct 2000 12:17:42 -0400 (EDT) Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Original-Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32743 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32743 Vladimir Volovich writes: > "ZSH" == ShengHuo ZHU writes: > > ZSH> I installed a patch. Now gnus-mime-inline-part understands > ZSH> charset. `C-u i' inherits the old behavior. Actually, it takes > ZSH> the same prefix argument as `g' (gnus-summary-show-article). > > what do you think about making this more generic: `i' should display > (inline) the part as if it had content-disposition=inline in the > original message (and C-u i should do some `raw' variant). i.e. if > some part is text/html with content-disposition=attachment, then > inlining it would call w3; it it were a message/rfc822, then `i' would > inline a parsed message, etc. I think gnus-mime-internalize-part (`E') is more like the feature you described. ShengHuo