Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Sam Steingold <sds@gnu.org>
Cc: ding@gnus.org
Subject: Re: scoring based on a number of matches
Date: Tue, 09 Jul 2019 17:52:20 +0200	[thread overview]
Message-ID: <m3h87v6w97.fsf@gnus.org> (raw)
In-Reply-To: <m1wogs6kpt.fsf@gnu.org> (Sam Steingold's message of "Mon, 08 Jul 2019 21:49:18 -0400")

Sam Steingold <sds@gnu.org> writes:

> In the meantime, I would settle for a regexp that would match long
> subjects lines without any lower case characters (see comp.lang.lisp):
>
> Subject: E' PEDOFILO ED ASSASSINO: PAOLO CARDENÀ (FACEBOOK & TWITTER)!
> DI CRIMINALISSIMO BLOG VINCITORI E VINTI ( VEDRA' COME LO FAREMO
> DIVENIRE PARTE DELLA SECONDA CATEGORIA E NON PRIMA, CHE RICICLI DA
> SEMPRE SOLDI DI MAFIA, CAMORRA E NDRANGHETA O MENO..."O
>
> I tried
>
> (("subject"
>   ("[^a-z]\\{100\\}" -100 nil r)))

{100} isn't valid in Emacs regexps, I think?  (Unless that's something
that's happened while I wasn't looking; which is always possible.)

So you have to [^a-z][^a-z][^a-z][^a-z][^a-z]... it a lot.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



  parent reply	other threads:[~2019-07-09 15:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-09  1:49 Sam Steingold
2019-07-09 15:39 ` Dave Marquardt
2019-07-09 15:47   ` Sam Steingold
2019-07-09 15:52 ` Lars Ingebrigtsen [this message]
2019-07-09 17:24   ` Sam Steingold
2019-07-09 20:10   ` Andreas Schwab
2019-07-09 17:45 ` Eric Abrahamsen
2019-07-11 19:46   ` Sam Steingold
2019-07-11 20:10     ` Eric Abrahamsen

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=m3h87v6w97.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=ding@gnus.org \
    --cc=sds@gnu.org \
    /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).