mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 76bbd07de7add0f9d13c6914f158d19630fe2f62
commit | author | age
5cb5f7 1 ;;; helm-autoloads.el --- automatically extracted autoloads
C 2 ;;
3 ;;; Code:
4
5 (add-to-list 'load-path (directory-file-name
6                          (or (file-name-directory #$) (car load-path))))
7
8
9 ;;;### (autoloads nil "helm-adaptive" "helm-adaptive.el" (0 0 0 0))
10 ;;; Generated autoloads from helm-adaptive.el
11
12 (defvar helm-adaptive-mode nil "\
13 Non-nil if Helm-Adaptive mode is enabled.
14 See the `helm-adaptive-mode' command
15 for a description of this minor mode.
16 Setting this variable directly does not take effect;
17 either customize it (see the info node `Easy Customization')
18 or call the function `helm-adaptive-mode'.")
19
20 (custom-autoload 'helm-adaptive-mode "helm-adaptive" nil)
21
22 (autoload 'helm-adaptive-mode "helm-adaptive" "\
23 Toggle adaptive sorting in all sources.
24
25 \(fn &optional ARG)" t nil)
26
27 (autoload 'helm-reset-adaptive-history "helm-adaptive" "\
28 Delete all `helm-adaptive-history' and his file.
29 Useful when you have a old or corrupted `helm-adaptive-history-file'.
30
31 \(fn)" t nil)
32
33 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-adaptive" '("helm-adapt")))
34
35 ;;;***
36
37 ;;;### (autoloads nil "helm-bookmark" "helm-bookmark.el" (0 0 0 0))
38 ;;; Generated autoloads from helm-bookmark.el
39
40 (autoload 'helm-bookmarks "helm-bookmark" "\
41 Preconfigured `helm' for bookmarks.
42
43 \(fn)" t nil)
44
45 (autoload 'helm-filtered-bookmarks "helm-bookmark" "\
46 Preconfigured helm for bookmarks (filtered by category).
47 Optional source `helm-source-bookmark-addressbook' is loaded
48 only if external addressbook-bookmark package is installed.
49
50 \(fn)" t nil)
51
52 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-bookmark" '("helm-" "bmkext-jump-" "bookmark")))
53
54 ;;;***
55
56 ;;;### (autoloads nil "helm-buffers" "helm-buffers.el" (0 0 0 0))
57 ;;; Generated autoloads from helm-buffers.el
58
59 (autoload 'helm-buffers-list "helm-buffers" "\
60 Preconfigured `helm' to list buffers.
61
62 \(fn)" t nil)
63
64 (autoload 'helm-mini "helm-buffers" "\
65 Preconfigured `helm' lightweight version (buffer -> recentf).
66
67 \(fn)" t nil)
68
69 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-buffers" '("helm-")))
70
71 ;;;***
72
73 ;;;### (autoloads nil "helm-color" "helm-color.el" (0 0 0 0))
74 ;;; Generated autoloads from helm-color.el
75
76 (autoload 'helm-colors "helm-color" "\
77 Preconfigured `helm' for color.
78
79 \(fn)" t nil)
80
81 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-color" '("helm-")))
82
83 ;;;***
84
85 ;;;### (autoloads nil "helm-command" "helm-command.el" (0 0 0 0))
86 ;;; Generated autoloads from helm-command.el
87
88 (autoload 'helm-M-x "helm-command" "\
89 Preconfigured `helm' for Emacs commands.
90 It is `helm' replacement of regular `M-x' `execute-extended-command'.
91
92 Unlike regular `M-x' emacs vanilla `execute-extended-command' command,
93 the prefix args if needed, can be passed AFTER starting `helm-M-x'.
94 When a prefix arg is passed BEFORE starting `helm-M-x', the first `C-u'
95 while in `helm-M-x' session will disable it.
96
97 You can get help on each command by persistent action.
98
99 \(fn ARG &optional COMMAND-NAME)" t nil)
100
101 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-command" '("helm-")))
102
103 ;;;***
104
105 ;;;### (autoloads nil "helm-config" "helm-config.el" (0 0 0 0))
106 ;;; Generated autoloads from helm-config.el
107
108 (autoload 'helm-configuration "helm-config" "\
109 Customize `helm'.
110
111 \(fn)" t nil)
112
113 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-config" '("helm-")))
114
115 ;;;***
116
117 ;;;### (autoloads nil "helm-dabbrev" "helm-dabbrev.el" (0 0 0 0))
118 ;;; Generated autoloads from helm-dabbrev.el
119
120 (autoload 'helm-dabbrev "helm-dabbrev" "\
121 Preconfigured helm for dynamic abbreviations.
122
123 \(fn)" t nil)
124
125 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-dabbrev" '("helm-dabbrev-")))
126
127 ;;;***
128
129 ;;;### (autoloads nil "helm-elisp" "helm-elisp.el" (0 0 0 0))
130 ;;; Generated autoloads from helm-elisp.el
131
132 (autoload 'helm-lisp-completion-at-point "helm-elisp" "\
133 Preconfigured helm for lisp symbol completion at point.
134
135 \(fn)" t nil)
136
137 (autoload 'helm-complete-file-name-at-point "helm-elisp" "\
138 Preconfigured helm to complete file name at point.
139
140 \(fn &optional FORCE)" t nil)
141
142 (autoload 'helm-lisp-indent "helm-elisp" "\
143
144
145 \(fn)" t nil)
146
147 (autoload 'helm-lisp-completion-or-file-name-at-point "helm-elisp" "\
148 Preconfigured helm to complete lisp symbol or filename at point.
149 Filename completion happen if string start after or between a double quote.
150
151 \(fn)" t nil)
152
153 (autoload 'helm-apropos "helm-elisp" "\
154 Preconfigured helm to describe commands, functions, variables and faces.
155 In non interactives calls DEFAULT argument should be provided as a string,
156 i.e the `symbol-name' of any existing symbol.
157
158 \(fn DEFAULT)" t nil)
159
160 (autoload 'helm-manage-advice "helm-elisp" "\
161 Preconfigured `helm' to disable/enable function advices.
162
163 \(fn)" t nil)
164
165 (autoload 'helm-locate-library "helm-elisp" "\
166 Preconfigured helm to locate elisp libraries.
167
168 \(fn)" t nil)
169
170 (autoload 'helm-timers "helm-elisp" "\
171 Preconfigured `helm' for timers.
172
173 \(fn)" t nil)
174
175 (autoload 'helm-complex-command-history "helm-elisp" "\
176 Preconfigured helm for complex command history.
177
178 \(fn)" t nil)
179
180 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-elisp" '("helm-" "with-helm-show-completion")))
181
182 ;;;***
183
184 ;;;### (autoloads nil "helm-elisp-package" "helm-elisp-package.el"
185 ;;;;;;  (0 0 0 0))
186 ;;; Generated autoloads from helm-elisp-package.el
187
188 (autoload 'helm-list-elisp-packages "helm-elisp-package" "\
189 Preconfigured helm for listing and handling emacs packages.
190
191 \(fn ARG)" t nil)
192
193 (autoload 'helm-list-elisp-packages-no-fetch "helm-elisp-package" "\
194 Preconfigured helm for emacs packages.
195
196 Same as `helm-list-elisp-packages' but don't fetch packages on remote.
197 Called with a prefix ARG always fetch packages on remote.
198
199 \(fn ARG)" t nil)
200
201 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-elisp-package" '("helm-")))
202
203 ;;;***
204
205 ;;;### (autoloads nil "helm-eshell" "helm-eshell.el" (0 0 0 0))
206 ;;; Generated autoloads from helm-eshell.el
207
208 (autoload 'helm-esh-pcomplete "helm-eshell" "\
209 Preconfigured helm to provide helm completion in eshell.
210
211 \(fn)" t nil)
212
213 (autoload 'helm-eshell-history "helm-eshell" "\
214 Preconfigured helm for eshell history.
215
216 \(fn)" t nil)
217
218 (autoload 'helm-eshell-prompts "helm-eshell" "\
219 Pre-configured `helm' to browse the prompts of the current Eshell.
220
221 \(fn)" t nil)
222
223 (autoload 'helm-eshell-prompts-all "helm-eshell" "\
224 Pre-configured `helm' to browse the prompts of all Eshell sessions.
225
226 \(fn)" t nil)
227
228 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-eshell" '("helm-e")))
229
230 ;;;***
231
232 ;;;### (autoloads nil "helm-eval" "helm-eval.el" (0 0 0 0))
233 ;;; Generated autoloads from helm-eval.el
234
235 (autoload 'helm-eval-expression "helm-eval" "\
236 Preconfigured helm for `helm-source-evaluation-result'.
237
238 \(fn ARG)" t nil)
239
240 (autoload 'helm-eval-expression-with-eldoc "helm-eval" "\
241 Preconfigured helm for `helm-source-evaluation-result' with `eldoc' support. 
242
243 \(fn)" t nil)
244
245 (autoload 'helm-calcul-expression "helm-eval" "\
246 Preconfigured helm for `helm-source-calculation-result'.
247
248 \(fn)" t nil)
249
250 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-eval" '("helm-")))
251
252 ;;;***
253
254 ;;;### (autoloads nil "helm-external" "helm-external.el" (0 0 0 0))
255 ;;; Generated autoloads from helm-external.el
256
257 (autoload 'helm-run-external-command "helm-external" "\
258 Preconfigured `helm' to run External PROGRAM asyncronously from Emacs.
259 If program is already running exit with error.
260 You can set your own list of commands with
261 `helm-external-commands-list'.
262
263 \(fn PROGRAM)" t nil)
264
265 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-external" '("helm-")))
266
267 ;;;***
268
269 ;;;### (autoloads nil "helm-files" "helm-files.el" (0 0 0 0))
270 ;;; Generated autoloads from helm-files.el
271
272 (autoload 'helm-projects-history "helm-files" "\
273
274
275 \(fn)" t nil)
276
277 (autoload 'helm-browse-project "helm-files" "\
278 Preconfigured helm to browse projects.
279 Browse files and see status of project with its vcs.
280 Only HG and GIT are supported for now.
281 Fall back to `helm-browse-project-find-files'
282 if current directory is not under control of one of those vcs.
283 With a prefix ARG browse files recursively, with two prefix ARG
284 rebuild the cache.
285 If the current directory is found in the cache, start
286 `helm-browse-project-find-files' even with no prefix ARG.
287 NOTE: The prefix ARG have no effect on the VCS controlled directories.
288
289 Needed dependencies for VCS:
290 <https://github.com/emacs-helm/helm-ls-git>
291 and
292 <https://github.com/emacs-helm/helm-ls-hg>.
293
294 \(fn ARG)" t nil)
295
296 (autoload 'helm-find-files "helm-files" "\
297 Preconfigured `helm' for helm implementation of `find-file'.
298 Called with a prefix arg show history if some.
299 Don't call it from programs, use `helm-find-files-1' instead.
300 This is the starting point for nearly all actions you can do on files.
301
302 \(fn ARG)" t nil)
303
304 (autoload 'helm-delete-tramp-connection "helm-files" "\
305 Allow deleting tramp connection or marked tramp connections at once.
306
307 This replace `tramp-cleanup-connection' which is partially broken in
308 emacs < to 25.1.50.1 (See Emacs Bug#24432).
309
310 It allows additionally to delete more than one connection at once.
311
312 \(fn)" t nil)
313
314 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-files" '("helm-" "eshell-command-aliases-list")))
315
316 ;;;***
317
318 ;;;### (autoloads nil "helm-find" "helm-find.el" (0 0 0 0))
319 ;;; Generated autoloads from helm-find.el
320
321 (autoload 'helm-find "helm-find" "\
322 Preconfigured `helm' for the find shell command.
323
324 Recursively find files whose names are matched by all specified
325 globbing PATTERNs under the current directory using the external
326 program specified in `find-program' (usually \"find\").  Every
327 input PATTERN is silently wrapped into two stars: *PATTERN*.
328
329 With prefix argument, prompt for a directory to search.
330
331 When user option `helm-findutils-search-full-path' is non-nil,
332 match against complete paths, otherwise, against file names
333 without directory part.
334
335 The (possibly empty) list of globbing PATTERNs can be followed by
336 the separator \"*\" plus any number of additional arguments that
337 are passed to \"find\" literally.
338
339 \(fn ARG)" t nil)
340
341 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-find" '("helm-")))
342
343 ;;;***
344
345 ;;;### (autoloads nil "helm-font" "helm-font.el" (0 0 0 0))
346 ;;; Generated autoloads from helm-font.el
347
348 (autoload 'helm-select-xfont "helm-font" "\
349 Preconfigured `helm' to select Xfont.
350
351 \(fn)" t nil)
352
353 (autoload 'helm-ucs "helm-font" "\
354 Preconfigured helm for `ucs-names'.
355
356 Called with a prefix arg force reloading cache.
357
358 \(fn ARG)" t nil)
359
360 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-font" '("helm-")))
361
362 ;;;***
363
364 ;;;### (autoloads nil "helm-for-files" "helm-for-files.el" (0 0 0
365 ;;;;;;  0))
366 ;;; Generated autoloads from helm-for-files.el
367
368 (autoload 'helm-for-files "helm-for-files" "\
369 Preconfigured `helm' for opening files.
370 Run all sources defined in `helm-for-files-preferred-list'.
371
372 \(fn)" t nil)
373
374 (autoload 'helm-multi-files "helm-for-files" "\
375 Preconfigured helm like `helm-for-files' but running locate only on demand.
376
377 Allow toggling back and forth from locate to others sources with
378 `helm-multi-files-toggle-locate-binding' key.
379 This avoid launching needlessly locate when what you search is already
380 found.
381
382 \(fn)" t nil)
383
384 (autoload 'helm-recentf "helm-for-files" "\
385 Preconfigured `helm' for `recentf'.
386
387 \(fn)" t nil)
388
389 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-for-files" '("helm-")))
390
391 ;;;***
392
393 ;;;### (autoloads nil "helm-grep" "helm-grep.el" (0 0 0 0))
394 ;;; Generated autoloads from helm-grep.el
395
396 (autoload 'helm-goto-precedent-file "helm-grep" "\
397 Go to precedent file in helm grep/etags buffers.
398
399 \(fn)" t nil)
400
401 (autoload 'helm-goto-next-file "helm-grep" "\
402 Go to precedent file in helm grep/etags buffers.
403
404 \(fn)" t nil)
405
406 (autoload 'helm-do-grep-ag "helm-grep" "\
407 Preconfigured helm for grepping with AG in `default-directory'.
408 With prefix-arg prompt for type if available with your AG version.
409
410 \(fn ARG)" t nil)
411
412 (autoload 'helm-grep-do-git-grep "helm-grep" "\
413 Preconfigured helm for git-grepping `default-directory'.
414 With a prefix arg ARG git-grep the whole repository.
415
416 \(fn ARG)" t nil)
417
418 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-grep" '("helm-")))
419
420 ;;;***
421
422 ;;;### (autoloads nil "helm-help" "helm-help.el" (0 0 0 0))
423 ;;; Generated autoloads from helm-help.el
424
425 (autoload 'helm-documentation "helm-help" "\
426 Preconfigured Helm for Helm documentation.
427 With a prefix arg refresh the documentation.
428
429 Find here the documentation of all documented sources.
430
431 \(fn)" t nil)
432
433 (defvar helm-comp-read-mode-line "\\<helm-comp-read-map>C/\\[helm-cr-empty-string]:Empty \\<helm-map>\\[helm-help]:Help \\[helm-select-action]:Act \\[helm-maybe-exit-minibuffer]/f1/f2/f-n:NthAct \\[helm-toggle-suspend-update]:Tog.suspend")
434
435 (defvar helm-read-file-name-mode-line-string "\\<helm-read-file-map>\\[helm-help]:Help C/\\[helm-cr-empty-string]:Empty \\<helm-map>\\[helm-select-action]:Act \\[helm-maybe-exit-minibuffer]/f1/f2/f-n:NthAct \\[helm-toggle-suspend-update]:Tog.suspend" "\
436 String displayed in mode-line in `helm-source-find-files'.")
437
438 (defvar helm-top-mode-line "\\<helm-top-map>\\[helm-help]:Help \\<helm-map>\\[helm-select-action]:Act \\[helm-maybe-exit-minibuffer]/f1/f2/f-n:NthAct \\[helm-toggle-suspend-update]:Tog.suspend")
439
440 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-help" '("helm-")))
441
442 ;;;***
443
444 ;;;### (autoloads nil "helm-id-utils" "helm-id-utils.el" (0 0 0 0))
445 ;;; Generated autoloads from helm-id-utils.el
446
447 (autoload 'helm-gid "helm-id-utils" "\
448 Preconfigured helm for `gid' command line of `ID-Utils'.
449 Need A database created with the command `mkid'
450 above `default-directory'.
451 Need id-utils as dependency which provide `mkid', `gid' etc...
452 See <https://www.gnu.org/software/idutils/>.
453
454 \(fn)" t nil)
455
456 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-id-utils" '("helm-gid-")))
457
458 ;;;***
459
460 ;;;### (autoloads nil "helm-imenu" "helm-imenu.el" (0 0 0 0))
461 ;;; Generated autoloads from helm-imenu.el
462
463 (autoload 'helm-imenu "helm-imenu" "\
464 Preconfigured `helm' for `imenu'.
465
466 \(fn)" t nil)
467
468 (autoload 'helm-imenu-in-all-buffers "helm-imenu" "\
469 Preconfigured helm for fetching imenu entries in all buffers with similar mode as current.
470 A mode is similar as current if it is the same, it is derived i.e `derived-mode-p'
471 or it have an association in `helm-imenu-all-buffer-assoc'.
472
473 \(fn)" t nil)
474
475 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-imenu" '("helm-")))
476
477 ;;;***
478
479 ;;;### (autoloads nil "helm-info" "helm-info.el" (0 0 0 0))
480 ;;; Generated autoloads from helm-info.el
481
482 (autoload 'helm-info "helm-info" "\
483 Preconfigured `helm' for searching Info files' indices.
484
485 With a prefix argument \\[universal-argument], set REFRESH to non-nil.
486
487 Optional parameter REFRESH, when non-nil, reevaluates
488 `helm-default-info-index-list'.  If the variable has been
489 customized, set it to its saved value.  If not, set it to its
490 standard value.  See `custom-reevaluate-setting' for more.
491
492 REFRESH is useful when new Info files are installed.  If
493 `helm-default-info-index-list' has not been customized, the new
494 Info files are made available.
495
496 \(fn &optional REFRESH)" t nil)
497
498 (autoload 'helm-info-at-point "helm-info" "\
499 Preconfigured `helm' for searching info at point.
500
501 \(fn)" t nil)
502
503 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-info" '("helm-")))
504
505 ;;;***
506
507 ;;;### (autoloads nil "helm-locate" "helm-locate.el" (0 0 0 0))
508 ;;; Generated autoloads from helm-locate.el
509
510 (autoload 'helm-projects-find-files "helm-locate" "\
511 Find files with locate in `helm-locate-project-list'.
512 With a prefix arg refresh the database in each project.
513
514 \(fn UPDATE)" t nil)
515
516 (autoload 'helm-locate "helm-locate" "\
517 Preconfigured `helm' for Locate.
518 Note: you can add locate options after entering pattern.
519 See 'man locate' for valid options and also `helm-locate-command'.
520
521 You can specify a local database with prefix argument ARG.
522 With two prefix arg, refresh the current local db or create it
523 if it doesn't exists.
524
525 To create a user specific db, use
526 \"updatedb -l 0 -o db_path -U directory\".
527 Where db_path is a filename matched by
528 `helm-locate-db-file-regexp'.
529
530 \(fn ARG)" t nil)
531
532 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-locate" '("helm-")))
533
534 ;;;***
535
536 ;;;### (autoloads nil "helm-man" "helm-man.el" (0 0 0 0))
537 ;;; Generated autoloads from helm-man.el
538
539 (autoload 'helm-man-woman "helm-man" "\
540 Preconfigured `helm' for Man and Woman pages.
541 With a prefix arg reinitialize the cache.
542
543 \(fn ARG)" t nil)
544
545 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-man" '("helm-")))
546
547 ;;;***
548
549 ;;;### (autoloads nil "helm-misc" "helm-misc.el" (0 0 0 0))
550 ;;; Generated autoloads from helm-misc.el
551
552 (autoload 'helm-world-time "helm-misc" "\
553 Preconfigured `helm' to show world time.
554 Default action change TZ environment variable locally to emacs.
555
556 \(fn)" t nil)
557
558 (autoload 'helm-insert-latex-math "helm-misc" "\
559 Preconfigured helm for latex math symbols completion.
560
561 \(fn)" t nil)
562
563 (autoload 'helm-ratpoison-commands "helm-misc" "\
564 Preconfigured `helm' to execute ratpoison commands.
565
566 \(fn)" t nil)
567
568 (autoload 'helm-stumpwm-commands "helm-misc" "\
569 Preconfigured helm for stumpwm commands.
570
571 \(fn)" t nil)
572
573 (autoload 'helm-minibuffer-history "helm-misc" "\
574 Preconfigured `helm' for `minibuffer-history'.
575
576 \(fn)" t nil)
577
578 (autoload 'helm-comint-input-ring "helm-misc" "\
579 Preconfigured `helm' that provide completion of `comint' history.
580
581 \(fn)" t nil)
582
583 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-misc" '("helm-")))
584
585 ;;;***
586
587 ;;;### (autoloads nil "helm-mode" "helm-mode.el" (0 0 0 0))
588 ;;; Generated autoloads from helm-mode.el
589
590 (autoload 'helm-comp-read "helm-mode" "\
591 Read a string in the minibuffer, with helm completion.
592
593 It is helm `completing-read' equivalent.
594
595 - PROMPT is the prompt name to use.
596
597 - COLLECTION can be a list, vector, obarray or hash-table.
598   It can be also a function that receives three arguments:
599   the values string, predicate and t. See `all-completions' for more details.
600
601 Keys description:
602
603 - TEST: A predicate called with one arg i.e candidate.
604
605 - INITIAL-INPUT: Same as input arg in `helm'.
606
607 - PRESELECT: See preselect arg of `helm'.
608
609 - DEFAULT: This option is used only for compatibility with regular
610   Emacs `completing-read' (Same as DEFAULT arg of `completing-read').
611
612 - BUFFER: Name of helm-buffer.
613
614 - MUST-MATCH: Candidate selected must be one of COLLECTION.
615
616 - FUZZY: Enable fuzzy matching.
617
618 - REVERSE-HISTORY: When non--nil display history source after current
619   source completion.
620
621 - REQUIRES-PATTERN: Same as helm attribute, default is 0.
622
623 - HISTORY: A list containing specific history, default is nil.
624   When it is non--nil, all elements of HISTORY are displayed in
625   a special source before COLLECTION.
626
627 - INPUT-HISTORY: A symbol. the minibuffer input history will be
628   stored there, if nil or not provided, `minibuffer-history'
629   will be used instead.
630
631 - CASE-FOLD: Same as `helm-case-fold-search'.
632
633 - DEL-INPUT: Boolean, when non--nil (default) remove the partial
634   minibuffer input from HISTORY is present.
635
636 - PERSISTENT-ACTION: A function called with one arg i.e candidate.
637
638 - PERSISTENT-HELP: A string to document PERSISTENT-ACTION.
639
640 - MODE-LINE: A string or list to display in mode line.
641   Default is `helm-comp-read-mode-line'.
642
643 - KEYMAP: A keymap to use in this `helm-comp-read'.
644   (the keymap will be shared with history source)
645
646 - NAME: The name related to this local source.
647
648 - HEADER-NAME: A function to alter NAME, see `helm'.
649
650 - EXEC-WHEN-ONLY-ONE: Bound `helm-execute-action-at-once-if-one'
651   to non--nil. (possibles values are t or nil).
652
653 - VOLATILE: Use volatile attribute.
654
655 - SORT: A predicate to give to `sort' e.g `string-lessp'
656   Use this only on small data as it is ineficient.
657   If you want to sort faster add a sort function to
658   FC-TRANSFORMER.
659   Note that FUZZY when enabled is already providing a sort function.
660
661 - FC-TRANSFORMER: A `filtered-candidate-transformer' function
662   or a list of functions.
663
664 - HIST-FC-TRANSFORMER: A `filtered-candidate-transformer'
665   function for the history source.
666
667 - MARKED-CANDIDATES: If non--nil return candidate or marked candidates as a list.
668
669 - NOMARK: When non--nil don't allow marking candidates.
670
671 - ALISTP: (default is non--nil) See `helm-comp-read-get-candidates'.
672
673 - CANDIDATES-IN-BUFFER: when non--nil use a source build with
674   `helm-source-in-buffer' which is much faster.
675   Argument VOLATILE have no effect when CANDIDATES-IN-BUFFER is non--nil.
676
677 - MATCH-PART: Allow matching only one part of candidate.
678   See match-part documentation in `helm-source'.
679
680 - ALLOW-NEST: Allow nesting this `helm-comp-read' in a helm session.
681   See `helm'.
682
683 - MULTILINE: See multiline in `helm-source'.
684
685 Any prefix args passed during `helm-comp-read' invocation will be recorded
686 in `helm-current-prefix-arg', otherwise if prefix args were given before
687 `helm-comp-read' invocation, the value of `current-prefix-arg' will be used.
688 That's mean you can pass prefix args before or after calling a command
689 that use `helm-comp-read' See `helm-M-x' for example.
690
691 \(fn PROMPT COLLECTION &key TEST INITIAL-INPUT DEFAULT PRESELECT (BUFFER \"*Helm Completions*\") MUST-MATCH FUZZY REVERSE-HISTORY (REQUIRES-PATTERN 0) HISTORY INPUT-HISTORY (CASE-FOLD helm-comp-read-case-fold-search) (DEL-INPUT t) (PERSISTENT-ACTION nil) (PERSISTENT-HELP \"DoNothing\") (MODE-LINE helm-comp-read-mode-line) HELP-MESSAGE (KEYMAP helm-comp-read-map) (NAME \"Helm Completions\") HEADER-NAME CANDIDATES-IN-BUFFER MATCH-PART EXEC-WHEN-ONLY-ONE QUIT-WHEN-NO-CAND (VOLATILE t) SORT FC-TRANSFORMER HIST-FC-TRANSFORMER MARKED-CANDIDATES NOMARK (ALISTP t) (CANDIDATE-NUMBER-LIMIT helm-candidate-number-limit) MULTILINE ALLOW-NEST)" nil nil)
692
693 (autoload 'helm-read-file-name "helm-mode" "\
694 Read a file name with helm completion.
695 It is helm `read-file-name' emulation.
696
697 Argument PROMPT is the default prompt to use.
698
699 Keys description:
700
701 - NAME: Source name, default to \"Read File Name\".
702
703 - INITIAL-INPUT: Where to start read file name, default to `default-directory'.
704
705 - BUFFER: `helm-buffer' name default to \"*Helm Completions*\".
706
707 - TEST: A predicate called with one arg 'candidate'.
708
709 - CASE-FOLD: Same as `helm-case-fold-search'.
710
711 - PRESELECT: helm preselection.
712
713 - HISTORY: Display HISTORY in a special source.
714
715 - MUST-MATCH: Can be 'confirm, nil, or t.
716
717 - FUZZY: Enable fuzzy matching when non-nil (Enabled by default).
718
719 - MARKED-CANDIDATES: When non--nil return a list of marked candidates.
720
721 - NOMARK: When non--nil don't allow marking candidates.
722
723 - ALISTP: Don't use `all-completions' in history (take effect only on history).
724
725 - PERSISTENT-ACTION-IF: a persistent if action function.
726
727 - PERSISTENT-HELP: persistent help message.
728
729 - MODE-LINE: A mode line message, default is `helm-read-file-name-mode-line-string'.
730
731 \(fn PROMPT &key (NAME \"Read File Name\") (INITIAL-INPUT default-directory) (BUFFER \"*Helm file completions*\") TEST (CASE-FOLD helm-file-name-case-fold-search) PRESELECT HISTORY MUST-MATCH (FUZZY t) DEFAULT MARKED-CANDIDATES (CANDIDATE-NUMBER-LIMIT helm-ff-candidate-number-limit) NOMARK (ALISTP t) (PERSISTENT-ACTION-IF \\='helm-find-files-persistent-action-if) (PERSISTENT-HELP \"Hit1 Expand Candidate, Hit2 or (C-u) Find file\") (MODE-LINE helm-read-file-name-mode-line-string))" nil nil)
732
733 (defvar helm-mode nil "\
734 Non-nil if Helm mode is enabled.
735 See the `helm-mode' command
736 for a description of this minor mode.
737 Setting this variable directly does not take effect;
738 either customize it (see the info node `Easy Customization')
739 or call the function `helm-mode'.")
740
741 (custom-autoload 'helm-mode "helm-mode" nil)
742
743 (autoload 'helm-mode "helm-mode" "\
744 Toggle generic helm completion.
745
746 All functions in Emacs that use `completing-read'
747 or `read-file-name' and friends will use helm interface
748 when this mode is turned on.
749
750 However you can modify this behavior for functions of your choice
751 with `helm-completing-read-handlers-alist'.
752
753 Also commands using `completion-in-region' will be helmized when
754 `helm-mode-handle-completion-in-region' is non nil, you can modify
755 this behavior with `helm-mode-no-completion-in-region-in-modes'.
756
757 Called with a positive arg, turn on unconditionally, with a
758 negative arg turn off.
759 You can turn it on with `helm-mode'.
760
761 Some crap emacs functions may not be supported,
762 e.g `ffap-alternate-file' and maybe others
763 You can add such functions to `helm-completing-read-handlers-alist'
764 with a nil value.
765
766 About `ido-mode':
767 When you are using `helm-mode', DO NOT use `ido-mode', instead if you
768 want some commands use `ido', add these commands to
769 `helm-completing-read-handlers-alist' with `ido' as value.
770
771 Note: This mode is incompatible with Emacs23.
772
773 \(fn &optional ARG)" t nil)
774
775 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-mode" '("helm-")))
776
777 ;;;***
778
779 ;;;### (autoloads nil "helm-net" "helm-net.el" (0 0 0 0))
780 ;;; Generated autoloads from helm-net.el
781
782 (autoload 'helm-browse-url-firefox "helm-net" "\
783 Same as `browse-url-firefox' but detach from emacs.
784
785 So when you quit emacs you can keep your firefox session open
786 and not be prompted to kill firefox process.
787
788 NOTE: Probably not supported on some systems (e.g Windows).
789
790 \(fn URL &optional IGNORE)" t nil)
791
792 (autoload 'helm-browse-url-opera "helm-net" "\
793 Browse URL with opera browser and detach from emacs.
794
795 So when you quit emacs you can keep your opera session open
796 and not be prompted to kill opera process.
797
798 NOTE: Probably not supported on some systems (e.g Windows).
799
800 \(fn URL &optional IGNORE)" t nil)
801
802 (autoload 'helm-browse-url-chromium "helm-net" "\
803 Browse URL with google chrome browser.
804
805 \(fn URL &optional IGNORE)" t nil)
806
807 (autoload 'helm-browse-url-uzbl "helm-net" "\
808 Browse URL with uzbl browser.
809
810 \(fn URL &optional IGNORE)" t nil)
811
812 (autoload 'helm-browse-url-conkeror "helm-net" "\
813 Browse URL with conkeror browser.
814
815 \(fn URL &optional IGNORE)" t nil)
816
817 (autoload 'helm-surfraw "helm-net" "\
818 Preconfigured `helm' to search PATTERN with search ENGINE.
819
820 \(fn PATTERN ENGINE)" t nil)
821
822 (autoload 'helm-google-suggest "helm-net" "\
823 Preconfigured `helm' for google search with google suggest.
824
825 \(fn)" t nil)
826
827 (autoload 'helm-wikipedia-suggest "helm-net" "\
828 Preconfigured `helm' for Wikipedia lookup with Wikipedia suggest.
829
830 \(fn)" t nil)
831
832 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-net" '("helm-")))
833
834 ;;;***
835
836 ;;;### (autoloads nil "helm-org" "helm-org.el" (0 0 0 0))
837 ;;; Generated autoloads from helm-org.el
838
839 (autoload 'helm-org-agenda-files-headings "helm-org" "\
840 Preconfigured helm for org files headings.
841
842 \(fn)" t nil)
843
844 (autoload 'helm-org-in-buffer-headings "helm-org" "\
845 Preconfigured helm for org buffer headings.
846
847 \(fn)" t nil)
848
849 (autoload 'helm-org-parent-headings "helm-org" "\
850 Preconfigured helm for org headings that are parents of the
851 current heading.
852
853 \(fn)" t nil)
854
855 (autoload 'helm-org-capture-templates "helm-org" "\
856 Preconfigured helm for org templates.
857
858 \(fn)" t nil)
859
860 (autoload 'helm-org-completing-read-tags "helm-org" "\
861 Completing read function for Org tags.
862
863 This function is used as a `completing-read' function in
864 `helm-completing-read-handlers-alist' by `org-set-tags' and
865 `org-capture'.
866
867 NOTE: Org tag completion will work only if you disable org fast tag
868 selection, see (info \"(org) setting tags\").
869
870 \(fn PROMPT COLLECTION PRED REQ INITIAL HIST DEF INHERIT-INPUT-METHOD NAME BUFFER)" nil nil)
871
872 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-org" '("helm-")))
873
874 ;;;***
875
876 ;;;### (autoloads nil "helm-regexp" "helm-regexp.el" (0 0 0 0))
877 ;;; Generated autoloads from helm-regexp.el
878
879 (autoload 'helm-moccur-mode "helm-regexp" "\
880 Major mode to provide actions in helm moccur saved buffer.
881
882 Special commands:
883 \\{helm-moccur-mode-map}
884
885 \(fn)" t nil)
886
887 (autoload 'helm-regexp "helm-regexp" "\
888 Preconfigured helm to build regexps.
889 `query-replace-regexp' can be run from there against found regexp.
890
891 \(fn)" t nil)
892
893 (autoload 'helm-occur "helm-regexp" "\
894 Preconfigured helm for searching lines matching pattern in `current-buffer'.
895
896 When `helm-source-occur' is member of
897 `helm-sources-using-default-as-input' which is the default,
898 symbol at point is searched at startup.
899
900 When a region is marked search only in this region by narrowing.
901
902 To search in multiples buffers start from one of the commands listing
903 buffers (i.e. a helm command using `helm-source-buffers-list' like
904 `helm-mini') and use the multi occur buffers action.
905
906 This is the helm implementation that collect lines matching pattern
907 like vanilla emacs `occur' but have nothing to do with it, the search
908 engine beeing completely different.
909
910 \(fn)" t nil)
911
912 (autoload 'helm-occur-from-isearch "helm-regexp" "\
913 Invoke `helm-occur' from isearch.
914
915 \(fn)" t nil)
916
917 (autoload 'helm-multi-occur-from-isearch "helm-regexp" "\
918 Invoke `helm-multi-occur' from isearch.
919
920 With a prefix arg, reverse the behavior of
921 `helm-moccur-always-search-in-current'.
922 The prefix arg can be set before calling
923 `helm-multi-occur-from-isearch' or during the buffer selection.
924
925 \(fn &optional ARG)" t nil)
926
927 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-regexp" '("helm-")))
928
929 ;;;***
930
931 ;;;### (autoloads nil "helm-ring" "helm-ring.el" (0 0 0 0))
932 ;;; Generated autoloads from helm-ring.el
933
934 (autoload 'helm-mark-ring "helm-ring" "\
935 Preconfigured `helm' for `helm-source-mark-ring'.
936
937 \(fn)" t nil)
938
939 (autoload 'helm-global-mark-ring "helm-ring" "\
940 Preconfigured `helm' for `helm-source-global-mark-ring'.
941
942 \(fn)" t nil)
943
944 (autoload 'helm-all-mark-rings "helm-ring" "\
945 Preconfigured `helm' for `helm-source-global-mark-ring' and `helm-source-mark-ring'.
946
947 \(fn)" t nil)
948
949 (autoload 'helm-register "helm-ring" "\
950 Preconfigured `helm' for Emacs registers.
951
952 \(fn)" t nil)
953
954 (autoload 'helm-show-kill-ring "helm-ring" "\
955 Preconfigured `helm' for `kill-ring'.
956 It is drop-in replacement of `yank-pop'.
957
958 First call open the kill-ring browser, next calls move to next line.
959
960 \(fn)" t nil)
961
962 (autoload 'helm-execute-kmacro "helm-ring" "\
963 Preconfigured helm for keyboard macros.
964 Define your macros with `f3' and `f4'.
965 See (info \"(emacs) Keyboard Macros\") for detailed infos.
966 This command is useful when used with persistent action.
967
968 \(fn)" t nil)
969
970 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-ring" '("helm-")))
971
972 ;;;***
973
974 ;;;### (autoloads nil "helm-semantic" "helm-semantic.el" (0 0 0 0))
975 ;;; Generated autoloads from helm-semantic.el
976
977 (autoload 'helm-semantic "helm-semantic" "\
978 Preconfigured `helm' for `semantic'.
979 If ARG is supplied, pre-select symbol at point instead of current
980
981 \(fn ARG)" t nil)
982
983 (autoload 'helm-semantic-or-imenu "helm-semantic" "\
984 Preconfigured helm for `semantic' or `imenu'.
985 If ARG is supplied, pre-select symbol at point instead of current
986 semantic tag in scope.
987
988 If `semantic-mode' is active in the current buffer, then use
989 semantic for generating tags, otherwise fall back to `imenu'.
990 Fill in the symbol at point by default.
991
992 \(fn ARG)" t nil)
993
994 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-semantic" '("helm-s")))
995
996 ;;;***
997
998 ;;;### (autoloads nil "helm-sys" "helm-sys.el" (0 0 0 0))
999 ;;; Generated autoloads from helm-sys.el
1000
1001 (defvar helm-top-poll-mode nil "\
1002 Non-nil if Helm-Top-Poll mode is enabled.
1003 See the `helm-top-poll-mode' command
1004 for a description of this minor mode.
1005 Setting this variable directly does not take effect;
1006 either customize it (see the info node `Easy Customization')
1007 or call the function `helm-top-poll-mode'.")
1008
1009 (custom-autoload 'helm-top-poll-mode "helm-sys" nil)
1010
1011 (autoload 'helm-top-poll-mode "helm-sys" "\
1012 Refresh automatically helm top buffer once enabled.
1013
1014 \(fn &optional ARG)" t nil)
1015
1016 (autoload 'helm-top "helm-sys" "\
1017 Preconfigured `helm' for top command.
1018
1019 \(fn)" t nil)
1020
1021 (autoload 'helm-list-emacs-process "helm-sys" "\
1022 Preconfigured `helm' for emacs process.
1023
1024 \(fn)" t nil)
1025
1026 (autoload 'helm-xrandr-set "helm-sys" "\
1027 Preconfigured helm for xrandr.
1028
1029 \(fn)" t nil)
1030
1031 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-sys" '("helm-")))
1032
1033 ;;;***
1034
1035 ;;;### (autoloads nil "helm-tags" "helm-tags.el" (0 0 0 0))
1036 ;;; Generated autoloads from helm-tags.el
1037
1038 (autoload 'helm-etags-select "helm-tags" "\
1039 Preconfigured helm for etags.
1040 If called with a prefix argument REINIT
1041 or if any of the tag files have been modified, reinitialize cache.
1042
1043 This function aggregates three sources of tag files:
1044
1045   1) An automatically located file in the parent directories,
1046      by `helm-etags-get-tag-file'.
1047   2) `tags-file-name', which is commonly set by `find-tag' command.
1048   3) `tags-table-list' which is commonly set by `visit-tags-table' command.
1049
1050 \(fn REINIT)" t nil)
1051
1052 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-tags" '("helm-")))
1053
1054 ;;;***
1055
1056 ;;;### (autoloads nil "helm-types" "helm-types.el" (0 0 0 0))
1057 ;;; Generated autoloads from helm-types.el
1058
1059 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-types" '("helm-")))
1060
1061 ;;;***
1062
1063 ;;;### (autoloads nil "helm-utils" "helm-utils.el" (0 0 0 0))
1064 ;;; Generated autoloads from helm-utils.el
1065
1066 (defvar helm-popup-tip-mode nil "\
1067 Non-nil if Helm-Popup-Tip mode is enabled.
1068 See the `helm-popup-tip-mode' command
1069 for a description of this minor mode.
1070 Setting this variable directly does not take effect;
1071 either customize it (see the info node `Easy Customization')
1072 or call the function `helm-popup-tip-mode'.")
1073
1074 (custom-autoload 'helm-popup-tip-mode "helm-utils" nil)
1075
1076 (autoload 'helm-popup-tip-mode "helm-utils" "\
1077 Show help-echo informations in a popup tip at end of line.
1078
1079 \(fn &optional ARG)" t nil)
1080
1081 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-utils" '("helm-" "with-helm-display-marked-candidates")))
1082
1083 ;;;***
1084
1085 ;;;### (autoloads nil "helm-x-files" "helm-x-files.el" (0 0 0 0))
1086 ;;; Generated autoloads from helm-x-files.el
1087
1088 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helm-x-files" '("helm-")))
1089
1090 ;;;***
1091
1092 ;;;### (autoloads nil nil ("helm-easymenu.el" "helm-pkg.el") (0 0
1093 ;;;;;;  0 0))
1094
1095 ;;;***
1096
1097 ;; Local Variables:
1098 ;; version-control: never
1099 ;; no-byte-compile: t
1100 ;; no-update-autoloads: t
1101 ;; coding: utf-8
1102 ;; End:
1103 ;;; helm-autoloads.el ends here