From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36620 Path: main.gmane.org!not-for-mail From: Frank Haun Newsgroups: gmane.emacs.gnus.general Subject: Re: article buffer still exists Date: 07 Jun 2001 00:37:10 +0200 Organization: Gnus Information Center Message-ID: References: <86n17nnbz3.fsf@biblio06.fciencias.unam.mx> <86pucikb0v.fsf@biblio06.fciencias.unam.mx> <87u21tjpr4.fsf@mclinux.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172174 9539 80.91.224.250 (21 Oct 2002 03:49:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:49:34 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 12397 invoked from network); 6 Jun 2001 22:44:49 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 6 Jun 2001 22:44:49 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id AAA08271 for ding@gnus.org; Thu, 7 Jun 2001 00:44:46 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-NNTP-Posting-Host: esndi7-213-023-016-169.arcor-ip.net Original-X-Trace: quimby.gnus.org 991867485 6914 213.23.16.169 (6 Jun 2001 22:44:45 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 6 Jun 2001 22:44:45 GMT X-Face: 2UW3IY]Fkl&RW-_BPoX]WuztLbO>-ld`CQQ(T6:`=C$5vk1|e^E.rfp8*]JYm$yEkk4?D'TgZ"o+)EH7z~hN%"Wi8T\6UG)m)g{8*e X-Url: http://www.pille3000.de Mail-Copies-To: nobody User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 22 Xref: main.gmane.org gmane.emacs.gnus.general:36620 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36620 Josh Huber 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")