summaryrefslogtreecommitdiff
path: root/lisp/progmodes/grep.el
Commit message (Expand)AuthorAgeFilesLines
* New user option 'grep-use-headings'Augusto Stoffel2023-02-271-0/+66
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix bug when calling `rgrep` non-interactivelyStefan Kangas2022-12-131-0/+4
* ; * lisp/progmodes/grep.el (grep-command-position): Doc fix.Eli Zaretskii2022-08-251-3/+5
* Add a new user option grep-command-positionLars Ingebrigtsen2022-08-251-5/+19
* Fix loaddefs byte-compile warnings from grep.elLars Ingebrigtsen2022-07-311-0/+2
* (compilation-parse-errors-function): Remove obsolete varStefan Monnier2022-07-211-2/+2
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-1/+1
* Filter out nul bytes when killing from a *grep* bufferLars Ingebrigtsen2022-07-021-0/+8
* * lisp/progmodes/grep.el (grep-read-files): Combine files with aliases.Juri Linkov2022-06-131-6/+9
* Allow rgrep users to indicate case folding easierLars Ingebrigtsen2022-06-131-2/+7
* Add grep-files-aliases entry for .am filesLars Ingebrigtsen2022-05-111-0/+1
* Make grep-mode-font-lock-keywords more efficientLars Ingebrigtsen2022-04-301-1/+1
* ; Improve readablity in grep.elMichael Albinus2022-03-261-1/+1
* Make quoting of shell arguments in grep.el more robustMichael Albinus2022-03-231-62/+67
* Support changing remoteness of DIR in rgrep and lgrepMichael Albinus2022-03-231-24/+30
* Fix grep-like functions when running on a remote hostMichael Albinus2022-03-221-52/+59
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-091-1/+1
|\ \ | |/
| * Revert "Grep alias `all' shall not match parent directory"Óscar Fuentes2021-12-081-1/+1
* | Use format-prompt for many more promptsStefan Kangas2021-10-051-5/+3
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-2/+2
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* More robust auto-detect of grep-highlight-matches (bug#49978)Mattias Engdegård2021-08-101-5/+6
* Adjust grep-mode end-col function return valueMattias Engdegård2021-07-261-1/+1
* Fix previous grep-file-at-point changeLars Ingebrigtsen2021-07-171-1/+1
* Add new function 'grep-file-at-point'Lennart Borgman2021-07-171-0/+7
* Fix rgrep abbreviationDmitry Gutov2021-06-071-1/+1
* Support old BSD find and "root dir symlink" betterDmitry Gutov2021-06-071-19/+18
* Abbreviate rgrep command on MS Windows (bug#48302)Jim Porter2021-05-121-1/+1
* Remove redundant #' before lambda in progmodes/*.elStefan Kangas2021-04-011-14/+14
* Compute grep defaults earlierLars Ingebrigtsen2021-02-271-4/+7
* Convert some progmodes menus to easy-menu-defineStefan Kangas2021-02-211-47/+29
* 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