Currently multi-node isearch in Info ignores word search. It searches
for a sequence of words only in the current node. But it is useful to
search for words through multiple Info nodes. I think search in Info
should support nonincremental and "half-incremental" word search.
Word search what I c
When isearch goes to the next node with the user intention to search
only in the current node then it is easy to get back by typing DEL
without leaving isearch mode.
It is easy to "get back". What is not easy, with the current
behavior, is to wrap around in the current node, which is
Richard Stallman <[EMAIL PROTECTED]> writes:
> > Currently only regexp isearch invoked with M-C-s can use `Info-search'
> > and search through multiple Info nodes. But it would be better if
> > normal C-s isearch searched through multiple nodes as well.
>
> This would be actu
IOW, why not have two levels of isearch "failure": 1) no more in the current
node, 2) no more in the current Info "manual"?
It sounds convenient to me.
Search could first wrap in the current node, then
when it is about to say "Failing wrapped", it would
try other nodes.
_
> Currently only regexp isearch invoked with M-C-s can use `Info-search'
> and search through multiple Info nodes. But it would be better if
> normal C-s isearch searched through multiple nodes as well.
This would be actually great, it would match the behavior of standalone
> I like being able to confine an isearch to the current
> node. Currently, I can use `s' for global search and `C-s'
> (or `C-M-s') for local (node) search.
>
> So, to me, it would be desirable to have some indication
> that the end of the current node was re
"Drew Adams" <[EMAIL PROTECTED]> writes:
> > Currently only regexp isearch invoked with M-C-s can use
> `Info-search'
> > and search through multiple Info nodes. But it would be better if
> > normal C-s isearch searched through multiple nodes as well.
>
>
> Currently only regexp isearch invoked with M-C-s can use
`Info-search'
> and search through multiple Info nodes. But it would be better if
> normal C-s isearch searched through multiple nodes as well.
This would be actually great, it would match the behavior of st
Juri Linkov <[EMAIL PROTECTED]> writes:
> Currently only regexp isearch invoked with M-C-s can use `Info-search'
> and search through multiple Info nodes. But it would be better if
> normal C-s isearch searched through multiple nodes as well.
This would be actually great, it would match th