Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: groups don't expire
Date: Tue, 18 Feb 2003 18:28:08 +0100	[thread overview]
Message-ID: <84bs19o5w7.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: <geg.m27kbxgaqy.fsf@home.gudrian.de>

Christian Gudrian <Christian@Gudrian.de> 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


           reply	other threads:[~2003-02-18 17:28 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <geg.m27kbxgaqy.fsf@home.gudrian.de>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84bs19o5w7.fsf@lucy.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@uni-duisburg.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).