Mercurial > emacs
annotate admin/README @ 70258:5dfde453f39e
(defgroup grep): Doc fix.
(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.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Fri, 28 Apr 2006 22:22:01 +0000 |
| parents | 695cf19ef79e |
| children | 8852a07538af 375f2633d815 |
| rev | line source |
|---|---|
| 38873 | 1 This directory contains scripts and other things useful for developing |
| 2 and maintaining Emacs. These files are not part of Emacs releases | |
| 3 because they are not deemed generally useful, and you have to know | |
| 4 what you do when using them. | |
| 5 | |
| 6 Brief description of scripts found here: | |
| 7 | |
| 40063 | 8 admin.el utilities for setting version numbers and alike |
| 40013 | 9 alloc-color.c a utility program that allocates a given number of |
| 40063 | 10 colors on X. Can be used to debug Emacs with |
| 40013 | 11 dense colormaps (PseudoColor). |
| 38875 | 12 build-configs build Emacs in various configurations |
| 13 check-doc-strings check doc strings against documentation | |
|
47856
1d62ac5dafa8
Change description of cus-test.el.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47803
diff
changeset
|
14 cus-test.el tests for custom types and load problems |
| 39058 | 15 diff-tar-files show files added/removed between two tar files |
| 38875 | 16 make-emacs build Emacs in various ways |
|
48668
1c6027c437eb
Added reference to make-tarball.txt.
Francesco Potort? <pot@gnu.org>
parents:
47856
diff
changeset
|
17 make-tarball.txt instructions to create pretest or release tarballs |
| 39057 | 18 quick-install-emacs install emacs quickly (`incrementally') |
| 38875 | 19 revdiff get CVS diffs of files |
| 52401 | 20 |
| 21 # arch-tag: 812b9461-bc0a-46a7-925e-24bd41118463 |
