summaryrefslogtreecommitdiff
path: root/lisp/replace.el
Commit message (Collapse)AuthorAgeFilesLines
* (occur): Minor cleanups.Erik Naggum1997-01-031-3/+2
|
* (list-matching-lines-face): New variable.Richard M. Stallman1997-01-031-3/+24
| | | | (occur): Highlight the actual matching characters.
* (perform-replace): Request integers from match-data,Richard M. Stallman1996-12-271-6/+1
| | | | instead of asking for markers and converting them.
* (perform-replace): Undo previous change.Richard M. Stallman1996-12-181-3/+17
| | | | Instead, use the new match-data features to avoid consing.
* (perform-replace): Delete the code that checkedRichard M. Stallman1996-12-181-16/+3
| | | | | whether the regexp could match again right after this match. It made the loop too slow.
* Change some defconsts to defvars.Richard M. Stallman1996-12-161-1/+1
|
* (perform-replace): Obey minibuffer-auto-raise.Richard M. Stallman1996-12-071-0/+2
|
* (perform-replace): Increment replace-countRichard M. Stallman1996-09-041-5/+11
| | | | in the places where we do the replacement.
* (occur): Avoid "1 lines" in echo area.Richard M. Stallman1996-06-041-5/+7
|
* (occur): Fix up interactive code.Richard M. Stallman1996-04-171-14/+18
| | | | Strip text properties from regexp.
* (occur): If no matches, just display in echo area.Richard M. Stallman1996-03-171-90/+96
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (occur): Indent better for matches that contain newlines.Richard M. Stallman1995-09-241-3/+8
|
* (query-replace-map): Bind f1 and help.Karl Heuer1995-06-071-0/+2
|
* (occur): Provide 5 cols for line number.Richard M. Stallman1995-04-091-2/+2
|
* (occur): Copy default-directory to *Occur* buffer.Richard M. Stallman1995-03-211-0/+2
|
* (perform-replace): Don't log the repetitive prompts.Karl Heuer1995-01-271-1/+4
|
* Don't bind `return'.Richard M. Stallman1994-12-271-2/+1
|
* (occur-mode-map): Bind C-m and `return' to occur-mode-goto-occurrence.Richard M. Stallman1994-12-271-5/+7
| | | | (occur-mode): Doc fix.
* (perform-replace): Report number of replacements when done.Richard M. Stallman1994-12-141-11/+10
| | | | | (query-replace, query-replace-regexp, replace-string) (map-query-replace-regexp. replace-regexp): No message here.
* (occur): Escape newlines when printing regexp.Richard M. Stallman1994-12-131-1/+2
|
* (replace-string, query-replace): Doc fixes.Richard M. Stallman1994-12-041-0/+6
|
* (occur): Put number of matches in the header line.Richard M. Stallman1994-11-241-1/+6
|
* (query-replace-map): Define \e and escape as exit-prefix.Richard M. Stallman1994-11-231-1/+7
| | | | | (perform-replace): When exiting and rereading, set this-command to mode-exit.
* (query-replace-map): Bind Y and N like y and n.Richard M. Stallman1994-11-141-0/+2
|
* (perform-replace): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (query-replace-interactive): New user option.Richard M. Stallman1994-09-201-11/+37
| | | | | | | | (query-replace-read-args): Obey that option--fetch from search-ring or regexp-search-ring. New arg regexp-flag. (query-replace, query-replace-regexp, replace-string) (replace-regexp): Pass new arg to query-replace-read-args. (map-query-replace-regexp): Obey query-replace-interactive.
* (perform-replace): Restore match data before highlighting.Richard M. Stallman1994-08-301-1/+1
|
* (perform-replace): Call substitute-command-keys just onceRichard M. Stallman1994-05-011-4/+6
| | | | and only if querying.
* (replace-regexp): Fix misbalanced quotes.Karl Heuer1994-04-071-1/+1
|
* Doc fixes.Richard M. Stallman1994-04-061-14/+16
|
* (occur): Add mouse-face property to each line.Richard M. Stallman1994-04-011-0/+7
|
* (occur-mode-goto-occurrence): Delete excess close paren.Richard M. Stallman1994-03-311-1/+1
|
* (occur-mode): Doc fix.Richard M. Stallman1994-03-311-0/+1
|
* (occur-mode-find-occurrence): New subroutine.Richard M. Stallman1994-03-301-9/+31
| | | | | | | (occur-mode-goto-occurrence): Use that. (occur-mode-mouse-goto): New command. (occur-mode-map): Bind mouse-2. (occur-mode-find-occurrence): Error if point is on first line.
* (perform-replace): Set match-data markers to nil before discarding them.Roland McGrath1994-03-181-5/+5
|
* (perform-replace): Check for empty stack.Karl Heuer1994-02-111-6/+10
|
* (query-replace-highlight): New variable.Richard M. Stallman1993-12-311-129/+154
| | | | | | (replace-overlay): New variable. (replace-highlight, replace-dehighlight): New functions. (perform-replace): Use them.
* (query-replace-map): Don't bind ESC.Richard M. Stallman1993-12-241-3/+1
| | | | (query-replace-help): Changed accordingly.
* (perform-replace): Prompt now says how to get help.Richard M. Stallman1993-12-231-1/+2
|
* (occur-mode): Run occur-mode-hook.Richard M. Stallman1993-11-111-1/+2
|
* (occur-mode-goto-occurrence): Give meaningful errorRichard M. Stallman1993-08-031-0/+2
| | | | message if there's nowhere useful to go.
* (occur): If no default, don't mention one.Richard M. Stallman1993-07-241-1/+3
|
* * replace.el (query-replace-map): Fix typo in binding for [return].Jim Blandy1993-06-221-1/+1
|
* * replace.el (query-replace-map): Make return exit query-replace,Jim Blandy1993-06-211-0/+2
| | | | just like escape.
* (query-replace-map): Bind [escape] like "\e".Richard M. Stallman1993-05-091-0/+1
|
* (flush-lines, keep-lines, how-many):Richard M. Stallman1993-05-061-3/+3
| | | | Delete spurious `s' from prompt arg to read-from-minibuffer.
* All fsets changed to defaliases.Eric S. Raymond1993-04-231-4/+4
|
* (regexp-history): New history list.Richard M. Stallman1993-03-281-13/+25
| | | | | | | (occur, flush-lines, keep-lines, how-many): Use it. (occur): Don't insert previous string in minibuffer gratuitously. Just use it if input is empty. Use save-match-data around count-lines.
* (query-replace-map): Define backspace like delete.Richard M. Stallman1993-03-231-1/+3
|