]> code.delx.au - gnu-emacs/commit
(query-replace-read-args): Implement `\,' and `\#'
authorDavid Kastrup <dak@gnu.org>
Thu, 24 Jun 2004 10:26:24 +0000 (10:26 +0000)
committerDavid Kastrup <dak@gnu.org>
Thu, 24 Jun 2004 10:26:24 +0000 (10:26 +0000)
commit7c1c02ac6e18673b2dde435b0236cf1d07e2346d
tree0d70d95fd56b36c9d87162d5010f1b2f6970ae1c
parentbb72b9d0b5248404a55b599d99c0be5454704e4a
(query-replace-read-args): Implement `\,' and `\#'
replacements here.
(query-replace-regexp): Doc string explaining this and the new
`\?' replacement.  Remove `\,' and `\#' implementation here, as it
is better placed in `query-replace-read-args'.
(replace-regexp): Explain `\,', `\#' and `\?'.
(replace-match-data): New function for thorough reuse/destruction
of old match-data.
(replace-match-maybe-edit): Function for implementing `\?'
editing.
(perform-replace): Fix maintaining of the match stack including
already matched regions, implement `\?', fix various problems
with regions while editing and other stuff.
(replace-highlight): Simplified.
lisp/ChangeLog
lisp/replace.el