From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26786 Path: main.gmane.org!not-for-mail From: Matt Swift Newsgroups: gmane.emacs.gnus.general Subject: Re: groups in levels 5-7 won't appear in groups buffer (was: Pterodactyl Gnus v0.98 is released) Date: Sat, 13 Nov 1999 17:34:52 GMT Organization: http://www.shore.net/~swift Sender: owner-ding@hpc.uh.edu Message-ID: References: <8080gn$3v7$1@quimby.gnus.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163930 21232 80.91.224.250 (21 Oct 2002 01:32:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:32:10 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA18949 for ; Sat, 13 Nov 1999 12:35:16 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB28756; Sat, 13 Nov 1999 11:35:14 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 13 Nov 1999 11:35:31 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA06323 for ; Sat, 13 Nov 1999 11:35:21 -0600 (CST) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id MAA18942 for ; Sat, 13 Nov 1999 12:34:53 -0500 (EST) Original-Received: (qmail 6297 invoked by uid 509); 13 Nov 1999 17:34:52 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.4 Original-Lines: 19 Original-NNTP-Posting-Host: 206.243.167.24 Original-X-Complaints-To: news@sunsite.auc.dk Original-X-Trace: sunsite.auc.dk 942514492 206.243.167.24 (Sat, 13 Nov 1999 18:34:52 MET) Original-NNTP-Posting-Date: Sat, 13 Nov 1999 18:34:52 MET Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26786 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26786 >>"P" == Per Abrahamsen writes: P> Lars Magne Ingebrigtsen writes: >> Per Abrahamsen writes: >> >> > In that case, it would probably be a good idea to change them >> from > defcustoms to defconsts. > > Do you want a patch? ;-) >> >> Yes, please. :-) P> 1999-11-12 Per Abrahamsen P> * gnus-start.el (gnus-level-subscribed, P> gnus-level-unsubscribed, gnus-level-zombie, gnus-level-killed): P> Changed from `defcustom' to `defconst'. What happens to existing customized settings in the `custom-file' when a change like this occurs? Do they have to be deleted by hand? Should they?