Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Emanuel Berg <incal@dataswamp.org>
To: info-gnus-english@gnu.org
Subject: Re: Inhibiting gnus-get-new-news at startup
Date: Sun, 31 Dec 2023 04:38:46 +0100	[thread overview]
Message-ID: <87zfxrghx5.fsf@dataswamp.org> (raw)
In-Reply-To: <47073.0785092869$1703954497@news.gmane.org>

Husain Alshehhi wrote:

> When gnus starts (M-x gnus), it automatically get new news.
> This is a reasonable default. But when I start gnus multiple
> times to look up a message, I have to wait few seconds for
> it to start.

Do it like you do with Emacs, don't kill it.

(defun gnus-switch-to-group-buffer ()
  (interactive)
  (if (gnus-alive-p)
      (switch-to-buffer gnus-group-buffer)
    (gnus) ))

-- 
underground experts united
https://dataswamp.org/~incal



  parent reply	other threads:[~2023-12-31  3:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <47073.0785092869$1703954497@news.gmane.org>
2023-12-30 19:01 ` Eric Abrahamsen
2023-12-31  3:38 ` Emanuel Berg [this message]
2023-12-31 23:27 ` Inhibiting gnus-get-new-news at startup, Re: Inhibiting gnus-get-new-news at startup, " James Thomas
2024-01-01  3:39   ` Eric Abrahamsen
2024-01-02  0:48   ` Dan Christensen
2024-01-02  2:35     ` Bob Newell
2024-01-03  3:34 ` Husain Alshehhi
     [not found] ` <30352.9598562577$1704252905@news.gmane.org>
2024-01-03 12:09   ` Eric S Fraga
2024-01-03 15:23     ` Eric Abrahamsen
2024-01-03 16:06       ` Eric S Fraga
2023-12-30 16:41 Husain Alshehhi
2023-12-30 17:06 ` Bartosz Kaczyński
2024-01-04 10:01 ` Lars-Johan Liman
2024-01-04 13:55   ` Eric S Fraga
2024-01-06  8:13     ` Lars-Johan Liman
2024-01-06 15:56       ` Eric S Fraga
2024-01-07 10:22         ` Lars-Johan Liman

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=87zfxrghx5.fsf@dataswamp.org \
    --to=incal@dataswamp.org \
    --cc=info-gnus-english@gnu.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).