Bug 20585

Summary: Regex-off search does not work
Product: Sisyphus Reporter: Dmitry V. Levin <ldv>
Component: lessAssignee: Alexey Gladkov <legion>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: critical    
Priority: P3 CC: legion, php-coder
Version: unstable   
Hardware: all   
OS: Linux   

Description Dmitry V. Levin 2009-06-26 01:42:57 MSD
In less-431-alt1, regex-off search does not work at all.

For example,
$ echo [ >$TMPDIR/less
$ less $TMPDIR/less
Type /, then ^R, then [ -- it answers with "Pattern not found".

Old good less-394-alt1 works as expected.
Comment 1 Slava Semushin 2009-06-26 08:27:10 MSD
Возможно, это потому что начиная с 424-alt3 less собран с PCRE?

P.S. less 418 из Ubuntu 9.04 (собранный, похоже, без PCRE) этому багу не подвержен.
Comment 2 Alexey Gladkov 2009-06-26 23:06:59 MSD
Hi Alexey,
Thank you for this report.  I have confirmed that this is a bug in
less-431 and have added it to the bug list.

--Mark
Comment 3 Repository Robot 2009-07-03 11:00:57 MSD
less-434-alt1 -> sisyphus:

* Fri Jul 03 2009 Alexey Gladkov <legion@altlinux> 434-alt1

- New version 434.
- Fix regex-off search (ALT#20585).
Comment 4 Dmitry V. Levin 2009-07-03 13:00:06 MSD
Thanks.