> I suspect that nobody uses the query-replace and query-replace-regex
> commands.  They don't seem to work either with tk or qt.

I thought the vim emulation used them but it appears not.

The vim emulation uses the following functions to implement two
approaches to search and replace functionality in order to take
advantage of the different benefits of the Leo implementations.

Vim implementation 1:
   search-forward (basic search)
   paste-text (replace found text with clipboard)

Vim implementation 2:
   replace-string (prompts for search and replace string)
   change-then-find (replace many or all occurrences of found text
easily)

TL

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to