From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32107 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Default subscribed newsgroups as regular expression Date: 12 Aug 2000 21:46:04 +0200 Organization: Programmerer Ingebrigtsen 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 X-Trace: main.gmane.org 1035168433 17894 80.91.224.250 (21 Oct 2002 02:47:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:47:13 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 9A1D1D051E for ; Sat, 12 Aug 2000 15:44:57 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAC06409; Sat, 12 Aug 2000 14:44:52 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 12 Aug 2000 14:44:10 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA27751 for ; Sat, 12 Aug 2000 14:43:59 -0500 (CDT) Original-Received: from quimby.gnus.org (quimby.gnus.org [195.204.10.139]) by mailhost.sclp.com (Postfix) with ESMTP id 45F89D051E for ; Sat, 12 Aug 2000 15:44:27 -0400 (EDT) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id VAA01421 for ding@gnus.org; Sat, 12 Aug 2000 21:45:31 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 23 Original-NNTP-Posting-Host: ti34a03-0214.dialup.online.no Original-X-Trace: quimby.gnus.org 966109531 14930 130.67.65.214 (12 Aug 2000 19:45:31 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 12 Aug 2000 19:45:31 GMT Mail-Copies-To: never X-Now-Playing: Orbital's _In Sides_: "Out There Somewhere?" User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > Is there a reason why `gnus-default-subscribed-newsgroups' is a list > and not a regular expression, which IMO would be more convenient in > most cases? > > Example: if the variable is set in a site-wide default setting the > administor has to keep up with frequently changes of the available > local newsgroups. Quite annoying, I think. As a regular expression, > the setting "local\." would suffice (until the end of the world as we > know it). I guess that would make change, but it's problematic changing a string variable into a regexp variable. For instance, "no.general" (which is the general Norwegian newsgroup) would, interpreted as a regexp, match "alt.really.nasty.porno.general". And some group names aren't valid regexps, and so on. An introducing a new variable for this seems kinda like overkill, no? -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen