From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18847 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.user Subject: Re: on automatic gnus-summary-insert-new-articles after posting Date: Sat, 28 Jul 2018 13:59:57 -0700 Message-ID: <877elfgjoy.fsf@ericabrahamsen.net> References: <86d0v7jrvd.fsf@dev.null> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1532811486 17341 195.159.176.226 (28 Jul 2018 20:58:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 28 Jul 2018 20:58:06 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Jul 28 22:58:02 2018 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fjWHp-0004Nq-1r for gegu-info-gnus-english@m.gmane.org; Sat, 28 Jul 2018 22:58:01 +0200 Original-Received: from localhost ([::1]:46410 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjWJv-00013t-Jd for gegu-info-gnus-english@m.gmane.org; Sat, 28 Jul 2018 17:00:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjWJt-00012R-Og for info-gnus-english@gnu.org; Sat, 28 Jul 2018 17:00:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fjWJq-00068x-NT for info-gnus-english@gnu.org; Sat, 28 Jul 2018 17:00:09 -0400 Original-Received: from [195.159.176.226] (port=35417 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fjWJq-00068k-G3 for info-gnus-english@gnu.org; Sat, 28 Jul 2018 17:00:06 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fjWHh-0004Ed-3J for info-gnus-english@gnu.org; Sat, 28 Jul 2018 22:57:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:e4HDlbUoiFgReiHNh3o9Qdfa9cI= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: "info-gnus-english" Xref: news.gmane.org gmane.emacs.gnus.user:18847 Archived-At: Winston writes: > Robert Girault writes: >> How can I >> >> gnus-summary-insert-new-articles >> >> automatically after posting? I'd like to see my articles right away in >> the thread without having to ``/ N'' every time I post. Oh I see, I had indeed misunderstood your question. > I don't have an answer for the question you asked, but I'll point out > that, in theory, articles don't necessarily appear for reading instantly > after you post them. Articles to a moderated group, for example, will > go to the moderator for approval. Articles to unmoderated groups may be > subject to input filtering, throttling, indexing for overviews, etc., > such that the faster you re-check for new articles, the less likely you > are to find your new one. You could work around the latter issue a bit > if you can do "sleep N sec, check". Right: it's unknown when the message will actually appear. I can't think of any better trick than a timer (or patience), but it might work better to do "M-g" (rescan) rather than show old articles. Eric