From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36117 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: External MIME viewers are killed when switching article. Why? Date: 03 May 2001 19:18:03 -0400 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035171756 6849 80.91.224.250 (21 Oct 2002 03:42:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:42:36 +0000 (UTC) Return-Path: Original-Received: (qmail 5767 invoked by alias); 3 May 2001 23:18:15 -0000 Original-Received: (qmail 5762 invoked from network); 3 May 2001 23:18:13 -0000 Original-Received: from mesquite.slip.cs.cmu.edu (HELO cinnamon.vanillaknot.com) (128.2.207.11) by gnus.org with SMTP; 3 May 2001 23:18:13 -0000 Original-Received: (from karl@localhost) by cinnamon.vanillaknot.com (8.9.3/8.9.3) id TAA29192; Thu, 3 May 2001 19:18:03 -0400 Original-To: ding@gnus.org X-Face: ?=p^Gj2JkX~UU_@W}[q/'Dxn19x-zfIQ](y<&ky/?1-&Nz&,!W}R.Gp+"LeGojoR =RF>?!XVs{a:`Yt(gqM<#$Zy(C@]'dR4Hy4S1.I(n3:2"R:=Uy!)K9>U!gNTyH{p +_w#F[gt).$Vyvo5=9LF^PeQ(@H#}QLAbfyYxX/8t:TDR5nA\|RmJO"EwjL8tWyvM In-Reply-To: (Jaap-Henk Hoepman's message of "03 May 2001 20:26:17 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Solid Vapor) Original-Lines: 11 Xref: main.gmane.org gmane.emacs.gnus.general:36117 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36117 Jaap-Henk Hoepman writes: > I tried specifying a small wrapper to handle the MIME type which in > turn spawns the real application in the background, but this doesn't > work. Apparently, Xemacs, when asked to delete a process, sends > SIGHUP to _all_ processes in the process group. Does it help if the wrapper is a bash script, the real application is started in the background, and you then use "disown" on it? It's a very good point, and I agree that we should be able to keep such external viewers active beyond the current article.