|
|
;;; ag-autoloads.el --- automatically extracted autoloads |
|
|
;; |
|
|
;;; Code: |
|
|
(add-to-list 'load-path (or (file-name-directory #$) (car load-path))) |
|
|
|
|
|
;;;### (autoloads nil "ag" "ag.el" (22059 7730 733350 776000)) |
|
|
;;; Generated autoloads from ag.el |
|
|
|
|
|
(autoload 'ag "ag" "\ |
|
|
Search using ag in a given DIRECTORY for a given search STRING, |
|
|
with STRING defaulting to the symbol under point. |
|
|
|
|
|
If called with a prefix, prompts for flags to pass to ag. |
|
|
|
|
|
\(fn STRING DIRECTORY)" t nil) |
|
|
|
|
|
(autoload 'ag-files "ag" "\ |
|
|
Search using ag in a given DIRECTORY for a given search STRING, |
|
|
limited to files that match FILE-TYPE. STRING defaults to |
|
|
the symbol under point. |
|
|
|
|
|
If called with a prefix, prompts for flags to pass to ag. |
|
|
|
|
|
\(fn STRING FILE-TYPE DIRECTORY)" t nil) |
|
|
|
|
|
(autoload 'ag-regexp "ag" "\ |
|
|
Search using ag in a given directory for a given regexp. |
|
|
The regexp should be in PCRE syntax, not Emacs regexp syntax. |
|
|
|
|
|
If called with a prefix, prompts for flags to pass to ag. |
|
|
|
|
|
\(fn STRING DIRECTORY)" t nil) |
|
|
|
|
|
(autoload 'ag-project "ag" "\ |
|
|
Guess the root of the current project and search it with ag |
|
|
for the given string. |
|
|
|
|
|
If called with a prefix, prompts for flags to pass to ag. |
|
|
|
|
|
\(fn STRING)" t nil) |
|
|
|
|
|
(autoload 'ag-project-files "ag" "\ |
|
|
Search using ag for a given search STRING, |
|
|
limited to files that match FILE-TYPE. STRING defaults to the |
|
|
symbol under point. |
|
|
|
|
|
If called with a prefix, prompts for flags to pass to ag. |
|
|
|
|
|
\(fn STRING FILE-TYPE)" t nil) |
|
|
|
|
|
(autoload 'ag-project-regexp "ag" "\ |
|
|
Guess the root of the current project and search it with ag |
|
|
for the given regexp. The regexp should be in PCRE syntax, not |
|
|
Emacs regexp syntax. |
|
|
|
|
|
If called with a prefix, prompts for flags to pass to ag. |
|
|
|
|
|
\(fn REGEXP)" t nil) |
|
|
|
|
|
(defalias 'ag-project-at-point 'ag-project) |
|
|
|
|
|
(defalias 'ag-regexp-project-at-point 'ag-project-regexp) |
|
|
|
|
|
(autoload 'ag-dired "ag" "\ |
|
|
Recursively find files in DIR matching PATTERN. |
|
|
|
|
|
The PATTERN is matched against the full path to the file, not |
|
|
only against the file name. |
|
|
|
|
|
The results are presented as a `dired-mode' buffer with |
|
|
`default-directory' being DIR. |
|
|
|
|
|
See also `ag-dired-regexp'. |
|
|
|
|
|
\(fn DIR PATTERN)" t nil) |
|
|
|
|
|
(autoload 'ag-dired-regexp "ag" "\ |
|
|
Recursively find files in DIR matching REGEXP. |
|
|
REGEXP should be in PCRE syntax, not Emacs regexp syntax. |
|
|
|
|
|
The REGEXP is matched against the full path to the file, not |
|
|
only against the file name. |
|
|
|
|
|
Results are presented as a `dired-mode' buffer with |
|
|
`default-directory' being DIR. |
|
|
|
|
|
See also `find-dired'. |
|
|
|
|
|
\(fn DIR REGEXP)" t nil) |
|
|
|
|
|
(autoload 'ag-project-dired "ag" "\ |
|
|
Recursively find files in current project matching PATTERN. |
|
|
|
|
|
See also `ag-dired'. |
|
|
|
|
|
\(fn PATTERN)" t nil) |
|
|
|
|
|
(autoload 'ag-project-dired-regexp "ag" "\ |
|
|
Recursively find files in current project matching REGEXP. |
|
|
|
|
|
See also `ag-dired-regexp'. |
|
|
|
|
|
\(fn REGEXP)" t nil) |
|
|
|
|
|
(autoload 'ag-kill-buffers "ag" "\ |
|
|
Kill all `ag-mode' buffers. |
|
|
|
|
|
\(fn)" t nil) |
|
|
|
|
|
(autoload 'ag-kill-other-buffers "ag" "\ |
|
|
Kill all `ag-mode' buffers other than the current buffer. |
|
|
|
|
|
\(fn)" t nil) |
|
|
|
|
|
;;;*** |
|
|
|
|
|
;; Local Variables: |
|
|
;; version-control: never |
|
|
;; no-byte-compile: t |
|
|
;; no-update-autoloads: t |
|
|
;; End: |
|
|
;;; ag-autoloads.el ends here
|
|
|
|