aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* Added or corrected Commentary headersEric S. Raymond1993-03-221-0/+5
|
* (query-replace-map): New keymap.Richard M. Stallman1993-03-121-1/+1
| | | | | | (perform-replace): Use query-replace-map. (query-replace, query-replace-regexp, map-query-replace-regexp): (replace-string, replace-regexp): Don't print `done' if unread chars.
* (query-replace-map): Add `quit' bindings. Delete default binding.Richard M. Stallman1993-03-091-3/+2
|
* (query-replace-map): New keymap.Richard M. Stallman1993-03-091-35/+70
| | | | | | | (perform-replace): Use query-replace-map. (query-replace, query-replace-regexp, map-query-replace-regexp): (replace-string, replace-regexp): Don't print `done' if unread chars.
* JimB's changes from January 18 to presentJim Blandy1993-01-261-2/+3
|
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-2/+2
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * replace.el (perform-replace): Same.
* (occur): Always search entire buffer.Richard M. Stallman1992-10-181-14/+7
|
* entered into RCSRichard M. Stallman1992-07-241-1/+1
|
* *** empty log message ***Richard M. Stallman1992-07-241-5/+27
|
* *** empty log message ***Richard M. Stallman1992-07-241-32/+2
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-151-1/+1
|
* *** empty log message ***Eric S. Raymond1992-07-151-0/+4
|
* *** empty log message ***Jim Blandy1992-06-301-16/+12
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|
* *** empty log message ***Jim Blandy1991-07-131-3/+5
|
* *** empty log message ***Brian Preble1991-05-131-3/+5
|
* *** empty log message ***Roland McGrath1991-05-111-1/+4
|
* *** empty log message ***Roland McGrath1991-05-101-17/+144
|
* *** empty log message ***root1990-07-261-4/+9
|
* Initial revisionRichard M. Stallman1990-05-111-0/+394