From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: Cannot open attachments with gnus Date: Wed, 18 Dec 2013 14:10:36 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87fvpqj7pv.fsf@flea.lifelogs.com> References: <87vbysol5y.fsf@flea.lifelogs.com> <87zjnzlp41.fsf@flea.lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387393821 31122 80.91.229.3 (18 Dec 2013 19:10:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Dec 2013 19:10:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 18 20:10:28 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VtMVl-0003Uw-6Y for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Dec 2013 20:10:25 +0100 Original-Received: from localhost ([::1]:40199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtMVk-0005SQ-Ba for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Dec 2013 14:10:24 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-X-Trace: news.albasani.net cchda3f3LN21MGJIOyKrC+I7DqfCSy2Hr8t29IZXvB+NJqmgBZUVnnjEK6KWf++rGyGS0bQKhLmu3YBkCTF1aA== Original-NNTP-Posting-Date: Wed, 18 Dec 2013 19:09:18 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="IJ++68j3CvvupcnZTZb9lFzPBkBCnOjn9a24iyL9Xc92RRdsEH/Xs1o6xiYARBBkB75++5+o84Z8Nk+WGXfzHbqcSTGcDaYtqiagVjEzXhpnYmikCrPphFP5ZRHfDWzC"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:D9iI8nw2pATA3u84i+GWJ6NP5rU= sha1:oorWn1RAKUA24lQNEIxuy+ZpOUE= Original-Xref: usenet.stanford.edu gnu.emacs.help:202813 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95082 Archived-At: On Wed, 18 Dec 2013 09:19:09 +0100 Alan Schmitt wrote: AS> Ted Zlatanov writes: >> I think so. My system doesn't have `open' so I don't know if it has an >> option to run synchronously, but you could either write a wrapper script >> or set up the MIME handling to call the PDF viewer directly. AS> I managed to make "open" open files synchronously (tip 1: use the "-W" AS> flag, tip 2: restarting gnus is not sufficient for the updated .mailcap AS> to be taken into account, I had restart emacs). It works, but I'm a bit AS> worried about performance. AS> As I'm using long running applications, I have a bunch of processes AS> "open ..." that keep running (and will keep running until I quit the AS> app). Even worse, if I understand the code correctly, each time I open AS> an attachment from gnus, there will be an emacs process waiting for the AS> application to quit (even though the window showing the document has AS> long been closed). Are they light enough that I should not worry about AS> having dozens of them around? Sorry, I don't know the answer. Maybe in the Gnus "ding" mailing list someone will know? I'm glad you found something that works for now, either way! Ted