Gnus development mailing list
 help / color / mirror / Atom feed
From: dick <dick.r.chiang@gmail.com>
To: Fernando de Morais <fernandodemorais.jf@gmail.com>
Cc: ding@gnus.org
Subject: Re: download in background?
Date: Thu, 13 Jul 2023 14:34:12 -0400	[thread overview]
Message-ID: <87pm4v4q57.fsf@dick> (raw)
In-Reply-To: <87mt00640k.fsf@gmail.com> (Fernando de Morais's message of "Wed, 12 Jul 2023 21:36:59 -0300")

FdM> Sorry, unfortunately this message will be a bit long...

It didn't need to be.  You could just say "An external movemail
process fetches mail into my display-time-mail-directory."

If your system supports POSIX threads, Commercial Emacs will fetch
asynchronously out of the box.

Here's the shell invocation that proves the point:

emacs -Q --eval "(custom-set-variables \
  (quote (gnus-select-method (quote (nnnil \"\")))) \
  (quote (gnus-use-dribble-file nil)) \
  (quote (gnus-large-newsgroup nil)) \
)" \
-l nnnil \
--eval "(defun nnnil-request-scan (&optional group server) (sleep-for 10))" \
--eval "(cl-letf (((symbol-function (quote gnus-y-or-n-p)) (function ignore))) \
           (call-interactively (quote gnus-child)))"


  reply	other threads:[~2023-07-13 18:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-11 10:10 Emanuel Berg
2023-07-13  0:36 ` Fernando de Morais
2023-07-13 18:34   ` dick [this message]
2023-07-13 23:39     ` Fernando de Morais
2023-08-08 12:18     ` Björn Bidar

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=87pm4v4q57.fsf@dick \
    --to=dick.r.chiang@gmail.com \
    --cc=ding@gnus.org \
    --cc=fernandodemorais.jf@gmail.com \
    /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).