Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: MIME parts not saved
Date: Mon, 05 Aug 2013 20:25:24 +0900	[thread overview]
Message-ID: <b4mmwowe5wb.fsf@jpl.org> (raw)
In-Reply-To: <87txj4kdxs.fsf@otago.ac.nz>

[-- Attachment #1: Type: text/plain, Size: 680 bytes --]

john.williams@otago.ac.nz wrote:
> But if this is a common problem, perhaps it should be noted in the
> Gnus manual, in the section about dealing with MIME parts?

I was going to improve Gnus so as to run xdg-open but it slipped
my mind someday.  But Google taught me today that someone has
solved it perfectly:

http://i-yt.info/?date=20090829#p01 (Japanese)

One says "To make xdg-open work with `start-process', bind
`process-connection-type' to nil.".  I'll try it on Fedora 19 in
home (now I'm in the office and have Cygwin only) later.  Before
I do it, could someone try the attached patch?  Note that this
should work for not only xdg-open but also any external programs.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 453 bytes --]

--- mm-decode.el~	2013-08-01 22:11:47.000000000 +0000
+++ mm-decode.el	2013-08-05 11:22:29.135609300 +0000
@@ -907,3 +907,4 @@
 	    (let ((command (mm-mailcap-command
-			    method file (mm-handle-type handle))))
+			    method file (mm-handle-type handle)))
+		  (process-connection-type nil))
 	      (unwind-protect
@@ -964,3 +965,3 @@
 	      (unwind-protect
-		  (progn
+		  (let ((process-connection-type nil))
 		    (start-process "*display*"

  reply	other threads:[~2013-08-05 11:25 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-02  6:17 John Williams
2013-08-03 11:25 ` Lars Magne Ingebrigtsen
2013-08-05  3:31   ` John Williams
2013-08-05  0:54 ` Katsumi Yamaoka
2013-08-05  3:35   ` John Williams
2013-08-05 11:25     ` Katsumi Yamaoka [this message]
2013-08-05 15:16       ` Katsumi Yamaoka
2013-08-06 13:52         ` Katsumi Yamaoka
2013-08-07 14:22           ` Dan Christensen
2013-08-08  0:43             ` Katsumi Yamaoka
2013-08-09  8:06               ` Katsumi Yamaoka
2013-08-09 23:20                 ` Dan Christensen
2013-08-12  2:38                   ` Katsumi Yamaoka
2013-08-12  5:59                     ` Katsumi Yamaoka
2013-08-12 14:09                     ` Dan Christensen
2013-08-12 17:18                       ` Lars Magne Ingebrigtsen
2013-08-13  2:29                         ` Dan Christensen
2013-08-13  4:02                           ` Katsumi Yamaoka
2013-08-13  5:22                             ` Katsumi Yamaoka
2013-08-13 10:43                             ` Adam Sjøgren
2013-08-13 20:47                               ` Dan Christensen
2013-08-13 23:50                                 ` Katsumi Yamaoka
2013-08-14  1:41                                   ` Dan Christensen
2013-08-14  8:52                                     ` Adam Sjøgren
2013-08-14  8:58                                   ` Adam Sjøgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mmwowe5wb.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).