From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/10057 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.user Subject: Group parameters / `gnus-parameters' (was: prompts when moving articles etc) Date: Tue, 18 Dec 2007 12:48:48 +0100 Organization: T-Online Message-ID: References: <8763ywjtno.fsf@member.fsf.org> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1197996042 18067 80.91.229.12 (18 Dec 2007 16:40:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Dec 2007 16:40:42 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Dec 18 17:40:55 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J4fUs-0000QN-KS for gegu-info-gnus-english@m.gmane.org; Tue, 18 Dec 2007 17:40:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4fUY-0008Bc-7K for gegu-info-gnus-english@m.gmane.org; Tue, 18 Dec 2007 11:40:26 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 80 Original-X-Trace: news.t-online.com 1197995482 02 20957 vqqn1HMLEUDzHyk 071218 16:31:22 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: TFdKcaZDQe9XPlUprfO0Zopd-gCnh1ZLkb38a+qHfY9bS-xIgJ8pQ2 X-Face: 'bg&jY[8V'W&:=~6w"|>}#4/T; w~36ei4NNMyKRR.a$n=$|sWFPF1y]a\>6kc\*#GN]UDM| Ywv, vbL^XF1nIp\:F=$Ei2o&mEe:%N~, :3]vtQ~s9u$9izmX$IF@VgGl7/, ^dbuM<3|AO2}.%|%?kZ 2Y=@\U!~cll^=8Z9ihKq%wmUe1Ky(#kl3T'>Qk0Ia3mCBsTk?E(,X Mail-Copies-To: nobody User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:ZiBMVK6sITviOKBzA9ULeEzLCd0= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80269 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:10057 Archived-At: On Tue, Dec 18 2007, Tassilo Horn wrote: > A good place to do this on a group specific way would be > `gnus-parameters'. > > ,----[ (info "(gnus)Group Parameters") ] > | The group parameters store information local to a particular group. > `---- > > Oh, this first message of the docs is not really correct. I think it is correct because it refers to the group parameters you set via `G p' or `G c' ... ,----[ (info "(gnus)Group Parameters") ] | Use the `G p' or the `G c' command to edit group parameters of a | group. (`G p' presents you with a Lisp-based interface, `G c' presents | you with a Customize-like interface. The latter helps avoid silly Lisp | errors.) You might also be interested in reading about topic | parameters (*note Topic Parameters::). `---- ... in contrast to the variable `gnus-parameters': ,----[ (info "(gnus)Group Parameters") ] | Group parameters can be set via the `gnus-parameters' variable too. `---- > You can store informations local to a group of groups that are > matched by a given regexp. Maybe reordering the text and adding a note about `gnus-parameters' near the beginning of the node would make it more clear? --8<---------------cut here---------------start------------->8--- --- gnus.texi.~6.603.2.144.~ 2007-12-14 22:43:49.000000000 +0100 +++ gnus.texi 2007-12-18 12:41:52.000000000 +0100 @@ -2717,6 +2717,15 @@ @cindex group parameters The group parameters store information local to a particular group. + +Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a +group. (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c} +presents you with a Customize-like interface. The latter helps avoid +silly Lisp errors.) You might also be interested in reading about topic +parameters (@pxref{Topic Parameters}). +Additionally, you can set group parameters via the +@code{gnus-parameters} variable, see below. + Here's an example group parameter list: @example @@ -3083,12 +3092,6 @@ @end table -Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a -group. (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c} -presents you with a Customize-like interface. The latter helps avoid -silly Lisp errors.) You might also be interested in reading about topic -parameters (@pxref{Topic Parameters}). - @vindex gnus-parameters Group parameters can be set via the @code{gnus-parameters} variable too. But some variables, such as @code{visible}, have no effect (For this --8<---------------cut here---------------end--------------->8--- > @Reiner: Should I fix that in Emacs' CVS (23.0.50) where I have access, > so that it will be synched after a while? For doc-fixes, the EMACS_22_BASE branch (or v5-10 in Gnus CVS) would be more suitable. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/