X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/e39b275c8c4abe1e293d4336bb1cb13ad95e5491..c16fbf67a040d3a1440cec001ba0de33f25559a4:/etc/grep.txt diff --git a/etc/grep.txt b/etc/grep.txt index 01ffa9f3ef..523b1fa404 100644 --- a/etc/grep.txt +++ b/etc/grep.txt @@ -72,6 +72,19 @@ 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 --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 grep -nH -e "xyzxyz" ../info/* @@ -84,7 +97,7 @@ grep -nH -e "xyzxyz" ../info/* -Copyright (C) 2005-2011 Free Software Foundation, Inc. +Copyright (C) 2005-2014 Free Software Foundation, Inc. COPYING PERMISSIONS: