From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14049 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: custom v. * Date: 15 Feb 1998 15:43:14 +0100 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035153305 12609 80.91.224.250 (20 Oct 2002 22:35:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:35:05 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id GAA03692 for ; Sun, 15 Feb 1998 06:45:51 -0800 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA19961 for ; Sun, 15 Feb 1998 08:44:25 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id IAJ13323; Sun, 15 Feb 1998 08:44:08 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 15 Feb 1998 08:43:33 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id IAA13310 for ; Sun, 15 Feb 1998 08:43:25 -0600 (CST) Original-Received: (qmail 25687 invoked by uid 504); 15 Feb 1998 14:43:20 -0000 Original-Received: (qmail 25684 invoked from network); 15 Feb 1998 14:43:20 -0000 Original-Received: from elc1.dina.kvl.dk (130.225.40.228) by claymore.vcinet.com with SMTP; 15 Feb 1998 14:43:19 -0000 Original-Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id PAA21086; Sun, 15 Feb 1998 15:43:15 +0100 Original-Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id PAA13671; Sun, 15 Feb 1998 15:43:14 +0100 Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Lars Magne Ingebrigtsen's message of "13 Feb 1998 21:21:06 +0100" Original-Lines: 19 X-Mailer: Quassia Gnus v0.24/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14049 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14049 Lars Magne Ingebrigtsen writes: > There are apparently lots of Gnus variables that have doc strings that > do not start with "*" that are customizable. Is that inconsistent > with how things are supposed to be? No, it is quite right. >>From the emacs lisp manual: A variable's documentation string should start with `*' if the variable is one that users would often want to set interactively. If the value is a long list, or a function, or if the variable would only be set in init files, then don't start the documentation string with `*'. The quick test is: Would the user ever set this with `M-x set-variable RET'?