orderless-autoloads.el (2116B)
1 ;;; orderless-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) 9 10 11 12 ;;; Generated autoloads from orderless.el 13 14 (autoload 'orderless-all-completions "orderless" "\ 15 Split STRING into components and find entries TABLE matching all. 16 The predicate PRED is used to constrain the entries in TABLE. The 17 matching portions of each candidate are highlighted. 18 This function is part of the `orderless' completion style. 19 20 (fn STRING TABLE PRED POINT)") 21 (autoload 'orderless-try-completion "orderless" "\ 22 Complete STRING to unique matching entry in TABLE. 23 This uses `orderless-all-completions' to find matches for STRING 24 in TABLE among entries satisfying PRED. If there is only one 25 match, it completes to that match. If there are no matches, it 26 returns nil. In any other case it \"completes\" STRING to 27 itself, without moving POINT. 28 This function is part of the `orderless' completion style. 29 30 (fn STRING TABLE PRED POINT)") 31 (add-to-list 'completion-styles-alist '(orderless orderless-try-completion orderless-all-completions "Completion of multiple components, in any order.")) 32 (autoload 'orderless-ivy-re-builder "orderless" "\ 33 Convert STR into regexps for use with ivy. 34 This function is for integration of orderless with ivy, use it as 35 a value in `ivy-re-builders-alist'. 36 37 (fn STR)") 38 (register-definition-prefixes "orderless" '("orderless-")) 39 40 41 ;;; Generated autoloads from orderless-kwd.el 42 43 (autoload 'orderless-kwd-dispatch "orderless-kwd" "\ 44 Match COMPONENT against the keywords in `orderless-kwd-alist'. 45 46 (fn COMPONENT INDEX TOTAL)") 47 (register-definition-prefixes "orderless-kwd" '("orderless-kwd-")) 48 49 ;;; End of scraped data 50 51 (provide 'orderless-autoloads) 52 53 ;; Local Variables: 54 ;; version-control: never 55 ;; no-byte-compile: t 56 ;; no-update-autoloads: t 57 ;; no-native-compile: t 58 ;; coding: utf-8-emacs-unix 59 ;; End: 60 61 ;;; orderless-autoloads.el ends here