From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79083 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: using gnome-open with mailcap data Date: Mon, 13 Jun 2011 11:39:55 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87hb7t65yc.fsf@lifelogs.com> References: <87mxhsjgfs.fsf@ericabrahamsen.net> <87ipsghxhn.fsf@uwo.ca> <878vtabh1u.fsf@ericabrahamsen.net> <87zklqw167.fsf@fastmail.fm> Reply-To: ding@gnus.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1307983520 20115 80.91.229.12 (13 Jun 2011 16:45:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Jun 2011 16:45:20 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27382@lists.math.uh.edu Mon Jun 13 18:45:15 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QWAGJ-00009J-6t for ding-account@gmane.org; Mon, 13 Jun 2011 18:45:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QWAGE-00080g-Ov; Mon, 13 Jun 2011 11:45:10 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QWAGD-00080V-FZ for ding@lists.math.uh.edu; Mon, 13 Jun 2011 11:45:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QWAGC-0000Ea-2T for ding@lists.math.uh.edu; Mon, 13 Jun 2011 11:45:09 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QWAGA-0006YU-NT for ding@gnus.org; Mon, 13 Jun 2011 18:45:06 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QWAGA-00005q-58 for ding@gnus.org; Mon, 13 Jun 2011 18:45:06 +0200 Original-Received: from 38.98.147.133 ([38.98.147.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jun 2011 18:45:06 +0200 Original-Received: from tzz by 38.98.147.133 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jun 2011 18:45:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.133 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" Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:iyvqTNCRuK5BoqAXI0dN03DsltU= X-Spam-Score: -3.7 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79083 Archived-At: On Fri, 10 Jun 2011 10:17:20 +0200 Tassilo Horn wrote: TH> And this bug report indicates that gnome-open is deprecated in favour of TH> gvfs-open: TH> https://bugzilla.gnome.org/show_bug.cgi?id=556305 TH> But sadly, that has the same behavior... TH> I've filed a new bug report at TH> https://bugzilla.gnome.org/show_bug.cgi?id=652262 Thanks for that. On Wed, 08 Jun 2011 12:05:18 -0700 Eric Abrahamsen wrote: EA> Eric Abrahamsen writes: EA> [...] >> 2. Can I use gnome-open for this sort of thing? It's basically its own >> little mime parser, and knows all the system defaults, and if I'm >> going to pass a file to something outside of gnus/emacs, gnome-open >> knows best what to do with it. Setting gnome-open in my .mailcap file >> just gives me "Displaying /usr/bin/gnome-open >> /tmp/emm.5971frN/IMG_3368.JPG...done" in the minibuffer, and then >> nothing happens. EA> In fact, what I'd really like to do is short-circuit all the "view EA> externally" commands so they go straight to gnome-open… Agreed, that would make it less important to fix the sync bug above. I don't know all the Gnus magic around handling attachments, but IMO this would be very nice. Ted