From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34081 Path: main.gmane.org!not-for-mail From: Gregory Chernov Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus mime external display question Date: 05 Jan 2001 12:42:51 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2npui2lfun.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170073 28543 80.91.224.250 (21 Oct 2002 03:14:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:14:33 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 4F57ED049D for ; Fri, 5 Jan 2001 05:44:51 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id EAB10415; Fri, 5 Jan 2001 04:44:42 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 Jan 2001 04:44:05 -0600 (CST) 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 EAA09186 for ; Fri, 5 Jan 2001 04:43:52 -0600 (CST) Original-Received: from dmz.visiontech-dml.com (dmz.visiontech-dml.com [199.203.103.41]) by mailhost.sclp.com (Postfix) with ESMTP id 4850CD049D for ; Fri, 5 Jan 2001 05:44:16 -0500 (EST) Original-Received: from VT-6.visiontech-dml.com (vtnet.visiontech-dml.com [199.203.103.50]) by dmz.visiontech-dml.com (8.10.1/8.10.1) with ESMTP id f05AeDU12470 for ; Fri, 5 Jan 2001 12:40:14 +0200 (IST) Original-Received: (from greg@localhost) by VT-6.visiontech-dml.com (8.8.8+Sun/8.8.8) id MAA21847; Fri, 5 Jan 2001 12:42:51 +0200 (IST) X-Authentication-Warning: VT-6.visiontech.com: greg set sender to greg@visiontech-dml.com using -f Original-To: ding@gnus.org X-Face: $BQhkYA@P?4'\HC,3\g=qvp!^Q#Ivn.L_NF="Ls3/uaDsc0wFDL1JI)b{?xaGA(zhe`y-X^ }(/PF}^}m{.|4zv+u|%|{{^!6N-|^f2:SG#Tn0?I5@6xASR2oT In-Reply-To: <2npui2lfun.fsf@tiger.jia.vnet> User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Biscayne) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 31 Xref: main.gmane.org gmane.emacs.gnus.general:34081 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34081 ShengHuo ZHU writes: > Gregory Chernov writes: > > > Hi, > > > > I always wanted to read archived attachments (tar, zip etc.) > > inside gnus/xemacs. Maybe I'm reinventing the wheel but > > simplest way do it for me is to use gnuclient. > > I added new type to mailcap-mime-data: > > > > ("gnuclient" > > (viewer . "gnuclient %s") > > (type . "application/gnuclient") > > (test . (eq (mm-device-type) 'x)) > > ("needsx11")) > > > > > > and now with "view as type" application/gnuclient > > I can browse tar/zip attachments inside xemacs. > > > > Only problem is when I close client, temporary files > > /tmp/emm.* are not deleted. > > When you select another article, the temporary files will be deleted. This is exactly the problem. When I use external display on images with xv, pdf's with acroread, etc. temporary files are deleted. But when I use gnuclient as a viewer, temporary files stay even when I exit xemacs.