From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36623 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: article buffer still exists Date: 07 Jun 2001 12:38:35 +0200 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 1035172176 9550 80.91.224.250 (21 Oct 2002 03:49:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:49:36 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 26071 invoked from network); 7 Jun 2001 10:39:03 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 7 Jun 2001 10:39:03 -0000 Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id MAA12531 for ; Thu, 7 Jun 2001 12:38:35 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id MAA05306; Thu, 7 Jun 2001 12:38:35 +0200 (MET DST) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id MAA16560; Thu, 7 Jun 2001 12:38:35 +0200 X-Face: 6=pZ4hVbjN:C?j1$h/-bi4:F%*~B#Rxb$[0%!{5NK"dE:_QRAM]Dzl=$yMu%Rh4xCSm/#>! $n%@SHJ](KFJKL,uF\=G=bRJQC$ ?+Dlxu*pj.Z,-GK<~y7sd/l*PN\]>} (Frank Haun's message of "07 Jun 2001 00:37:10 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 20 Xref: main.gmane.org gmane.emacs.gnus.general:36623 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36623 On 07 Jun 2001, Frank Haun wrote: > 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. I use `Z z' for quick exiting of groups: (define-key gnus-summary-exit-map "z" 'kai-gnus-summary-exit-group-quickly) (defun kai-gnus-summary-exit-group-quickly () (interactive) (switch-to-buffer gnus-group-buffer) (delete-other-windows)) You might need a (require 'gnus-sum) before this. kai -- ~/.signature: No such file or directory