delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/07/21/18:28:42

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30058389FC1B
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1626906520;
bh=wUITBeQp94uhZsYpdI1a19fGcg+eZvGIJKhYwJGVgCs=;
h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=FvXVREgErvoSy2j9SttkOaQlMae2kNEhVU0X0hvylh4cB1D1DAwTLucCpJf0fVxly
3oknyxwHEjwJFwxNUqaBNmsZozfwUrVr8or7dJ5UioAinx8+ueF8eaXVT/Kw4T8vKa
d0UstLR4GafIe9Uuo6o7HOgBHFQ666F1B1IKEAxQ=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4B406385800F
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:subject:to:references:from:message-id:date
:user-agent:mime-version:in-reply-to:content-language
:content-transfer-encoding;
bh=svyWj8M/kyl9OtRV5Jpv4SKy+HnX9gN6FvT8tn2ChBY=;
b=UrAeD3rrwcSO/dZBWNpgnu4DCjxGW3oi5YqnBsAtJI3uGsrVAbGAiVQii8yN737402
QrKLwNc378gbHDjRf5DBjgIi/fBwgPOF5UJV6UzVxCChzzsCw8rBzX4i9v4ZKHrzyvF2
tgSZzRptAYjmRU6qVTS9oKq8qMAS4lPPZAsFZM3kOM7DQv1xvY/RCm3sT3A4ShBaJW6O
idJIteH+LgOUePfzVGPrSIvw3j2YMK1V5yDx5mVZBShdLrqcrMsT3QWB1iR1Fv7+PJXU
bMhU3Bfhd1jrEySJU7BCDSScT3TjSxElQ/dVFq1t8Hb17ONB0rd60fAZJi7A7S1pgFvC
1sBA==
X-Gm-Message-State: AOAM531mSmY6qTAM1KFtZFyW9Nu3HJ3WLO9lTYcg72Wx2nnofyKk+t9U
qiiPBcRgj3oD8t5oJyvS81Uu3ebthyE=
X-Google-Smtp-Source: ABdhPJxHgqVy+uZ2my+fJFuJiO0xwphW/fmaYaxtUgjhoBquCwIN39HYKZfBH0I97ErcSiX7cihAYw==
X-Received: by 2002:a2e:8616:: with SMTP id a22mr32038910lji.144.1626906445837;
Wed, 21 Jul 2021 15:27:25 -0700 (PDT)
Subject: Re: no regular expressions in less
To: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>, cygwin AT cygwin DOT com
References: <72a2e4e4-1745-905a-d068-5263c928433d AT gmail DOT com>
<20210722031833 DOT 4b970ca07447c169424b2935 AT nifty DOT ne DOT jp>
Message-ID: <ff44b38f-e091-6e57-0a80-41dcf84e8f11@gmail.com>
Date: Thu, 22 Jul 2021 01:27:23 +0300
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.11.0
MIME-Version: 1.0
In-Reply-To: <20210722031833.4b970ca07447c169424b2935@nifty.ne.jp>
X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A,
RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=ham autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Ilya Basin via Cygwin <cygwin AT cygwin DOT com>
Reply-To: basinilya AT gmail DOT com
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

Yes, 32bit.

On 21.07.2021 21:18, Takashi Yano wrote:
> On Wed, 21 Jul 2021 20:43:54 +0300
> Basin Ilya via Cygwin <cygwin AT cygwin DOT com> 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)
> 
> Are you using 32bit version of cygwin?
> In my environment, this only happens in 32bit cygwin.
> 
> In 64 bit cygwin, it says:
> 
> less 581.2 (PCRE2 regular expressions)
> Copyright (C) 1984-2021  Mark Nudelman
> 
> 

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019