Infinite loop in the help
Run less --lesskey-src=./foo ./foo where
$ cat foo
b set-mark bg
Pressing "b" works correctly but pressing "h" and then "b" results in an infinite loop. It is okay for set-mark to be ignored in help mode, but then its following letter should also be ignored.
Fixed in f0eb3ee233ef88b224895e292b053441b8a067b1.
Fixed in f0eb3ee.
Are you marking as fixed by commits which don't yet exist on the master branch? Does that mean that post659 branch is to be taken as is into master at some stage? what about 22ac9f0d which I prefer not to be taken yet?
Note except for resetting the master branch to post659, any other import, selective or not, would resule in new commit hashes for the additional commits.
I'm not "marking it fixed" in the sense that I'm closing this issue. I will leave this open until this fix is merged into the main branch. I'm just noting that I don't think I need to do any more work on this issue.
I understand that you have later work that you prefer I'd use instead of 22ac9f0d1dfc9163a2ca94da19265d23dd96d79f, so I don't intend to ever merge 22ac9f0d1dfc9163a2ca94da19265d23dd96d79f to the main branch. I'll wait for your later changes.
so I don't intend to ever merge 22ac9f0 to the main branch. I'll wait for your later changes.
Thanks.
This means that the commit hash f0eb3ee2 would dissappear after you merge it to master and delete the post659 branch (it would have a different hash at the master branch). That's what I meant.