From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x22a.google.com (mail-lj1-x22a.google.com [IPv6:2a00:1450:4864:20::22a]) by sourceware.org (Postfix) with ESMTPS id 8EB213857436 for ; Wed, 21 Jul 2021 17:43:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8EB213857436 Received: by mail-lj1-x22a.google.com with SMTP id y7so4057910ljm.1 for ; Wed, 21 Jul 2021 10:43:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=90BtorN+YneuRwB3Z72hj3k8QTA5FSWvPaItFloSD3Y=; b=n9dFMm1bSnK3nUaxEtUwiUxtowtRuGV7tL9Q3gkgFs2O9zIVC8WSzs/taaaph3omH8 rG7KHICyasUcPsGHs7Sr/NrPUNgfMNQCGqNFPJ5sJMld/mZJdrFMOLFtv/SID7rLKvmO hP5rVKlhB9TvLbrGZssraRlerx4R2S+znK5Ciitha2QC/9sLL6PP20yH2dJHy0pOpKDA 83moh0ZEGmG1HfdX+SU9s5buBtAFScJMNHIjJecBk+J6QxBsGYTG1/EbQagGlI7dY8+h vcDcSz+URwWOGBJcaySh//NsBbPLFO1QSXb6IpJyo/yMgPUuZdN5R7/ZEEm9JYRlK3pI SwBw== X-Gm-Message-State: AOAM533l3Edb1qhxMC0F/BlcTRmlM/XLL0JHFTEDlJPOWQtsOQWcwLu6 ENXMvgTbm4tyHE/rfyOXujA1ckwYLcpAgH4y X-Google-Smtp-Source: ABdhPJzjQu0xPMg6AhwoRwcr0MNKvhmMdsbQk6svSL+xLcnMK8E7fbINIL3NagFjqGvn7bvgOuWdQQ== X-Received: by 2002:a2e:8116:: with SMTP id d22mr20298716ljg.113.1626889435230; Wed, 21 Jul 2021 10:43:55 -0700 (PDT) Received: from [192.168.149.55] (gate.reksoft.ru. [188.64.144.36]) by smtp.googlemail.com with ESMTPSA id x10sm1866296ljn.27.2021.07.21.10.43.54 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 21 Jul 2021 10:43:54 -0700 (PDT) To: cygwin@cygwin.com From: Basin Ilya Subject: no regular expressions in less Message-ID: <72a2e4e4-1745-905a-d068-5263c928433d@gmail.com> Date: Wed, 21 Jul 2021 20:43:54 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Language: ru Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2021 17:43:58 -0000 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?