summaryrefslogtreecommitdiff
path: root/lisp/progmodes/grep.el
Commit message (Expand)AuthorAgeFilesLines
* * progmodes/grep.el (rgrep): Fix docstring.Juri Linkov2011-12-231-1/+4
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Give some autoloaded things doc-strings.Glenn Morris2011-11-241-2/+2
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Change scroll-up/down bindings to Emacs 24's scroll-*-command.Chong Yidong2011-10-011-2/+2
* * lisp/progmodes/grep.el (grep-process-setup): Don't check code for 1Juri Linkov2011-09-181-1/+1
* (grep-regexp-alist): Move dangling comment to the previous rule.Juri Linkov2011-09-081-9/+10
* * lisp/progmodes/grep.el (grep-regexp-alist): Calculate column positionsJuri Linkov2011-09-071-12/+20
* * lisp/progmodes/grep.el (rgrep): Add "-type d".Oleksandr Gavenko2011-09-051-1/+2
* * lisp/progmodes/grep.el (grep-process-setup): Fix comments.Juri Linkov2011-09-051-3/+4
* Grep related fixes.Juri Linkov2011-09-051-4/+5
* * lisp/progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'Juri Linkov2011-08-221-2/+5
* * lisp/progmodes/grep.el (rgrep): Handle the case when `grep-find-command'Juri Linkov2011-08-171-1/+3
* * lisp/progmodes/grep.el (rgrep): Don't bind `process-connection-type'.Juri Linkov2011-08-101-2/+1
* * progmodes/grep.el (rgrep): Don't bind `process-connection-type', because th...Lars Magne Ingebrigtsen2011-07-061-2/+1
* (rgrep): Bind `process-connection-type' to nil, because using a pty is appare...Lars Magne Ingebrigtsen2011-06-301-2/+4
* * lisp/progmodes/grep.el (grep-mode): Fix it for good!Stefan Monnier2011-05-221-1/+1
* * lisp/progmodes/grep.el (grep-mode): Fix last change.Stefan Monnier2011-05-211-1/+3
* * lisp/progmodes/grep.el (grep-mode): Disable defaultStefan Monnier2011-05-171-0/+1
* * lisp/progmodes/grep.el (grep-filter): Don't trip on partial lines.Stefan Monnier2011-05-121-10/+16
* Perform grep-mode's buffer modifications in a process filter (Bug#7952)Chong Yidong2011-05-081-23/+21
* Use find -exec with '+' for grep-find if supported.Glenn Morris2011-04-021-11/+26
* grep.el fix for bug#8084.Glenn Morris2011-03-021-1/+5
* * lisp/progmodes/grep.el (grep-mode-font-lock-keywords): Adjust toStefan Monnier2011-02-101-3/+3
* Minor cleanup for compile.el and grep.el.Stefan Monnier2011-01-281-5/+7
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23 branch.Glenn Morris2011-01-151-4/+7
|\
* \ Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * lisp/progmodes/grep.el (grep-regexp-alist): Tighten the regexp.Stefan Monnier2010-11-171-2/+6
* | * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.Juri Linkov2010-05-211-2/+7
|/
* * progmodes/grep.el (grep-compute-defaults): Fix handling of hostChong Yidong2010-04-141-2/+2
* * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at theJuri Linkov2010-01-311-19/+27
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (grep-read-files): Use `completing-read'Juri Linkov2009-12-071-2/+3
* Search recursively in gzipped files. (Bug#4982)Juri Linkov2009-11-251-13/+60
* * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)Juri Linkov2009-11-191-1/+2
* * progmodes/grep.el (grep-regexp-alist):Dan Nicolaescu2009-11-111-1/+1
* * term/x-win.el (x-gtk-stock-map):Dan Nicolaescu2009-11-111-3/+3
* Fix typos.Juanma Barranquero2009-09-241-2/+2
* (grep-template): Add "<X>" to docstring.Juri Linkov2009-09-101-38/+91
* (grep-read-files): Strip trailing <N> from buffer namesJuri Linkov2009-08-301-1/+2
* * progmodes/grep.el (grep-probe): Let-bind `process-file-side-effects' with nil.Michael Albinus2009-08-251-4/+5
* (lgrep, rgrep): At the beginningJuri Linkov2009-08-221-17/+19
* (lgrep): Ensure that `default-directory' is always non-nil. (Bug#4052)Juri Linkov2009-08-121-1/+1
* (rgrep): Allow grep-find-ignored-directoriesSam Steingold2009-07-081-6/+15
* * progmodes/grep.el (grep-compute-defaults): Simplify how settingsChong Yidong2009-05-231-48/+55
* (grep-process-setup) [windows-nt msdos]: Use "--color=always".Eli Zaretskii2009-02-281-1/+5
* (grep-mode-map): Put grep-find before grep andJuri Linkov2009-01-251-3/+9