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


Reply via email to