public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin@cygwin.com
Subject: Re: no regular expressions in less
Date: Wed, 21 Jul 2021 20:21:09 +0200	[thread overview]
Message-ID: <28f95bc8-5e8a-9732-7bba-769c5c45d6b7@gmail.com> (raw)
In-Reply-To: <72a2e4e4-1745-905a-d068-5263c928433d@gmail.com>

On 21.07.2021 19:43, Basin Ilya via Cygwin wrote:
> Hi list.
> I've just noticed that regexp search works identically to exact match search in less and it prints this:
> 
>      $ /usr/bin/less --version
>      less 581.2 (no regular expressions)
>      Copyright (C) 1984-2021  Mark Nudelman
>      
>      less comes with NO WARRANTY, to the extent permitted by law.
>      For information about the terms of redistribution,
>      see the file named README in the less distribution.
>      Home page: https://greenwoodsoftware.com/less
> 
> How to solve this?

Hi Basin,

it seems missing for the 32bit version,
on 64bit it is present.

$ less --version
less 581.2 (PCRE2 regular expressions)
Copyright (C) 1984-2021  Mark Nudelman

But for both the library is present

$ cygcheck -cd |grep "pcre.*devel"
libpcre-devel                           8.45-1
libpcre2-devel                          10.37-1

let me investigate why the 32bit has such issue.

Regards
Marco

  parent reply	other threads:[~2021-07-21 18:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-21 17:43 Basin Ilya
2021-07-21 18:18 ` Takashi Yano
2021-07-21 22:27   ` basinilya
2021-07-21 18:21 ` Marco Atzeri [this message]
2021-07-21 18:30   ` Marco Atzeri

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=28f95bc8-5e8a-9732-7bba-769c5c45d6b7@gmail.com \
    --to=marco.atzeri@gmail.com \
    --cc=cygwin@cygwin.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).