Re: Info-search-isearch

2005-02-25 Thread Juri Linkov
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

Re: Info-search-isearch

2005-02-24 Thread Richard Stallman
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

Re: Info-search-isearch

2005-02-23 Thread Juri Linkov
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

Re: Info-search-isearch

2005-02-22 Thread Richard Stallman
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. _

Re: Info-search-isearch

2005-02-22 Thread Richard Stallman
> 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

RE: Info-search-isearch

2005-02-21 Thread Drew Adams
> 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

Re: Info-search-isearch

2005-02-21 Thread Dan Nicolaescu
"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. > >

RE: Info-search-isearch

2005-02-21 Thread Drew Adams
> 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

Re: Info-search-isearch

2005-02-21 Thread Dan Nicolaescu
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