Re: Strange behavior about pattern matching on manual pages [FIXED]

From: Alan Somers <asomers_at_freebsd.org>
Date: Tue, 12 Dec 2017 10:26:10 -0700
On Wed, Dec 6, 2017 at 3:53 PM, Alan Somers <asomers_at_freebsd.org> wrote:

> On Wed, Dec 6, 2017 at 3:35 PM, Jamie Landeg-Jones <jamie_at_catflap.org>
> wrote:
>
>> Alan Somers <asomers_at_freebsd.org> wrote:
>>
>> > How about just setting MANPAGER=less in your environment?
>>
>> Because some of us prefer "more"?
>>
>> And as I said, it's related to searching using the more(1) command
>> generally.
>>
>> I was under the impression that fixing bugs in existing commands was a
>> better
>> solution than telling someone to simply use something else.
>>
>
> Yes, it certainly is.  Are you sure this is actually a bug in less, or is
> it just weird-but-intended behavior when less is emulating some old version
> of more?  It would be worth comparing our less sources to upstream's to see
> what differences have crept in, and svn blaming them to see why.
>

I finally traced down the origin of this weird behavior.  It dates from
FreeBSD r60816, which imported NetBSD's r1.6 (from CVS), which fixed NetBSD
PR 227.  While your patch fixes the problem by_at_meetlost.com reported, it
regresses the problem described by PR 227.  So I don't think we can commit
it as-is.

http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/less/less/Attic/forwback.c.diff?r1=1.5&r2=1.6&only_with_tag=MAIN&f=h
https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=227

For reference, I'll restate a reproduction case for PR 227:
1) Size your terminal to 25 lines
2) jot 20 > ~/tmp/20lines.txt
3) jot 100 120 1 > /tmp/20lines.2.txt
4) more /tmp/20lines.*
5) At the prompt, press spacebar to display the second file.  The first
file should remain in the scrollback buffer.

-Alan
Received on Tue Dec 12 2017 - 16:26:14 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:14 UTC