Gnus development mailing list
 help / color / mirror / Atom feed
From: Frank Haun <pille3000@gmx.net>
Subject: Re: article buffer still exists
Date: 07 Jun 2001 00:37:10 +0200	[thread overview]
Message-ID: <upuch2q21.fsf@frank.pille3000.de> (raw)
In-Reply-To: <87u21tjpr4.fsf@mclinux.com>

Josh Huber <huber@alum.wpi.edu> writes:

[(emacs) killing article buffer when exiting summary]

> try something like
> 
> (when (get-buffer artbuf)
>       (kill-buffer artbuf))

Thanks and done:
(add-hook 'gnus-exit-group-hook
 		  (lambda ()
 			(when (get-buffer gnus-article-buffer)
 				(kill-buffer gnus-article-buffer))))

But after some tests I think it's better to live with a permanent
article buffer. While reading in a group I often browse other groups.
Exiting other groups make my current article buffer vanish.

Thanks to all, Frank
-- 
  (error "Couldn't find doc group")


  reply	other threads:[~2001-06-06 22:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-04 20:22 Frank Haun
2001-06-04 20:45 ` Kai Großjohann
2001-06-05 15:15   ` Frank Haun
2001-06-04 21:58 ` Francisco Solsona
2001-06-05 15:20   ` Frank Haun
2001-06-05 19:00     ` Francisco Solsona
2001-06-06 14:55       ` Frank Haun
2001-06-06 20:51         ` Josh Huber
2001-06-06 22:37           ` Frank Haun [this message]
2001-06-07 10:38             ` Kai Großjohann
2001-06-07 15:44               ` Frank Haun

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=upuch2q21.fsf@frank.pille3000.de \
    --to=pille3000@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).