Gnus development mailing list
 help / color / mirror / Atom feed
From: Joseph Barillari <jbarilla@princeton.edu>
Cc: kai.grossjohann@gmx.net
Subject: Re: Gnus-slave forgets news marks, remembers mail marks
Date: Wed, 13 Aug 2003 20:24:10 -0400	[thread overview]
Message-ID: <87znidxf11.fsf@bigbox.barillari.org> (raw)
In-Reply-To: <84wugku8eu.fsf@lucy.is.informatik.uni-duisburg.de> (Kai =?iso-8859-1?q?Gro=DFjohann's?= message of "Wed, 21 May 2003 08:21:29 +0200")

>>>>> "KG" == Kai Großjohann <kai.grossjohann@gmx.net> writes:

    KG> You could run gnuserv on the long-running process and then
    KG> eval the right Lisp expression using gnudoit.  (Not sure if
    KG> emacsclient as of Emacs 21.3 groks the -e option.  If it does,
    KG> you can also use that.)

Something like this?

(add-hook 'gnus-slave-mode-hook 'ask-master-to-update-newsrcs)

(defun ask-master-to-update-newsrcs () 
  (message "Telling master to read slave newsrcs.")
  (shell-command "gnuclient -q -batch -f gnus-master-read-slave-newsrc")
)      

--Joe

-- 
Joseph Barillari -- http://barillari.org



      reply	other threads:[~2003-08-14  0:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-19 21:02 Joseph Barillari
2003-05-19 21:18 ` Graham Murray
2003-05-21  6:21 ` Kai Großjohann
2003-08-14  0:24   ` Joseph Barillari [this message]

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=87znidxf11.fsf@bigbox.barillari.org \
    --to=jbarilla@princeton.edu \
    --cc=kai.grossjohann@gmx.net \
    /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).