unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Erwan Hingant <erwan.hingant@mailo.com>
To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org
Subject: Re: Regex negative lookahead failed
Date: Sat, 24 Apr 2021 12:52:02 -0400	[thread overview]
Message-ID: <87sg3fy6a5.fsf@mailo.com> (raw)
In-Reply-To: <87sg3g0x2q.fsf@tethera.net>


Hello,

 Thanks a lot, this makes all clear and notmuch-search-terms(7) point the
 regex POSIX version you mention. My mistake. By the way, you completely
 solve my problem that of course no need regular expression has I
 thought...

Bests,
Erwan.

David Bremner <david@tethera.net> writes:

> Erwan Hingant <erwan.hingant@mailo.com> writes:
>
>> Hello,
>>
>>   I have some troubles with regex negative lookahead. When searching 
>> in 
>> all directories but one (say inbox), I do the following query:
>>
>>  > notmuch search folder:"/^(?!inbox)/"
>>
>
> As far as I know, lookaheads are not supported by POSIX regex, which is
> what notmuch uses. regex(7) is a bit terse, but the relevant section
> seems to be
>
>        An atom is a regular expression enclosed in "()" (matching a match  for
>        the  regular  expression),  an  empty  set  of  "()" (matching the null
>        string)(!), a bracket expression (see below), '.' (matching any  single
>        character),  '^' (matching the null string at the beginning of a line),
>        '$' (matching the null string at the end of a line), a '\' followed  by
>        one  of the characters "^.[$()|*+?{\" (matching that character taken as
>        an ordinary character),  a  '\'  followed  by  any  other  character(!)
>        (matching  that character taken as an ordinary character, as if the '\'
>        had not been present(!)), or a single character with no other  signifi‐
>        cance  (matching  that character).  A '{' followed by a character other
>        than a digit is an ordinary character, not the beginning of a bound(!).
>        It is illegal to end an RE with '\'.
>
> I'm not sure your whole problem, but maybe regex is not the right answer
> here. In general they should be a last resort in notmuch, for efficiency
> reasons. Does "not folder:inbox"  do what you want?
\r

      parent reply	other threads:[~2021-04-24 16:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-24  4:32 Regex negative lookahead failed Erwan Hingant
2021-04-24 10:57 ` David Bremner
2021-04-24 12:34   ` Michael J Gruber
2021-04-24 16:03     ` David Bremner
2021-04-24 16:52   ` Erwan Hingant [this message]

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

  List information: https://notmuchmail.org/

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

  git send-email \
    --in-reply-to=87sg3fy6a5.fsf@mailo.com \
    --to=erwan.hingant@mailo.com \
    --cc=david@tethera.net \
    --cc=notmuch@notmuchmail.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.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

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 read-only IMAP folder(s) and NNTP newsgroup(s).