Hi. The emacs view-mode has navigation with 'n' and 'p' keys to navigate by searching (like isearch, but with fewer keystrokes and very similar to less and vi). I just discovered that unlike less and vi, this view-mode navigation doesn't hit all the matches, but rather skips the ones between (point) and the edge of the window. This ensures that any matches that are visible by the user (but not highlighted by view-mode) are skipped. This clearly was a design choice, rather than a bug. However, the documentation doesn't mention this, and I think it is counterintuitive. Attaching a very simple patch to fix.