Editor Command
editor:replace-string-command p &optional target replacement
Editor Command
editor:query-replace-command p &optional target replacement
Case-Replace. Query Replace: Space oryReplace target by replacement and move to the next occurrence of target.
DeleteSkip target without replacing it and move to the next occurrence of target.
.Replace target by replacement and then exit.
!Replace all subsequent occurrences of target by replacement without prompting.
Ctrl+R Enter recursive edit. This allows the current occurrence of target to be edited. When this editing is completed,Exit Recursive Edit should be invoked. The next instance of target is then found.
Esc Quit fromQuery Replace with no further replacements.
Editor Command
.lisp or .lspin directory, but only after querying the user. The current working directory is offered as a default for directory. A non-nil prefix argument causes all files to be searched, except for those ending with one of the strings in the listsystem:*ignorable-file-suffices*. Each time target is found, an action must be indicated from the keyboard. For details of possible actions seeQuery Replace. Editor Command
Query Replace. Editor Variable
t t,Replace StringandQuery Replace try to preserve case when doing replacements. If its value isnil, the case of the replacement string is as defined by the user.