Commit graph

223 commits

Author SHA1 Message Date
Karl Heuer
742d416fcc (occur): Pay attention to multibyte characters. 1997-02-20 05:48:39 +00:00
Richard M. Stallman
a41284da64 (occur-mode-map): Bind g to revert-buffer.
(occur-mode): Locally bind revert-buffer-function.
(occur-command-arguments): New variable.
(occur-revert-function): New function.
(occur): Set occur-command-arguments.
1997-01-13 08:45:17 +00:00
Erik Naggum
81fa866c4a (occur): Minor cleanups. 1997-01-03 11:59:39 +00:00
Richard M. Stallman
c9daced0fa (list-matching-lines-face): New variable.
(occur): Highlight the actual matching characters.
1997-01-03 03:11:11 +00:00
Richard M. Stallman
141aa68cfc (perform-replace): Request integers from match-data,
instead of asking for markers and converting them.
1996-12-27 00:44:57 +00:00
Richard M. Stallman
ae4eb03ccb (perform-replace): Undo previous change.
Instead, use the new match-data features to avoid consing.
1996-12-18 23:36:24 +00:00
Richard M. Stallman
965fea6398 (perform-replace): Delete the code that checked
whether the regexp could match again right after this match.
It made the loop too slow.
1996-12-18 02:22:34 +00:00
Richard M. Stallman
1781e0210b Change some defconsts to defvars. 1996-12-16 01:33:54 +00:00
Richard M. Stallman
1c1dadabf3 (perform-replace): Obey minibuffer-auto-raise. 1996-12-07 21:23:37 +00:00
Richard M. Stallman
3043b0b490 (perform-replace): Increment replace-count
in the places where we do the replacement.
1996-09-04 17:13:24 +00:00
Richard M. Stallman
65b4665c1f (occur): Avoid "1 lines" in echo area. 1996-06-04 15:31:01 +00:00
Richard M. Stallman
a5dfed3e36 (occur): Fix up interactive code.
Strip text properties from regexp.
1996-04-17 17:30:51 +00:00
Richard M. Stallman
016c214fea (occur): If no matches, just display in echo area. 1996-03-17 17:58:42 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
91c6bdc0d1 (occur): Indent better for matches that contain newlines. 1995-09-24 23:25:06 +00:00
Karl Heuer
e731045a34 (query-replace-map): Bind f1 and help. 1995-06-07 20:54:21 +00:00
Richard M. Stallman
bcccd65d3f (occur): Provide 5 cols for line number. 1995-04-09 03:07:01 +00:00
Richard M. Stallman
bdd610b25e (occur): Copy default-directory to *Occur* buffer. 1995-03-21 19:57:36 +00:00
Karl Heuer
c006b215fa (perform-replace): Don't log the repetitive prompts. 1995-01-27 19:19:23 +00:00
Richard M. Stallman
cffe0c02fb Don't bind `return'. 1994-12-27 03:45:46 +00:00
Richard M. Stallman
0081c8a112 (occur-mode-map): Bind C-m and `return' to occur-mode-goto-occurrence.
(occur-mode): Doc fix.
1994-12-27 03:41:48 +00:00
Richard M. Stallman
4d33492ad6 (perform-replace): Report number of replacements when done.
(query-replace, query-replace-regexp, replace-string)
(map-query-replace-regexp. replace-regexp): No message here.
1994-12-14 03:44:51 +00:00
Richard M. Stallman
d10ad24f45 (occur): Escape newlines when printing regexp. 1994-12-13 22:13:40 +00:00
Richard M. Stallman
9b0bf2b6bd (replace-string, query-replace): Doc fixes. 1994-12-04 12:52:52 +00:00
Richard M. Stallman
e6d63effab (occur): Put number of matches in the header line. 1994-11-24 08:39:41 +00:00
Richard M. Stallman
d9121bc0e6 (query-replace-map): Define \e and escape as exit-prefix.
(perform-replace): When exiting and rereading, set
this-command to mode-exit.
1994-11-23 09:10:36 +00:00
Richard M. Stallman
633a305a22 (query-replace-map): Bind Y and N like y and n. 1994-11-14 01:35:08 +00:00
Karl Heuer
b905ac3333 (perform-replace): Set help-mode in *Help* buffer. 1994-11-09 05:48:05 +00:00
Richard M. Stallman
151270f331 (query-replace-interactive): New user option.
(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.
1994-09-20 04:26:12 +00:00
Richard M. Stallman
301a9d1797 (perform-replace): Restore match data before highlighting. 1994-08-30 07:07:39 +00:00
Richard M. Stallman
02d95a278d (perform-replace): Call substitute-command-keys just once
and only if querying.
1994-05-01 22:56:54 +00:00
Karl Heuer
880f22a14a (replace-regexp): Fix misbalanced quotes. 1994-04-07 04:37:03 +00:00
Richard M. Stallman
118a01c922 Doc fixes. 1994-04-06 21:19:48 +00:00
Richard M. Stallman
f81ed6cfac (occur): Add mouse-face property to each line. 1994-04-01 19:31:15 +00:00
Richard M. Stallman
121e2227f1 (occur-mode-goto-occurrence): Delete excess close paren. 1994-03-31 16:38:57 +00:00
Richard M. Stallman
26649bdf29 (occur-mode): Doc fix. 1994-03-31 16:37:20 +00:00
Richard M. Stallman
78bead7366 (occur-mode-find-occurrence): New subroutine.
(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.
1994-03-30 17:54:38 +00:00
Roland McGrath
eab6999727 (perform-replace): Set match-data markers to nil before discarding them. 1994-03-18 12:16:08 +00:00
Karl Heuer
237e6ab056 (perform-replace): Check for empty stack. 1994-02-11 21:07:59 +00:00
Richard M. Stallman
e782e9f271 (query-replace-highlight): New variable.
(replace-overlay): New variable.
(replace-highlight, replace-dehighlight): New functions.
(perform-replace): Use them.
1993-12-31 15:04:23 +00:00
Richard M. Stallman
be44f62cfb (query-replace-map): Don't bind ESC.
(query-replace-help): Changed accordingly.
1993-12-24 22:55:03 +00:00
Richard M. Stallman
a1c7dec409 (perform-replace): Prompt now says how to get help. 1993-12-23 04:40:13 +00:00
Richard M. Stallman
4baf56205b (occur-mode): Run occur-mode-hook. 1993-11-11 02:48:26 +00:00
Richard M. Stallman
43549f18f5 (occur-mode-goto-occurrence): Give meaningful error
message if there's nowhere useful to go.
1993-08-03 01:07:55 +00:00
Richard M. Stallman
166aaf6fb5 (occur): If no default, don't mention one. 1993-07-24 18:42:33 +00:00
Jim Blandy
384c7da487 * replace.el (query-replace-map): Fix typo in binding for [return]. 1993-06-22 08:12:10 +00:00
Jim Blandy
919592c00e * replace.el (query-replace-map): Make return exit query-replace,
just like escape.
1993-06-21 00:45:17 +00:00
Richard M. Stallman
679f7f7eb7 (query-replace-map): Bind [escape] like "\e". 1993-05-09 18:03:20 +00:00
Richard M. Stallman
72f21cdfe3 (flush-lines, keep-lines, how-many):
Delete spurious `s' from prompt arg to read-from-minibuffer.
1993-05-06 22:21:12 +00:00
Eric S. Raymond
31e1d9206b All fsets changed to defaliases. 1993-04-23 06:51:44 +00:00