| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (occur): Indent better for matches that contain newlines. | Richard M. Stallman | 1995-09-24 | 1 | -3/+8 |
| | | |||||
| * | (query-replace-map): Bind f1 and help. | Karl Heuer | 1995-06-07 | 1 | -0/+2 |
| | | |||||
| * | (occur): Provide 5 cols for line number. | Richard M. Stallman | 1995-04-09 | 1 | -2/+2 |
| | | |||||
| * | (occur): Copy default-directory to *Occur* buffer. | Richard M. Stallman | 1995-03-21 | 1 | -0/+2 |
| | | |||||
| * | (perform-replace): Don't log the repetitive prompts. | Karl Heuer | 1995-01-27 | 1 | -1/+4 |
| | | |||||
| * | Don't bind `return'. | Richard M. Stallman | 1994-12-27 | 1 | -2/+1 |
| | | |||||
| * | (occur-mode-map): Bind C-m and `return' to occur-mode-goto-occurrence. | Richard M. Stallman | 1994-12-27 | 1 | -5/+7 |
| | | | | | (occur-mode): Doc fix. | ||||
| * | (perform-replace): Report number of replacements when done. | Richard M. Stallman | 1994-12-14 | 1 | -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. Stallman | 1994-12-13 | 1 | -1/+2 |
| | | |||||
| * | (replace-string, query-replace): Doc fixes. | Richard M. Stallman | 1994-12-04 | 1 | -0/+6 |
| | | |||||
| * | (occur): Put number of matches in the header line. | Richard M. Stallman | 1994-11-24 | 1 | -1/+6 |
| | | |||||
| * | (query-replace-map): Define \e and escape as exit-prefix. | Richard M. Stallman | 1994-11-23 | 1 | -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. Stallman | 1994-11-14 | 1 | -0/+2 |
| | | |||||
| * | (perform-replace): Set help-mode in *Help* buffer. | Karl Heuer | 1994-11-09 | 1 | -1/+4 |
| | | |||||
| * | (query-replace-interactive): New user option. | Richard M. Stallman | 1994-09-20 | 1 | -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. Stallman | 1994-08-30 | 1 | -1/+1 |
| | | |||||
| * | (perform-replace): Call substitute-command-keys just once | Richard M. Stallman | 1994-05-01 | 1 | -4/+6 |
| | | | | | and only if querying. | ||||
| * | (replace-regexp): Fix misbalanced quotes. | Karl Heuer | 1994-04-07 | 1 | -1/+1 |
| | | |||||
| * | Doc fixes. | Richard M. Stallman | 1994-04-06 | 1 | -14/+16 |
| | | |||||
| * | (occur): Add mouse-face property to each line. | Richard M. Stallman | 1994-04-01 | 1 | -0/+7 |
| | | |||||
| * | (occur-mode-goto-occurrence): Delete excess close paren. | Richard M. Stallman | 1994-03-31 | 1 | -1/+1 |
| | | |||||
| * | (occur-mode): Doc fix. | Richard M. Stallman | 1994-03-31 | 1 | -0/+1 |
| | | |||||
| * | (occur-mode-find-occurrence): New subroutine. | Richard M. Stallman | 1994-03-30 | 1 | -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 McGrath | 1994-03-18 | 1 | -5/+5 |
| | | |||||
| * | (perform-replace): Check for empty stack. | Karl Heuer | 1994-02-11 | 1 | -6/+10 |
| | | |||||
| * | (query-replace-highlight): New variable. | Richard M. Stallman | 1993-12-31 | 1 | -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. Stallman | 1993-12-24 | 1 | -3/+1 |
| | | | | | (query-replace-help): Changed accordingly. | ||||
| * | (perform-replace): Prompt now says how to get help. | Richard M. Stallman | 1993-12-23 | 1 | -1/+2 |
| | | |||||
| * | (occur-mode): Run occur-mode-hook. | Richard M. Stallman | 1993-11-11 | 1 | -1/+2 |
| | | |||||
| * | (occur-mode-goto-occurrence): Give meaningful error | Richard M. Stallman | 1993-08-03 | 1 | -0/+2 |
| | | | | | message if there's nowhere useful to go. | ||||
| * | (occur): If no default, don't mention one. | Richard M. Stallman | 1993-07-24 | 1 | -1/+3 |
| | | |||||
| * | * replace.el (query-replace-map): Fix typo in binding for [return]. | Jim Blandy | 1993-06-22 | 1 | -1/+1 |
| | | |||||
| * | * replace.el (query-replace-map): Make return exit query-replace, | Jim Blandy | 1993-06-21 | 1 | -0/+2 |
| | | | | | just like escape. | ||||
| * | (query-replace-map): Bind [escape] like "\e". | Richard M. Stallman | 1993-05-09 | 1 | -0/+1 |
| | | |||||
| * | (flush-lines, keep-lines, how-many): | Richard M. Stallman | 1993-05-06 | 1 | -3/+3 |
| | | | | | Delete spurious `s' from prompt arg to read-from-minibuffer. | ||||
| * | All fsets changed to defaliases. | Eric S. Raymond | 1993-04-23 | 1 | -4/+4 |
| | | |||||
| * | (regexp-history): New history list. | Richard M. Stallman | 1993-03-28 | 1 | -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. Stallman | 1993-03-23 | 1 | -1/+3 |
| | | |||||
| * | Added or corrected Commentary headers | Eric S. Raymond | 1993-03-22 | 1 | -0/+5 |
| | | |||||
| * | (query-replace-map): New keymap. | Richard M. Stallman | 1993-03-12 | 1 | -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. Stallman | 1993-03-09 | 1 | -3/+2 |
| | | |||||
| * | (query-replace-map): New keymap. | Richard M. Stallman | 1993-03-09 | 1 | -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 present | Jim Blandy | 1993-01-26 | 1 | -2/+3 |
| | | |||||
| * | * bytecomp.el: Declare unread-command-char an obsolete variable. | Jim Blandy | 1992-11-16 | 1 | -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. Stallman | 1992-10-18 | 1 | -14/+7 |
| | | |||||
| * | entered into RCS | Richard M. Stallman | 1992-07-24 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-07-24 | 1 | -5/+27 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-07-24 | 1 | -32/+2 |
| | | |||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | | |||||
| * | *** empty log message *** | Eric S. Raymond | 1992-07-15 | 1 | -1/+1 |
| | | |||||