summaryrefslogtreecommitdiff
path: root/etc/grep.txt
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2014-01-31 11:41:54 +0200
committerJuri Linkov <juri@jurta.org>2014-01-31 11:41:54 +0200
commitbd21bf41c00ea85de7bba7440a4ee70fa934cdb9 (patch)
treec77ddae81fdeb304fbbf0f3e2eceddcee337bf18 /etc/grep.txt
parent579d49fa6ef7eb66fb6a042251f95d2fa94d2e3b (diff)
downloademacs-bd21bf41c00ea85de7bba7440a4ee70fa934cdb9.tar.gz
Misc small fixes.
* doc/lispref/searching.texi (String Search): Incremental word search fixes. * lisp/sort.el (delete-duplicate-lines): Remove `:weakness 'key' from `make-hash-table'. * lisp/textmodes/ispell.el (ispell-init-process): Change message format to be consistent with other messages.
Diffstat (limited to 'etc/grep.txt')
-rw-r--r--etc/grep.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/grep.txt b/etc/grep.txt
index 564893d5b3e..523b1fa404c 100644
--- a/etc/grep.txt
+++ b/etc/grep.txt
@@ -72,13 +72,18 @@ Grep finished (matches found) at Thu Jul 21 15:02:15
agrep -n "INFO tree" ../info/*
../info/dir: 6: File: dir Node: Top This is the top of the INFO tree
+* bzr grep with Bazaar plugin [grep]
+
+bzr grep --color=always -in "org-element-map"
+lisp/org/org.el:21047: (org-element-map
+
* git-grep
with `[diff "el"] xfuncname = "^(\\(.*)$"' in .gitconfig
and `*.el diff=el' in .gitattributes
-git grep -inH -p -e "org-element-map"
-lisp/org/org.el=20969=(defun org-fill-paragraph (&optional justify)
-lisp/org/org.el:21047: (org-element-map
+git --no-pager grep -inH -p -e "org-element-map"
+lisp/org/org.el=20969=(defun org-fill-paragraph (&optional justify)
+lisp/org/org.el:21047: (org-element-map
* unknown greps