From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.help Subject: Re: How can I change gnus window configuration for some groups? Date: Sat, 23 Aug 2014 23:53:10 +0200 Organization: Aioe.org NNTP Server Message-ID: <8761hilvp5.fsf@debian.uxu> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1408830928 31296 80.91.229.3 (23 Aug 2014 21:55:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Aug 2014 21:55:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 23 23:55:20 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XLJHL-0006Nj-HJ for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Aug 2014 23:55:19 +0200 Original-Received: from localhost ([::1]:42321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLJHL-0000pm-6y for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Aug 2014 17:55:19 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!news.stack.nl!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 42 Original-NNTP-Posting-Host: P0uMB9BthHuWo8+BJXB4Mw.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:FAMT5mD4Ak4RNOYATPc9EJWbcsI= Mail-Copies-To: never Original-Xref: usenet.stanford.edu gnu.emacs.help:207099 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99376 Archived-At: Alan Schmitt writes: > I would like to display one particular group with a > smaller summary buffer. Searching in the > documentation, I found that I want to play with > gnus-buffer-configuration'. I see that in the default > setup, it already has a conditional layout ... You can add another condition there, of course. That I think would be the simplest solution - some purists will not like it, but they are not the ones who are doing this, and later using it - you are. > Is there a way to adapt this such that I use the > layout ... when viewing the "nnvirtual:RSS" group? > Should this be a global setting or a group parameter? If you can make in into a group parameter specifically associated to that group, that would be the most elegant solution. But I don't know how to do that. Gut feeling, I would do either of: 1. If you want "RET transparency". In the group buffer, you select a group by hitting RET. I would rebind that to a defun that runs this: (string-equal "nnvirtual:RSS" (gnus-group-group-name) ) If `t', do special treatment. If `nil', do the ordinary thing. You might want to use current-prefix-arg to replicate ordinary usage of the C-u (to quantify articles). 2. If you don't care for "RET transparency": Simply assign a key for the RSS group. That key will open the group, then change the configuration; or, if that flickers, change configuration, open the RSS group, then change the configuration back to normal. -- underground experts united