From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2110 Path: news.gmane.org!not-for-mail From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.user Subject: Re: groups don't expire Date: Tue, 18 Feb 2003 18:28:08 +0100 Organization: University of Duisburg, Germany Message-ID: <84bs19o5w7.fsf@lucy.is.informatik.uni-duisburg.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668664 13978 80.91.229.2 (31 Jan 2006 00:51:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:51:04 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:30:11 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!fu-berlin.de!uni-berlin.de!p50877531.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: p50877531.dip.t-dialin.net (80.135.117.49) Original-X-Trace: fu-berlin.de 1045593515 49514797 80.135.117.49 (16 [73968]) User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 Cancel-Lock: sha1:dYzD06Iwc+VcgN+AIer/u1TZM4c= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:2250 Original-Lines: 16 X-Gnus-Article-Number: 2250 Tue Jan 17 17:30:11 2006 Xref: news.gmane.org gmane.emacs.gnus.user:2110 Archived-At: Christian Gudrian writes: > ,---- > | (setq gnus-total-expirable-newsgroups > | (regexp-opt '("^nn.*:list\\."))) > `---- Have a look at the regexp that comes out. regexp-opt is documented to expect a list of strings, not a list of regular expressions! Example: (regexp-opt '(".*")) => "\\.\\*" See? -- A turnip curses Elvis