Gnus development mailing list
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Subject: burying Gnus buffers
Date: 05 Feb 2001 11:20:34 -0500	[thread overview]
Message-ID: <m3d7cxt82f.fsf@multivac.student.cwru.edu> (raw)

I'd like to bury all Gnus buffers so I can go work on something else,
but then when I come back to Gnus I won't have to re-open servers.  I
want to do this from the Group buffer, with no Summary buffers
around.  I can invoke bury-buffer to bury the Group buffer, but then I
typically get the Article buffer.  This works, but only sometimes:
(add-hook 'gnus-exit-group-hook
          (function (lambda ()
                      (let ((buffer (get-buffer gnus-article-buffer)))
                        (if buffer (bury-buffer buffer))))))
I.e., after exiting a Summary buffer, the Article buffer is sometimes
buried, and sometimes still just under the Group buffer.  Any ideas
why, or alternate solutions?


paul



             reply	other threads:[~2001-02-05 16:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-05 16:20 Paul Jarc [this message]
2001-02-05 16:38 ` Karl Kleinpaste
2001-02-05 16:52   ` Paul Jarc
2001-02-09  9:48   ` Arcady Genkin
2001-02-09 14:32     ` Paul Jarc

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=m3d7cxt82f.fsf@multivac.student.cwru.edu \
    --to=prj@po.cwru.edu \
    /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).