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: Tue, 06 Aug 2013 22:52:59 +0900	[thread overview]
Message-ID: <b4mbo5b7wp0.fsf@jpl.org> (raw)
In-Reply-To: <b4mmwow182h.fsf@jpl.org>

Katsumi Yamaoka <yamaoka@jpl.org> wrote:
>> 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

> I tried it on Fedora 19 and realized there is another problem.
> That is, `mm-display-external' deletes a temporary file too early
> to let at least xdg-open work.  A temporary solution is attached.

Now xdg-open should work called by Gnus (hopefully).  Binding of
`process-connection-type' to nil was necessary for at least Fedora
(I don't know why but Cygwin doesn't need it).
The other cause of xdg-open not working was simple; xdg-open has
no sooner launched an external viewer than it finishes, whereas
Gnus deleted a temporary file (before passing it out to the viewer)
as soon as xdg-open finished.

Now a temporary file will be deleted by a timer 10 seconds after
launching xdg-open.  It means that a temporary file will be left
if you kill Emacs within 10 seconds.  Perhaps it might be better
to use `kill-emacs-hook' together or decrease the time to wait.

As for Windows or Cygwin, those temporary file and folder cannot
be deleted while a viewer is running if it is a Windows' app., so
a user may want to delete them periodically.



  reply	other threads:[~2013-08-06 13:52 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
2013-08-05 15:16       ` Katsumi Yamaoka
2013-08-06 13:52         ` Katsumi Yamaoka [this message]
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=b4mbo5b7wp0.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).