From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7264 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.gnus.user Subject: Re: locking buffer windows in a frame Date: Fri, 05 May 2006 15:18:49 +0200 Organization: Chalmers University of Technology, Sweden Message-ID: References: <87irol2o6t.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1146836459 27460 80.91.229.2 (5 May 2006 13:40:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 May 2006 13:40:59 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri May 05 15:40:57 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fc0XW-0002Kk-PL for gegu-info-gnus-english@m.gmane.org; Fri, 05 May 2006 15:40:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fc0XW-0006XB-Bl for gegu-info-gnus-english@m.gmane.org; Fri, 05 May 2006 09:40:14 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!canoe.uoregon.edu!arclight.uoregon.edu!newsfeed-00.mathworks.com!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.swip.net!swipnet!newsfeed.sunet.se!news01.sunet.se!129.16.222.141.MISMATCH!gide.ita.chalmers.se!not-for-mail Original-Newsgroups: comp.emacs,gnu.emacs.gnus Original-Followup-To: gnu.emacs.gnus Original-Lines: 17 Original-NNTP-Posting-Host: linus003.dd.chalmers.se Original-X-Trace: gide.ita.chalmers.se 1146835151 19902 129.16.117.203 (5 May 2006 13:19:11 GMT) Original-X-Complaints-To: usenet@gide.ita.chalmers.se Original-NNTP-Posting-Date: Fri, 5 May 2006 13:19:11 +0000 (UTC) Mail-Copies-To: never User-Agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:9oYM8hUuPLXxHOaq8IDlL8YPmsg= Original-Xref: shelby.stanford.edu comp.emacs:92113 gnu.emacs.gnus:77446 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7264 Archived-At: Burton Samograd writes: > I'm wondering if there is any elisp code, function or variable I > might be able to set to keep gnus from taking over the whole screen > when I enter and leave groups. (info "(gnus)Window Layout") If `gnus-use-full-window' non-`nil', Gnus will delete all other windows and occupy the entire Emacs screen by itself. It is `t' by default. Setting this variable to `nil' kinda works, but there are glitches. Use at your own peril. -- Johan Bockgård