- 06 Apr, 2007 1 commit
-
-
Kim F. Storm authored
Due to lack of papers from Kevin Rodgers.
-
- 11 Mar, 2007 1 commit
-
-
Dan Nicolaescu authored
.bzr to list.
-
- 14 Feb, 2007 1 commit
-
-
Kim F. Storm authored
(lgrep): Add DIR arg to start grep in specific directory, like rgrep. (grep): Fix lgrep reference.
-
- 12 Feb, 2007 1 commit
-
-
Dan Nicolaescu authored
docstring.
-
- 21 Jan, 2007 1 commit
-
-
Glenn Morris authored
-
- 23 Aug, 2006 1 commit
-
-
Kim F. Storm authored
to mean "use find -exec"; nil now unambiguously means auto-detect. (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'. Use shell-quote-argument to build grep-find-command and grep-find-template. (rgrep): Use shell-quote-argument to properly quote arguments to find. Reported by Tom Seddon.
-
- 29 Jul, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 28 Jul, 2006 2 commits
-
-
Kim F. Storm authored
as default if nothing else applies.
-
Kim F. Storm authored
(grep-default-command, grep-read-regexp): Use it.
-
- 19 Jul, 2006 1 commit
-
-
Kim F. Storm authored
-
- 12 Jul, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 22 Jun, 2006 1 commit
-
-
Kim F. Storm authored
to recognize mode name containing submodes, such as Grep/lw.
-
- 18 May, 2006 1 commit
-
-
Kim F. Storm authored
before running command (breaks non-interactive usage).
-
- 09 May, 2006 1 commit
-
-
Kim F. Storm authored
buffer if we start M-x rgrep in the *grep* buffer and choose a different base directory.
-
- 08 May, 2006 1 commit
-
-
Kim F. Storm authored
-
- 05 May, 2006 1 commit
-
-
Kim F. Storm authored
-
- 02 May, 2006 1 commit
-
-
Kim F. Storm authored
-
- 01 May, 2006 1 commit
-
-
Kim F. Storm authored
-
- 28 Apr, 2006 2 commits
-
-
Kim F. Storm authored
Default to *.ext if no alias matches. No default if no extension.
-
Kim F. Storm authored
(grep-auto-highlight): Remove. (grep-template): New defcustom. (grep-find-template): Rename from grep-tree-template. (grep-files-aliases): Rename from grep-tree-files-aliases. Remove "all" alias, add "l" alias. (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove. (grep-find-ignored-directories): New defcustom to replace grep-tree-ignore-CVS-directories, to facilitate ignoring subdirectories for multiple version control systems. (grep-mode-map): Add Recursive grep item to GREP menu. (grep-regexp-history, grep-files-history): New defvars. (grep-probe): New helper function. (grep-compute-defaults): Use it to simplify code. Adapt to name changes. Use `.' as base in grep-find-template rather than <D>. (grep): Remove superfluous highlight-regexp arg. Fix doc. Call grep-compute-defaults unconditionally. (grep-expand-keywords): New defconst. (grep-expand-template): Rename from grep-expand-command-macros. Simplify via grep-expand-keywords. Look at case-fold-search instead of grep-tree-ignore-case to add -i option. Bind case-fold-search to nil while matching keywords. (grep-tree-last-regexp, grep-tree-last-files): Remove. (grep-read-regexp, grep-read-files): New helper functions. (rgrep): Rename from grep-tree. Rework to use proper histories. Adapt to changes in defcustoms and functions above. (lgrep): New command, as grep, but using same interactive api as rgrep.
-
- 15 Mar, 2006 1 commit
-
-
Stefan Monnier authored
the new extend-region feature. (font-lock-after-change-function): Update correspondingly. * jit-lock.el (jit-lock-after-change): Update correspondingly. * progmodes/grep.el (font-lock-lines-before): Don't disable. * modes.texi (Region to Fontify): Remove font-lock-lines-before.
-
- 10 Feb, 2006 1 commit
-
-
Nick Roberts authored
-
- 30 Aug, 2005 1 commit
-
-
Juanma Barranquero authored
-
- 25 Aug, 2005 1 commit
-
-
Juri Linkov authored
compilation-process-setup-function and compilation-disable-input in grep-mode instead of let-bindings in grep.
-
- 20 Aug, 2005 1 commit
-
-
Richard M. Stallman authored
-
- 14 Aug, 2005 1 commit
-
-
Juri Linkov authored
(grep-mode-font-lock-keywords): Don't highlight "Grep started". Add highlighting of "interrupt", "killed", "terminated".
-
- 09 Aug, 2005 1 commit
-
-
Juri Linkov authored
(grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'. (grep-error-face): Set to `compilation-error' instead of `compilation-error-face' (which is redefined to `grep-hit-face' in grep buffers). (grep-mode-font-lock-keywords): Remove `-text' from face variable names. Use `grep-error-face' instead of `compilation-error-text-face'.
-
- 06 Aug, 2005 1 commit
-
-
Juri Linkov authored
0 instead of 1 to display binary file names as info file links. (grep-error-face): Use `compilation-error-face' instead of `font-lock-keyword-face'. (grep-mode-font-lock-keywords): Use `compilation-info-text-face' and `compilation-warning-text-face' instead of `font-lock-keyword-face'. Use `compilation-error-text-face' instead of `grep-error-face'.
-
- 04 Aug, 2005 2 commits
-
-
Juri Linkov authored
and [backtab] to `compilation-previous-error'.
-
Juri Linkov authored
matching line numbers, column numbers and their ranges with regexp matching only line numbers. (grep-context-face): New face variable. (grep-mode-font-lock-keywords): Use it.
-
- 01 Aug, 2005 1 commit
-
-
Nick Roberts authored
-
- 23 Jul, 2005 1 commit
-
-
Richard M. Stallman authored
(grep-mode-font-lock-keywords): Don't use compilation-...-face for messages that are not file names.
-
- 19 Jul, 2005 1 commit
-
-
Juri Linkov authored
(grep-mode-font-lock-keywords, grep-process-setup): Use default GNU grep match color "01;31m" instead of "01;41m". (grep-regexp-alist, grep-mode-font-lock-keywords): Use `\\[[0-9]*m' instead of `\\[00m'. (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to sgr_start where its handling is more important. Use the real length of sgr_start instead of constant 8. (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?' specially. Delete all remaining escape sequences. (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs. (grep-regexp-alist): Make hyperlink only for binary file name instead of the whole line. (grep-mode-map): Bind `backtab' to `compilation-previous-file'. (grep-mode): Add autoload.
-
- 04 Jul, 2005 1 commit
-
-
Lute Kamstra authored
-
- 18 Jun, 2005 1 commit
-
-
Juri Linkov authored
end of first regexp to limit the match to the position between line number and source line with same separator character as used between file name and line number. In the second regexp limit mouse-face area to file name and line number by adding new group for them and referring it in HYPERLINK arg. (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group. (grep-mode): Set font-lock-lines-before to 0 to not refontify the previous line where grep markers may be already removed.
-
- 07 May, 2005 1 commit
-
-
Eli Zaretskii authored
-
- 28 Apr, 2005 1 commit
-
-
Lute Kamstra authored
highlight matches.
-
- 09 Feb, 2005 1 commit
-
-
Kim F. Storm authored
Change development version from 21.3.50 to 22.0.50.
-
- 08 Feb, 2005 1 commit
-
-
Dan Nicolaescu authored
that some versions of grep produce. (grep-mode-font-lock-keywords): Likewise.
-
- 22 Jan, 2005 1 commit
-
-
David Kastrup authored
* progmodes/grep.el: Add alias `find-grep' for `grep-find'. * building.texi (Grep Searching): Mention alias `find-grep' for `grep-find'.
-