Bug 20585 - Regex-off search does not work
Summary: Regex-off search does not work
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: less (show other bugs)
Version: unstable
Hardware: all Linux
: P3 critical
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-26 01:42 MSD by Dmitry V. Levin
Modified: 2009-07-03 13:00 MSD (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.