From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14002 Path: main.gmane.org!not-for-mail From: Felix Lee Newsgroups: gmane.emacs.gnus.general Subject: Re: custom v. * Date: Fri, 13 Feb 1998 14:53:26 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <199802132253.OAA19884@mail1.teleport.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035153266 12350 80.91.224.250 (20 Oct 2002 22:34:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:34:26 +0000 (UTC) Cc: ding@gnus.org 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 OAA14946 for ; Fri, 13 Feb 1998 14:56:04 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA11087 for ; Fri, 13 Feb 1998 16:54:44 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id RAN23766; Fri, 13 Feb 1998 17:30:55 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 13 Feb 1998 16:53:41 -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 QAA14079 for ; Fri, 13 Feb 1998 16:53:34 -0600 (CST) Original-Received: (qmail 18494 invoked by uid 504); 13 Feb 1998 22:53:28 -0000 Original-Received: (qmail 18491 invoked from network); 13 Feb 1998 22:53:28 -0000 Original-Received: from mail1.teleport.com (192.108.254.26) by claymore.vcinet.com with SMTP; 13 Feb 1998 22:53:28 -0000 Original-Received: from teleport.com (ip-pdx38-08.teleport.com [204.202.160.10]) by mail1.teleport.com (8.8.7/8.7.3) with ESMTP id OAA19884 for ; Fri, 13 Feb 1998 14:53:15 -0800 (PST) In-reply-to: Your message of 13 Feb 1998 21:21:06 +0100. Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14002 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14002 > 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? yah. the "*" is used to decide if the variable goes in the completion list when you do M-x set-variable. among other things. --