aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/grep.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add command to recenter errors from Occur/Grep buffersTino Calancha2021-02-071-2/+0
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use explicit "--color=auto" in grep mode to support both GNU grep and ripgrepJuri Linkov2020-12-291-4/+4
* Support highlighting of ripgrep output (bug#44983)Juri Linkov2020-12-091-2/+2
* Prefer setq-local in grep.elStefan Kangas2020-12-081-16/+15
* Handle connection-local null-device and path-separator variablesMichael Albinus2020-11-211-56/+90
* * lisp/progmodes/grep.el: More fixes for 'lgrep' (bug#23590)Juri Linkov2020-10-141-8/+13
* Only skip directories in lgrep, not the other grep commandsLars Ingebrigtsen2020-10-091-5/+5
* Default the grep commands to skip directoriesAlex Gramiak2020-10-071-4/+9
* Add a new grep-match-regexp variableSimon Lang2020-09-271-1/+8
* ; * lisp/progmodes/grep.el (grep-find-command): Fix typos.Eli Zaretskii2020-08-221-2/+2
* Doc string (and defcustom type) fix for grep-find-commandLars Ingebrigtsen2020-08-221-1/+7
* * lisp/progmodes/grep.el (grep-read-files-function): New var.Stefan Monnier2020-01-211-59/+52
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* ; * lisp/progmodes/grep.el (lgrep, rgrep, zrgrep): Fix doc wording.Eli Zaretskii2019-10-121-3/+3
* Minor grep.el doc string clarificationsLars Ingebrigtsen2019-10-111-20/+43
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* Improve doc strings for some -search-path variablesStephen Leake2019-07-301-3/+4
* Add file sorting options to find-dired and grep-find (bug#36110)Juri Linkov2019-06-201-2/+18
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Add standard unmatchable regexpMattias EngdegÄrd2019-05-151-1/+2
* Fix Bug#33618; define search path variables for grep, byte-compileStephen Leake2019-04-251-0/+9
* Fix rgrep in dired using directory for search file patternChristopher Thorne2019-04-111-2/+10
* i18n: Add function ngettext for pluralization.Juri Linkov2019-03-241-2/+5
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-3/+3
* Merge from origin/emacs-26Glenn Morris2019-01-301-5/+5
|\
| * Fix cursor column positioning on Grep hitsTrevor Spiteri2019-01-191-5/+5
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-07-131-1/+3
|\ \ | |/
| * Match w32 paths in grep sans --null hits (Bug#32051)Noam Postavsky2018-07-121-1/+3
* | Fix etc/HELLO searching in grep.elPaul Eggert2018-07-081-5/+5
* | Use next-error-found to set next-error-last-buffer.Juri Linkov2018-04-171-11/+1
* | Explicitly require cl-lib where neededGlenn Morris2018-03-161-0/+1
* | Allow toggling Grep command abbreviation, and rename related symbolsCharles A. Roelli2018-03-111-25/+30
* | Merge from origin/emacs-26Paul Eggert2018-03-041-0/+2
|\ \ | |/
| * * lisp/progmodes/grep.el (zrgrep):Juri Linkov2018-03-031-0/+2
* | * lisp/progmodes/grep.el (grep-find-hide): New defcustom (bug#30503).Juri Linkov2018-02-221-2/+47
|/
* * lisp/progmodes/grep.el (grep-compute-defaults):Juri Linkov2018-02-211-0/+2
* * lisp/progmodes/grep.el (grep-num-matches-found): New variable.Juri Linkov2018-02-121-14/+32
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Add missing :version tags revealed by cusver-checkGlenn Morris2017-12-121-0/+1
* Document how to enter whitespace when using grep-read-filesRobert Pluim2017-11-171-3/+9
* Improve doc string and prompt of 'grep-read-files'Eli Zaretskii2017-10-091-2/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge null and without-null regexp alists (Bug#27840, Bug#27873)Noam Postavsky2017-08-061-49/+41
* Use grep's --null option (Bug#6843)Noam Postavsky2017-07-191-28/+76
* Extract grep-find-ignored-directories processing from rgrep-default-commandSam Steingold2017-02-101-14/+12