my-emacs-d/elpa/grizzl-20160818.37/grizzl-autoloads.el

70 lines
2.1 KiB
EmacsLisp
Raw Normal View History

2014-10-05 12:57:41 +00:00
;;; grizzl-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
2016-08-18 20:01:20 +00:00
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
2014-10-05 12:57:41 +00:00
2016-08-18 20:01:20 +00:00
;;;### (autoloads nil "grizzl" "grizzl.el" (22454 5325 478331 394000))
2016-04-21 21:27:19 +00:00
;;; Generated autoloads from grizzl.el
2014-10-05 12:57:41 +00:00
2016-04-21 21:27:19 +00:00
(autoload 'grizzl-make-index "grizzl" "\
2014-10-05 12:57:41 +00:00
Makes an index from the list STRINGS for use with `grizzl-search'.
If :PROGRESS-FN is given as a keyword argument, it is called repeatedly
with integers N and TOTAL.
If :CASE-SENSITIVE is specified as a non-nil keyword argument, the index
will be created case-sensitive, otherwise it will be case-insensitive.
\(fn STRINGS &rest OPTIONS)" nil nil)
2016-04-21 21:27:19 +00:00
(autoload 'grizzl-search "grizzl" "\
2014-10-05 12:57:41 +00:00
Fuzzy searches for TERM in INDEX prepared with `grizzl-make-index'.
OLD-RESULT may be specified as an existing search result to increment from.
The result can be read with `grizzl-result-strings'.
\(fn TERM INDEX &optional OLD-RESULT)" nil nil)
2016-04-21 21:27:19 +00:00
(autoload 'grizzl-result-count "grizzl" "\
2014-10-05 12:57:41 +00:00
Returns the number of matches present in RESULT.
\(fn RESULT)" nil nil)
2016-04-21 21:27:19 +00:00
(autoload 'grizzl-result-strings "grizzl" "\
2014-10-05 12:57:41 +00:00
Returns the ordered list of matched strings in RESULT, using INDEX.
If the :START option is specified, results are read from the given offset.
If the :END option is specified, up to :END results are returned.
\(fn RESULT INDEX &rest OPTIONS)" nil nil)
2016-04-21 21:27:19 +00:00
(autoload 'grizzl-completing-read "grizzl" "\
2014-10-05 12:57:41 +00:00
Performs a completing-read in the minibuffer using INDEX to fuzzy search.
Each key pressed in the minibuffer filters down the list of matches.
\(fn PROMPT INDEX)" nil nil)
2016-04-21 21:27:19 +00:00
(autoload 'grizzl-selected-result "grizzl" "\
2014-10-05 12:57:41 +00:00
Get the selected string from INDEX in a `grizzl-completing-read'.
\(fn INDEX)" nil nil)
2016-04-21 21:27:19 +00:00
(autoload 'grizzl-set-selection+1 "grizzl" "\
2014-10-05 12:57:41 +00:00
Move the selection up one row in `grizzl-completing-read'.
\(fn)" t nil)
2016-04-21 21:27:19 +00:00
(autoload 'grizzl-set-selection-1 "grizzl" "\
2014-10-05 12:57:41 +00:00
Move the selection down one row in `grizzl-completing-read'.
\(fn)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; grizzl-autoloads.el ends here