86 lines
2.5 KiB
EmacsLisp
86 lines
2.5 KiB
EmacsLisp
|
;;; grizzl-autoloads.el --- automatically extracted autoloads
|
|||
|
;;
|
|||
|
;;; Code:
|
|||
|
|
|||
|
|
|||
|
;;;### (autoloads (grizzl-result-strings grizzl-result-count grizzl-search
|
|||
|
;;;;;; grizzl-make-index) "grizzl-core" "grizzl-core.el" (21530
|
|||
|
;;;;;; 3273 796740 656000))
|
|||
|
;;; Generated autoloads from grizzl-core.el
|
|||
|
|
|||
|
(autoload 'grizzl-make-index "grizzl-core" "\
|
|||
|
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)
|
|||
|
|
|||
|
(autoload 'grizzl-search "grizzl-core" "\
|
|||
|
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)
|
|||
|
|
|||
|
(autoload 'grizzl-result-count "grizzl-core" "\
|
|||
|
Returns the number of matches present in RESULT.
|
|||
|
|
|||
|
\(fn RESULT)" nil nil)
|
|||
|
|
|||
|
(autoload 'grizzl-result-strings "grizzl-core" "\
|
|||
|
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)
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;;;### (autoloads (grizzl-set-selection-1 grizzl-set-selection+1
|
|||
|
;;;;;; grizzl-selected-result grizzl-completing-read) "grizzl-read"
|
|||
|
;;;;;; "grizzl-read.el" (21530 3273 902738 462000))
|
|||
|
;;; Generated autoloads from grizzl-read.el
|
|||
|
|
|||
|
(autoload 'grizzl-completing-read "grizzl-read" "\
|
|||
|
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)
|
|||
|
|
|||
|
(autoload 'grizzl-selected-result "grizzl-read" "\
|
|||
|
Get the selected string from INDEX in a `grizzl-completing-read'.
|
|||
|
|
|||
|
\(fn INDEX)" nil nil)
|
|||
|
|
|||
|
(autoload 'grizzl-set-selection+1 "grizzl-read" "\
|
|||
|
Move the selection up one row in `grizzl-completing-read'.
|
|||
|
|
|||
|
\(fn)" t nil)
|
|||
|
|
|||
|
(autoload 'grizzl-set-selection-1 "grizzl-read" "\
|
|||
|
Move the selection down one row in `grizzl-completing-read'.
|
|||
|
|
|||
|
\(fn)" t nil)
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;;;### (autoloads nil nil ("grizzl-pkg.el" "grizzl.el") (21530 3273
|
|||
|
;;;;;; 979764 956000))
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
(provide 'grizzl-autoloads)
|
|||
|
;; Local Variables:
|
|||
|
;; version-control: never
|
|||
|
;; no-byte-compile: t
|
|||
|
;; no-update-autoloads: t
|
|||
|
;; coding: utf-8
|
|||
|
;; End:
|
|||
|
;;; grizzl-autoloads.el ends here
|