- 06 Jul, 2004 1 commit
-
-
Stefan Monnier authored
(query-replace-read-from, query-replace-read-args): Default to the last from&to. (query-replace-read-to): Quote the `from' string when displaying it. (query-replace-regexp-eval): Immediately check read-only status. Use query-replace-read-from to get the \n checking. Quote the `from' string when displaying it. (map-query-replace-regexp, occur-read-primary-args): Quote the `from' string when displaying it.
-
- 05 Jul, 2004 2 commits
-
-
Stefan Monnier authored
from query-replace-read-args. (query-replace-read-args): Use them.
-
Stefan Monnier authored
Remove the `initial' special value. (query-replace-regexp-eval, map-query-replace-regexp): Simplify. (occur-engine): Remove unused var `matchend'.
-
- 03 Jul, 2004 1 commit
-
-
Juri Linkov authored
not after (quote foo). Match space only immediately after symbol, not anywhere in the whole string.
-
- 02 Jul, 2004 1 commit
-
-
Richard M. Stallman authored
closeparens. But avoid error if string ends there.
-
- 01 Jul, 2004 1 commit
-
-
Juri Linkov authored
to choice. Add value `initial'. (query-replace-read-args): Handle value `initial' of query-replace-interactive.
-
- 28 Jun, 2004 1 commit
-
-
Juri Linkov authored
everything except )]" which in most cases means after a symbol.
-
- 26 Jun, 2004 1 commit
-
-
David Kastrup authored
non-query mode if there is potential replace string editing.
-
- 24 Jun, 2004 2 commits
-
-
Richard M. Stallman authored
-
David Kastrup authored
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.
-
- 17 Jun, 2004 1 commit
-
-
David Kastrup authored
and \t when we are doing a regexp replacement and the actual escaped character is n or t. (query-replace-regexp): Add \, and \# interpretation to interactive call and document it. (query-replace-regexp-eval, replace-match-string-symbols): add \# as shortkey for replace-count. (replace-quote): New function for doubling backslashes.
-
- 10 Jun, 2004 1 commit
-
-
Juri Linkov authored
-
- 30 May, 2004 1 commit
-
-
Luc Teirlinck authored
-
- 21 Apr, 2004 1 commit
-
-
Kim F. Storm authored
(occur-next-error, occur-1): Hook into the next-error framework.
-
- 11 Apr, 2004 1 commit
-
-
John Paul Wallington authored
matches in the matches per buffer heading.
-
- 12 Mar, 2004 1 commit
-
-
Richard M. Stallman authored
-
- 02 Feb, 2004 1 commit
-
-
David Kastrup authored
regexp-flag to indicate literal replacement. (query-replace-regexp-eval): Use it.
-
- 01 Sep, 2003 1 commit
-
-
Miles Bader authored
-
- 05 Mar, 2003 1 commit
-
-
Richard M. Stallman authored
(map-query-replace-regexp): Use prefix-numeric-value.
-
- 24 Feb, 2003 1 commit
-
-
Richard M. Stallman authored
(query-replace, query-replace-regexp) (query-replace-regexp-eval, map-query-replace-regexp) (replace-string, replace-regexp): Read the start and end args separately so that the expressions are recorded in command-history.
-
- 04 Feb, 2003 1 commit
-
-
Juanma Barranquero authored
-
- 13 Nov, 2002 1 commit
-
-
Kenichi Handa authored
OUT-BUF to that of one of BUFFERS if they locally bind that variable.
-
- 06 Nov, 2002 1 commit
-
-
Richard M. Stallman authored
-
- 24 Sep, 2002 1 commit
-
-
Juanma Barranquero authored
(occur-next, occur-prev): Use it.
-
- 18 Sep, 2002 1 commit
-
-
Richard M. Stallman authored
(occur-engine): Use 7 digits to align tabs in the data.
-
- 10 Sep, 2002 1 commit
-
-
Richard M. Stallman authored
-
- 02 Sep, 2002 1 commit
-
-
Kim F. Storm authored
Changed prompt to use C-j instead of RET to end. Set ido-ignore-item-temp-list to the selected buffers so far, so they are automatically excluded from the list of choices. Use add-to-list instead of push.
-
- 30 Aug, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 29 Aug, 2002 1 commit
-
-
Juanma Barranquero authored
(occur-mode): Use it. (occur-hook): Set default to nil.
-
- 28 Aug, 2002 1 commit
-
-
Juanma Barranquero authored
(occur-mode): Remove call to `occur-mode-hook'. (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring. (occur-1): Add call to `occur-hook'.
-
- 25 Jul, 2002 1 commit
-
-
Sam Steingold authored
(occur-mode-map): Bind "r" to it. Added keybindings for `kill-this-buffer', `clone-buffer' and `quit-window'.
-
- 18 Jul, 2002 1 commit
-
-
Richard M. Stallman authored
read-only error before reading regexp argument.
-
- 12 Jul, 2002 1 commit
-
-
Richard M. Stallman authored
-
- 25 Jun, 2002 1 commit
-
-
Andreas Schwab authored
-
- 12 Jun, 2002 1 commit
-
-
Colin Walters authored
-
- 09 Jun, 2002 1 commit
-
-
Colin Walters authored
and be sure to set `font-lock-core-only'.
-
- 08 Jun, 2002 1 commit
-
-
Colin Walters authored
(occur-1): Pass `list-matching-lines-face' and `list-matching-lines-buffer-name-face'. (occur-engine): Use `font-lock-face' instead of categories.
-
- 26 May, 2002 1 commit
-
-
Colin Walters authored
-
- 24 May, 2002 1 commit
-
-
Colin Walters authored
newline at the end of occurences.
-
- 21 May, 2002 1 commit
-
-
Colin Walters authored
(occur-mode-map): Don't escape plain "o". (occur-mode-hook): New variable. (occur-fontify-region-function): Deleted. (occur-mode): Don't use it. Set up `font-lock-category-alist' instead. (occur-fontify-on-property): Deleted. (occur-engine): Use categories from `font-lock-category-alist'.
-